Better dpkg system.

This commit is contained in:
Jan Vidar Krey
2009-03-24 18:38:59 +01:00
parent 8af965c0ca
commit 0042344054
17 changed files with 106 additions and 458 deletions

10
debian/uhub.default vendored
View File

@@ -1,10 +0,0 @@
# Defaults for uhub initscript
# sourced by /etc/init.d/uhub
# installed at /etc/default/uhub by the maintainer scripts
# Additional options that are passed to the Daemon.
ENABLED=1
LOGFILE="/var/log/uhug.log"
USER=nobody
GROUP=nogroup
DAEMON_OPTS="-f -l ${LOGFILE} -u ${USER} -g {GROUP}"