From 88bbf3b6465c086ae34bf3a96a01a97729839b80 Mon Sep 17 00:00:00 2001 From: Daniel Baker Date: Sun, 27 Feb 2000 20:07:13 +0000 Subject: Correct a few missed rc5des->dnetc issues from the conversion. Fix a potential syntax error. --- misc/dnetc/files/dnetc.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc/dnetc') diff --git a/misc/dnetc/files/dnetc.sh b/misc/dnetc/files/dnetc.sh index e94c2bf0230d..bbbca78e85e4 100644 --- a/misc/dnetc/files/dnetc.sh +++ b/misc/dnetc/files/dnetc.sh @@ -8,18 +8,18 @@ if [ ! -d $dir ]; then fi if [ ! -f $dir/dnetc ]; then - logger -i "dnetc client doesn't exist. ($dir/rc5des)." + logger -i "dnetc client doesn't exist. ($dir/dnetc)." exit fi if [ ! -f $dir/dnetc.ini ]; then - logger -i "dnetc client config file doesn't exist. ($dir/rc5des.ini)." + logger -i "dnetc client config file doesn't exist. ($dir/dnetc.ini)." exit fi email=`grep "^id=" $dir/dnetc.ini|cut -d"=" -f2` -if [ $email = "rc5@distributed.net" ]; then +if [ "$email" = "rc5@distributed.net" ]; then logger -i "dnetc client running with default email address. ($email)" fi -- cgit v1.2.3