[Initng-svn] r2932 - initng/initfiles/system

svn at initng.thinktux.net svn at initng.thinktux.net
Thu Feb 2 17:06:45 CET 2006


Author: deac
Date: Thu Feb  2 17:06:44 2006
New Revision: 2932

Modified:
   initng/initfiles/system/alsasound.ii
Log:
alsasound: alsasound/cards only used, not needed. add it to runlevel, if you need it.

Modified: initng/initfiles/system/alsasound.ii
==============================================================================
--- initng/initfiles/system/alsasound.ii	(original)
+++ initng/initfiles/system/alsasound.ii	Thu Feb  2 17:06:44 2006
@@ -125,8 +125,8 @@
 }
 
 service system/alsasound {
-	need = system/bootmisc system/alsasound/cards;
-	use = system/coldplug system/static-modules system/alsasound/ioctl32 system/alsasound/seq system/alsasound/oss;
+	need = system/bootmisc;
+	use = system/coldplug system/alsasound/cards system/static-modules system/alsasound/ioctl32 system/alsasound/seq system/alsasound/oss;
 	also_stop = system/alsasound/cards system/alsasound/ioctl32 system/alsasound/seq system/alsasound/oss;
 	env alsascrdir=/etc/alsa.d;
 	script start = {


More information about the Initng-svn mailing list