chiark / gitweb /
init script: Talk of "main"
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Sep 2022 15:32:06 +0000 (16:32 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Sep 2022 15:32:06 +0000 (16:32 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/hippotatd.hippotatd.init

index 369a7cf317d6da3bf72ff61817f7317709d481b2..1df33999c15874f2578c02f672155b0e29d6c6b8 100644 (file)
@@ -11,7 +11,7 @@
 ### END INIT INFO
 
 DAEMON=/usr/sbin/hippotatd
-MASTER_CONFIG=/etc/hippotat/master.cfg
+MAIN_CONFIG=/etc/hippotat/main.cfg
 USER=_hippotat
 PIDFILE=/var/run/hippotat/hippotatd.pid
 LOGFACILITY=daemon
@@ -27,7 +27,7 @@ test -e /etc/default/hippotatd &&
 set -e
 
 test -f $DAEMON || exit 0
-egrep '^[^     #]' $MASTER_CONFIG >/dev/null 2>&1 || exit 0
+egrep '^[^     #]' $MAIN_CONFIG >/dev/null 2>&1 || exit 0
 
 . /lib/lsb/init-functions