From 78708a06d84c787c0a46dafef00ec533914ea03a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Sep 2022 16:32:06 +0100 Subject: [PATCH] init script: Talk of "main" Signed-off-by: Ian Jackson --- debian/hippotatd.hippotatd.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/hippotatd.hippotatd.init b/debian/hippotatd.hippotatd.init index 369a7cf..1df3399 100644 --- a/debian/hippotatd.hippotatd.init +++ b/debian/hippotatd.hippotatd.init @@ -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 -- 2.30.2