Package: conserver-server
Severity: minor
Tags: patch

/etc/init.d/conserver-server supports the `reload' command, but
`reload' is not reported as one of the possible commands:

$ /etc/init.d/conserver-server 
Usage: /etc/init.d/conserver {start|stop|restart|force-reload|rotate}

The attached patch adds the `reload' command, and removes a
commented-out line right above where the usage is printed. No idea why
it's there in the first place.

-- 
Andrew Deason
[EMAIL PROTECTED]
--- debian/conserver-server.init	2008-02-14 23:59:16.000000000 -0600
+++ debian/conserver-server.init.new	2008-02-15 00:00:15.419339452 -0600
@@ -85,8 +85,7 @@
 	;;
   *)
 	N=/etc/init.d/$NAME
-	# echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
-	echo "Usage: $N {start|stop|restart|force-reload|rotate}" >&2
+	echo "Usage: $N {start|stop|restart|reload|force-reload|rotate}" >&2
 	exit 1
 	;;
 esac

Reply via email to