You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/02/19 04:59:17 UTC

svn commit: rev 6760 - incubator/spamassassin/trunk/spamd

Author: felicity
Date: Wed Feb 18 19:59:16 2004
New Revision: 6760

Modified:
   incubator/spamassassin/trunk/spamd/redhat-rc-script.sh
Log:
bug 2816: redhat rc script 'status' didn't set the return value.

Modified: incubator/spamassassin/trunk/spamd/redhat-rc-script.sh
==============================================================================
--- incubator/spamassassin/trunk/spamd/redhat-rc-script.sh	(original)
+++ incubator/spamassassin/trunk/spamd/redhat-rc-script.sh	Wed Feb 18 19:59:16 2004
@@ -54,6 +54,7 @@
        ;;
   status)
 	status spamd
+	RETVAL=$?
 	;;
   *)
 	echo "Usage: $0 {start|stop|restart|status|condrestart}"