diff -ruN etc/faxsetup.sh.in.orig etc/faxsetup.sh.in --- etc/faxsetup.sh.in.orig Thu Aug 5 04:11:42 1999 +++ etc/faxsetup.sh.in Mon Jun 12 21:52:46 2000 @@ -1660,7 +1660,7 @@ # if onServer; then signalINETD=no - if [ -f $SYSVINIT ]; then + if [ -f "$SYSVINIT" ]; then # started by init at boot time if [ $FAXQ_SERVER -eq 0 ]; then cat </dev/null | $GREP -i '^faxmaster'` 2>/dev/null - if [ -z "$x" -a -f $ALIASES ]; then + if [ -z "$x" -a -f "$ALIASES" ]; then x=`$GREP -i '^faxmaster' $ALIASES` fi if [ -z "$x" ]; then @@ -2160,7 +2160,7 @@ prompt "Should I restart the HylaFAX server processes [yes]?"; read x if isOK "$x"; then echo "" - if [ -x $SYSVINIT ]; then + if [ -x "$SYSVINIT" ]; then echo $SYSVINIT start $SYSVINIT start else