[Pkg-dspam-commits] [pkg-dspam-commits] r184 - branches/lenny/debian

Kurt B. Kaiser kbk-guest at alioth.debian.org
Thu Sep 11 20:51:36 UTC 2008


Author: kbk-guest
Date: Thu Sep 11 20:51:36 2008
New Revision: 184

Log:
/etc/init.d/dspam ignored $USER (LP: #232543)(Closes: #483868)
(see -r170 in trunk)


Modified:
   branches/lenny/debian/changelog
   branches/lenny/debian/dspam.init

Modified: branches/lenny/debian/changelog
==============================================================================
--- branches/lenny/debian/changelog	(original)
+++ branches/lenny/debian/changelog	Thu Sep 11 20:51:36 2008
@@ -6,8 +6,9 @@
   * Fix a regression in #455052, #469668: remove the /usr/share/dspam dir
     with dspam-webfrontend.preinst for versions prior to 3.6.8-9.
   * Fix regression from #388140: remote mySQL server fails (Closes: #481755)
+  * /etc/init.d/dspam ignored $USER (LP: #232543)(Closes: #483868)
 
- -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Thu, 11 Sep 2008 16:38:20 -0400
+ -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Thu, 11 Sep 2008 16:49:12 -0400
 
 dspam (3.6.8-8.1) unstable; urgency=low
 

Modified: branches/lenny/debian/dspam.init
==============================================================================
--- branches/lenny/debian/dspam.init	(original)
+++ branches/lenny/debian/dspam.init	Thu Sep 11 20:51:36 2008
@@ -42,7 +42,7 @@
 #  1 if daemon was already running
 #  2 if daemon could not be started
   start-stop-daemon --start --quiet --pidfile $PIDFILE --chuid $USER --exec $DAEMON --test > /dev/null || return 1
-  start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON -- $OPTIONS || return 2
+  start-stop-daemon --start --quiet --pidfile $PIDFILE --chuid $USER --exec $DAEMON -- $OPTIONS || return 2
 }
 
 # Stop the daemon



More information about the Pkg-dspam-commits mailing list