From 8da65f1397acc2acb73d3e2da46808516bd9cd08 Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Thu, 26 Feb 2009 11:53:08 +0000 Subject: bcgroup: Rename 'flash' to 'reload' LSB specifies that 'reload' is the right initscript parameter to stimulate daemon to reread its configuration file. I let the 'flash' still working, in case somebody is used to it, but do not advertise it anywhere. Signed-off-by: Jan Safranek Acked-by: Balbir Singh Signed-off-by: Dhaval Giani git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@352 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- scripts/init.d/cgred | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/init.d/cgred') diff --git a/scripts/init.d/cgred b/scripts/init.d/cgred index e89c13e..73ca480 100644 --- a/scripts/init.d/cgred +++ b/scripts/init.d/cgred @@ -111,7 +111,7 @@ case "$1" in start fi ;; - flash) + reload|flash) if [ -f /var/lock/subsys/$servicename ] ; then echo $"Reloading rules configuration..." kill -s 12 `cat ${pidfile}` @@ -122,7 +122,7 @@ case "$1" in fi ;; *) - echo $"Usage: $0 {start|stop|status|restart|condrestart|flash}" + echo $"Usage: $0 {start|stop|status|restart|condrestart|reload}" ;; esac -- cgit