A first stab at creating debian packages

Signed-off-by: Jan Vidar Krey <janvidar@extatic.org>
This commit is contained in:
Jan Vidar Krey
2009-03-17 01:38:55 +01:00
parent 008ec7c8df
commit 4d0ed61a05
16 changed files with 449 additions and 3 deletions

10
debian/uhub.default vendored Normal file
View File

@@ -0,0 +1,10 @@
# 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}"