SOURCES: specter.init - add reload and flush-logs (both not implem...
glen
glen at pld-linux.org
Tue Feb 12 10:02:03 CET 2008
Author: glen Date: Tue Feb 12 09:02:03 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- add reload and flush-logs (both not implemented)
---- Files affected:
SOURCES:
specter.init (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SOURCES/specter.init
diff -u SOURCES/specter.init:1.3 SOURCES/specter.init:1.4
--- SOURCES/specter.init:1.3 Tue Feb 12 09:57:21 2008
+++ SOURCES/specter.init Tue Feb 12 10:01:58 2008
@@ -57,12 +57,20 @@
status specter
exit $?
;;
+ reload)
+ # TODO: implement
+ exit 3
+ ;;
+ flush-logs)
+ # TODO: implement
+ exit 3
+ ;;
restart|force-reload)
stop
start
;;
*)
- msg_usage "$0 {start|stop|restart|force-reload|status}"
+ msg_usage "$0 {start|stop|restart|force-reload|reload|flush-logs|status}"
exit 3
esac
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/specter.init?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list