Hi,
Here is a patch to fix 'condrestart' in the initscript. Currently it
does nothing due to a typo.
Tim.
*/
--- hplip-0.9.4/hplip.sh.condrestart 2005-07-26 14:55:58.000000000 +0100
+++ hplip-0.9.4/hplip.sh 2005-07-26 14:56:34.000000000 +0100
@@ -145,7 +145,7 @@
mystatus hpssd
;;
condrestart)
- [ -f /var/lock/subsys/hpiod ] && [ -f /var/lock/subsys/hpssd ] && restart || :
+ [ -f /var/lock/subsys/hpiod ] && [ -f /var/lock/subsys/hpssd.py ] && restart || :
;;
*)
echo $"Usage: $0 {start|stop|status|restart|condrestart}"
|