]> asedeno.scripts.mit.edu Git - 1ts-debian.git/commitdiff
Don't pass zhm_args origin/sourceforge-zephyr@203
authorhartmans <hartmans@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Sat, 13 Jul 2002 05:09:50 +0000 (05:09 +0000)
committerhartmans <hartmans@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Sat, 13 Jul 2002 05:09:50 +0000 (05:09 +0000)
git-svn-id: svn://svn.1ts.org/debian/trunk/zephyr@153 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

debian/zephyr-clients.init

index ac4c2a4e085aa53b4d6e79c4bd5ba4440fb0996f..7d3977b84c4f364dc7de35a29db45c6ea521d48f 100644 (file)
@@ -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 <<EOF
 The zephyr-clients package for whatever reason does not have any zephyr
-servers configured. Please edit the file /etc/default/zephyr-clients and
+servers configured. Please edit the file /etc/zephyr/zhm.conf and
 add the names of your zephyr servers, seperated by spaces, to the
 zhm_args variable.
 EOF