Removed reference to sysconfig
This commit is contained in:
parent
5d13535fb4
commit
bb4070925c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user