[Pkg-voip-commits] r4369 - bayonne/trunk/debian

msp at alioth.debian.org msp at alioth.debian.org
Sat Sep 1 17:00:36 UTC 2007


Author: msp
Date: 2007-09-01 17:00:36 +0000 (Sat, 01 Sep 2007)
New Revision: 4369

Modified:
   bayonne/trunk/debian/changelog
   bayonne/trunk/debian/init.d
Log:
* Set ARGS to NULL in init.d/bayonne

Modified: bayonne/trunk/debian/changelog
===================================================================
--- bayonne/trunk/debian/changelog	2007-09-01 16:38:29 UTC (rev 4368)
+++ bayonne/trunk/debian/changelog	2007-09-01 17:00:36 UTC (rev 4369)
@@ -21,8 +21,9 @@
   * bayonne-doc html & latex docs only
   * lintian cleanup: add debian/compat
   * Install testscripts under doc/bayonne/examples/
+  * Set ARGS to NULL in init.d/bayonne
 
- -- Mark Purcell <msp at debian.org>  Sat, 01 Sep 2007 17:38:16 +0100
+ -- Mark Purcell <msp at debian.org>  Sat, 01 Sep 2007 18:00:27 +0100
 
 bayonne (1.2.16-6) unstable; urgency=low
 

Modified: bayonne/trunk/debian/init.d
===================================================================
--- bayonne/trunk/debian/init.d	2007-09-01 16:38:29 UTC (rev 4368)
+++ bayonne/trunk/debian/init.d	2007-09-01 17:00:36 UTC (rev 4369)
@@ -16,7 +16,7 @@
 DAEMON=/usr/sbin/bayonne
 NAME=bayonne
 DESC='GNU Telephony Server'
-ARGS='--background --driver dummy' 
+ARGS='' 
 
 test -f $DAEMON || exit 0
 
@@ -24,7 +24,6 @@
 
 case "$1" in
   start)
-	test -e /etc/bayonne && echo "Cleanup: ** Please remove obsolete /etc/bayonne/"
 	test -e /etc/bayonne/bayonne.conf && echo "Cleanup: ** Please remove obsolete /etc/bayonne.conf"
 	test -e /etc/bayonne/bayonne.sched && echo "Cleanup: ** Please remove obsolete /etc/bayonne.sched"
 	test -e /home/bayonne && echo "Cleanup: ** Please remove obsolete /home/bayonne/"




More information about the Pkg-voip-commits mailing list