[Initng-svn] r2745 - initng/initfiles/daemon

svn at initng.thinktux.net svn at initng.thinktux.net
Sat Jan 7 21:18:40 CET 2006


Author: makomk
Date: Sat Jan  7 21:18:39 2006
New Revision: 2745

Modified:
   initng/initfiles/daemon/hpiod.ii
Log:
hpiod needs net/lo (at least, the version I'm using does)


Modified: initng/initfiles/daemon/hpiod.ii
==============================================================================
--- initng/initfiles/daemon/hpiod.ii	(original)
+++ initng/initfiles/daemon/hpiod.ii	Sat Jan  7 21:18:39 2006
@@ -1,5 +1,6 @@
 daemon daemon/hpiod {
-	need = system/bootmisc;
+	# note that we only need net/lo, any other interfaces are ignored
+	need = system/bootmisc net/lo;
 	exec daemon = @/usr/sbin/hpiod@;
 #ifd debian
 	pid_file = /var/run/hplip/hpiod.pid;


More information about the Initng-svn mailing list