[Initng-svn] r2673 - in initng/initfiles: daemon system
svn at initng.thinktux.net
svn at initng.thinktux.net
Mon Jan 2 19:46:06 CET 2006
Author: deac
Date: Mon Jan 2 19:46:06 2006
New Revision: 2673
Modified:
initng/initfiles/daemon/dovecot.ii
initng/initfiles/system/coldplug.ii
Log:
some fixes
Modified: initng/initfiles/daemon/dovecot.ii
==============================================================================
--- initng/initfiles/daemon/dovecot.ii (original)
+++ initng/initfiles/daemon/dovecot.ii Mon Jan 2 19:46:06 2006
@@ -1,6 +1,5 @@
daemon daemon/dovecot {
- need = system/bootmisc
- use = system/static-modules system/coldplug;
+ need = system/bootmisc;
require_network;
exec daemon = @/usr/sbin/dovecot@;
pid_file = /var/run/dovecot/master.pid;
Modified: initng/initfiles/system/coldplug.ii
==============================================================================
--- initng/initfiles/system/coldplug.ii (original)
+++ initng/initfiles/system/coldplug.ii Mon Jan 2 19:46:06 2006
@@ -30,7 +30,11 @@
service system/coldplug/isapnp : system/coldplug/class {
}
+#ifd unknown_system
service system/coldplug {
+#elsed
+virtual system/coldplug {
+#endd
#ifd gentoo pingwinek
need = system/bootmisc system/coldplug/pci system/coldplug/usb system/coldplug/input;
also_stop = system/bootmisc system/coldplug/pci system/coldplug/usb system/coldplug/input;
More information about the Initng-svn
mailing list