From 5b5a1097000cc23a1d540c6048a3bd3a5e28ee4e Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 8 Mar 2007 08:19:19 +0000 Subject: [PATCH] fix typo --- debian/init.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/init.d b/debian/init.d index 4f7194b..c10b4e8 100644 --- a/debian/init.d +++ b/debian/init.d @@ -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 ]