Complete Debian packaging

darcs-hash:20071130171759-86b55-eb1275573723a4caec19126f94ff645d7aa515d3.gz
This commit is contained in:
David Rousselie
2007-11-30 18:17:59 +01:00
parent 893aac6eaa
commit 30b41bd953
9 changed files with 32 additions and 8 deletions

13
debian/python-jmc.default vendored Normal file
View File

@@ -0,0 +1,13 @@
# Defaults for jmc initscript
# sourced by /etc/init.d/jmc
# installed at /etc/default/jmc by the maintainer scripts
ENABLE="false"
# Must be the same value as in jmc.conf
PID_FILE="/var/run/jabber/jmc.pid"
# Additional options that are passed to the Daemon.
# use this line to activate debug
#DAEMON_OPTS="-d"
DAEMON_OPTS="-c /etc/jabber/jmc.conf"