aboutsummaryrefslogtreecommitdiffstats
path: root/etc/psion.SuSE.in
diff options
context:
space:
mode:
Diffstat (limited to 'etc/psion.SuSE.in')
-rwxr-xr-xetc/psion.SuSE.in4
1 files 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;