|
@@ -51,9 +51,6 @@ DAEMON=$(which $NAME)
|
|
PIDFILE=/var/run/$NAME.pid
|
|
PIDFILE=/var/run/$NAME.pid
|
|
SCRIPTNAME=/etc/init.d/$NAME
|
|
SCRIPTNAME=/etc/init.d/$NAME
|
|
|
|
|
|
-# Exit if the package is not installed
|
|
|
|
-[ -x "$DAEMON" ] || exit 0
|
|
|
|
-
|
|
|
|
# Read configuration variable file if it is present
|
|
# Read configuration variable file if it is present
|
|
[ -r /etc/default/$NAME ] && . /etc/default/$NAME
|
|
[ -r /etc/default/$NAME ] && . /etc/default/$NAME
|
|
|
|
|