This commit is contained in:
Jan Wagner 2007-03-08 08:19:19 +00:00
parent 88f9eeafa0
commit 5b5a109700

2
debian/init.d vendored
View file

@ -44,7 +44,7 @@ not_configured () {
}
# check if ps-watcher is configured or not
if [ -f "/etc/default/pswatcher" ]
if [ -f "/etc/default/ps-watcher" ]
then
. /etc/default/ps-watcher
if [ "$startup" != "1" ] || [ ! -f $CONFIG ]