From: hartmans Date: Sat, 13 Jul 2002 05:09:50 +0000 (+0000) Subject: Don't pass zhm_args X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=160fdaa349335692877a9c9907c78650fa0f5428;p=1ts-debian.git Don't pass zhm_args git-svn-id: svn://svn.1ts.org/debian/trunk/zephyr@153 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f --- diff --git a/debian/zephyr-clients.init b/debian/zephyr-clients.init index ac4c2a4..7d3977b 100644 --- a/debian/zephyr-clients.init +++ b/debian/zephyr-clients.init @@ -20,19 +20,14 @@ test -f $DAEMON || exit 0 set -e -if test -f /etc/default/zephyr-clients -then - . /etc/default/zephyr-clients -fi - case "$1" in start) # note that the following will need revisting when we get hesiod support - if test -z "$zhm_args" + if test ! -f /etc/zephyr/zhm.conf then cat <