debian/postinst checks rights of config file
authorrohieb <devnull@localhost>
Wed, 23 Jul 2008 03:42:32 +0000 (05:42 +0200)
committerrohieb <devnull@localhost>
Wed, 23 Jul 2008 03:42:32 +0000 (05:42 +0200)
debian/postinst

index 2b042d9..9e56694 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+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
 chkpriv
 chklocale
This page took 0.024893 seconds and 4 git commands to generate.