Fixes for debian init.d scripts.

This commit is contained in:
Jan Vidar Krey
2010-01-26 17:46:47 +01:00
parent 4b64b28777
commit 01efc6cc20
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,6 @@ set -e
case "$1" in
configure)
chmod 0750 /var/log/uhub
chmod 0755 /var/run/uhub
if [ -x /etc/init.d/uhub ]; then
update-rc.d uhub defaults >/dev/null