[Initng-svn] r3776 - initng-ifiles/trunk/initfiles/daemon

svn at initng.thinktux.net svn at initng.thinktux.net
Wed Apr 12 13:57:49 CEST 2006


Author: deac
Date: Wed Apr 12 13:57:46 2006
New Revision: 3776

Modified:
   initng-ifiles/trunk/initfiles/daemon/dnsmasq.ii

Log:
dnsmasq only needs net. nothing more.

Modified: initng-ifiles/trunk/initfiles/daemon/dnsmasq.ii
==============================================================================
--- initng-ifiles/trunk/initfiles/daemon/dnsmasq.ii	(original)
+++ initng-ifiles/trunk/initfiles/daemon/dnsmasq.ii	Wed Apr 12 13:57:46 2006
@@ -1,6 +1,5 @@
 daemon daemon/dnsmasq {
-	need = system/initial system/mountroot system/modules system/hostname;
-	use = system/modules system/coldplug;
+	need = system/initial net;
 	stdall = /dev/null;
 	exec daemon = @/usr/sbin/dnsmasq@;
 	pid_file = /var/run/dnsmasq.pid;


More information about the Initng-svn mailing list