From 867138b8b468f519cca8a07f83c890f7ef6a0c56 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sat, 20 Jul 2002 13:07:32 +0000 Subject: - Small fix --- etc/psion.SuSE.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/psion.SuSE.in b/etc/psion.SuSE.in index 2d37e66..6d24cd3 100755 --- a/etc/psion.SuSE.in +++ b/etc/psion.SuSE.in @@ -19,7 +19,7 @@ test -f @prefix@/sbin/plpprintd || exit 0 # The echo return value for success (defined in /etc/rc.config). showresult() { - test RETVAL -eq 0 && echo -e $rc_done || echo -e $rc_failed + test $RETVAL -eq 0 && echo -e $rc_done || echo -e $rc_failed } showstatus() { @@ -58,7 +58,7 @@ stop() { echo "Stopping Psion support ..." if test "$START_PLPNFSD" = "yes" ; then echo -n " plpnfsd: " - /bin/killproc -HUP plpnfsd + /sbin/killproc -HUP plpnfsd WAIT=5 while test $WAIT -gt 0 ; do test -z "`pidof plpnfsd`" && break; -- cgit v1.2.3