init script fixes
[hippotat] / debian / hippotat.init
index 38fffb7..8fcde4f 100644 (file)
@@ -20,7 +20,7 @@ LOGFACILITY=daemon
 . /etc/default/hippotatd
 
 test -f $DAEMON || exit 0
-egrep '^[^     #]' $MASTER_CONFIG >/dev/null || exit 0
+egrep '^[^     #]' $MASTER_CONFIG >/dev/null 2>&1 || exit 0
 
 . /lib/lsb/init-functions