summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Sam Hartman <hartmans@mit.edu>2002-07-13 05:09:50 +0000
committerGravatar Sam Hartman <hartmans@mit.edu>2002-07-13 05:09:50 +0000
commit0feeeb3f9ce439f7bca5b691c7c681319a107a8e (patch)
tree33df87fcb9c6cad5377d212006e0ba1ae95f1965 /debian
parent801d3950dda72bacdb13ddc84502665a5ea3441c (diff)
Don't pass zhm_args
Diffstat (limited to 'debian')
-rw-r--r--debian/zephyr-clients.init9
1 files changed, 2 insertions, 7 deletions
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 <<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