SOURCES: hplip.init - run 'hpssd' instead of 'hpssd.py'
jajcus
jajcus at pld-linux.org
Wed Jun 7 11:19:26 CEST 2006
Author: jajcus Date: Wed Jun 7 09:19:26 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- run 'hpssd' instead of 'hpssd.py'
---- Files affected:
SOURCES:
hplip.init (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/hplip.init
diff -u SOURCES/hplip.init:1.1 SOURCES/hplip.init:1.2
--- SOURCES/hplip.init:1.1 Mon May 8 00:31:51 2006
+++ SOURCES/hplip.init Wed Jun 7 11:19:21 2006
@@ -29,7 +29,7 @@
fi
if [ ! -f /var/lock/subsys/hpssd ]; then
msg_starting hpssd
- daemon /usr/share/hplip/hpssd.py
+ daemon /usr/sbin/hpssd
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/hpssd
else
@@ -47,7 +47,7 @@
fi
if [ -f /var/lock/subsys/hpssd ]; then
msg_stopping hpssd
- killproc hpssd.py
+ killproc hpssd
rm -f /var/lock/subsys/hpssd >/dev/null 2>&1
else
msg_not_running hpssd
@@ -60,7 +60,7 @@
;;
status)
status hpiod hpiod
- status hpssd hpssd.py
+ status hpssd hpssd
exit $?
;;
*)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/hplip.init?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list