SOURCES: pgpool.init - reload is not allowed to restart the service
qboosh
qboosh at pld-linux.org
Mon Jun 16 23:40:32 CEST 2008
Author: qboosh Date: Mon Jun 16 21:40:31 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- reload is not allowed to restart the service
---- Files affected:
SOURCES:
pgpool.init (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/pgpool.init
diff -u SOURCES/pgpool.init:1.2 SOURCES/pgpool.init:1.3
--- SOURCES/pgpool.init:1.2 Mon Jun 16 09:30:47 2008
+++ SOURCES/pgpool.init Mon Jun 16 23:40:26 2008
@@ -119,12 +119,12 @@
RETVAL=7
fi
;;
- reload)
+ force-reload)
force-stop
start
;;
*)
- msg_usage "$0 {start|stop|restart|reload|switch|status}"
+ msg_usage "$0 {start|stop|restart|force-reload|switch|status}"
exit 3
;;
esac
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/pgpool.init?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list