Removed reference to sysconfig
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Mon, 28 Feb 2011 04:28:22 +0000 (20:28 -0800)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Mon, 28 Feb 2011 04:28:22 +0000 (20:28 -0800)
init.d/guacd.in

index 55c6f44..989b92a 100644 (file)
@@ -56,8 +56,6 @@ prog="guacd"
 exec="@sbindir@/$prog"
 pidfile="/var/run/$prog.pid"
 
-[ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
-
 start() {
     [ -x $exec ] || exit 5
     echo -n "Starting $prog: "
@@ -119,7 +117,6 @@ status() {
 
 }
 
-
 case "$1" in
     start|stop|status|restart|force-reload)
         $1