projects
/
iserv-mod-room-reservation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ab1bc7f
)
debian/postinst: touch config file if it has for unexplicable reasons been deleted...
author
rohieb
<devnull@localhost>
Wed, 30 Jul 2008 19:25:33 +0000
(21:25 +0200)
committer
rohieb
<devnull@localhost>
Wed, 30 Jul 2008 19:25:33 +0000
(21:25 +0200)
debian/changelog
patch
|
blob
|
history
debian/postinst
patch
|
blob
|
history
diff --git
a/debian/changelog
b/debian/changelog
index
a843958
..
2153577
100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-1,3
+1,10
@@
+iserv-mod-room-reservation (8.07.30-1) stable; urgency=low
+
+ * debian/postinst: touch config file if it has for unexplicable reasons been
+ deleted
+
+ -- Roland Hieber (Package Signing Key) <roland.hieber@wilhelm-gym.net> Wed, 30 Jul 2008 21:23:20 +0200
+
iserv-mod-room-reservation (8.07.30-0) stable; urgency=low
* fixed log messages: when whitelisting a room, the log message for
iserv-mod-room-reservation (8.07.30-0) stable; urgency=low
* fixed log messages: when whitelisting a room, the log message for
diff --git
a/debian/postinst
b/debian/postinst
index
3ddac10
..
6e96da0
100755
(executable)
--- a/
debian/postinst
+++ b/
debian/postinst
@@
-1,4
+1,5
@@
#!/bin/sh
#!/bin/sh
+touch /usr/share/iserv/www/inc/mod_room-reservation/config.inc
chmod g+w /usr/share/iserv/www/inc/mod_room-reservation/config.inc
chgrp www-data /usr/share/iserv/www/inc/mod_room-reservation/config.inc
chkdb -r
chmod g+w /usr/share/iserv/www/inc/mod_room-reservation/config.inc
chgrp www-data /usr/share/iserv/www/inc/mod_room-reservation/config.inc
chkdb -r
This page took
0.026009 seconds
and
4
git commands to generate.