From 137b3dae200a8c54fa6c2487aee5131d06081f31 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 28 Nov 2005 21:47:26 +0000 Subject: remove all references to xmlrpc (Logical change 1.370) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1558 ce84e21b-d406-0410-9b95-82705330c041 --- debian/bcfg2-server.init | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/bcfg2-server.init b/debian/bcfg2-server.init index efcd006a8..311889ba0 100644 --- a/debian/bcfg2-server.init +++ b/debian/bcfg2-server.init @@ -10,13 +10,13 @@ PIDFILE=/var/tmp/bcfg2-xmlrpc.pid case "$1" in start) - echo -n "Starting Bcfg2ServerX: " - start-stop-daemon --make-pidfile --pidfile "${PIDFILE}" -b -S --startas /usr/sbin/Bcfg2ServerX + echo -n "Starting Bcfg2Server: " + start-stop-daemon --make-pidfile --pidfile "${PIDFILE}" -b -S --startas /usr/sbin/Bcfg2Server echo "Bcfg2Server" ;; stop) echo -n "Stopping Bcfg2Server: " - start-stop-daemon --pidfile "${PIDFILE}" -K /usr/sbin/Bcfg2ServerX + start-stop-daemon --pidfile "${PIDFILE}" -K /usr/sbin/Bcfg2Server echo done ;; restart) @@ -28,7 +28,7 @@ case "$1" in $0 start ;; *) - echo "Usage: bcfg2-xmlrpc-server {start|stop|restart|force-reload}" + echo "Usage: bcfg2-server {start|stop|restart|force-reload}" exit 1 esac -- cgit v1.2.3-1-g7c22