]> ruin.nu Git - popboot.git/blobdiff - genoo
including iterator
[popboot.git] / genoo
diff --git a/genoo b/genoo
index fd0bb2dfc4d0fab6fec34e0fc9ba2b596d560356..9fcacd83ba6ac12c1c918d5f3726c7323a1aba37 100644 (file)
--- a/genoo
+++ b/genoo
@@ -1,6 +1,7 @@
 #runlevels
 2: AUMIX, HALD, CRON
-3: AUMIX, HALD, CRON, CUPSD, DISTCCD, FIRWALL, HDDTEMP, HDPARM, SSHD, NTPD
+3: NET, AUMIX, HALD, CRON, CUPSD, DISTCCD, FIREWALL, HDDTEMP, HDPARM, SSHD, NTPD
+4: SSHD, CUPSD
 
 #startup for gentoo
 aumix
@@ -20,7 +21,7 @@ NET
 
 firewall
 NET
-"/etc/init.d/firwall start"
+"/etc/init.d/firewall start"
 0: FIREWALL
 
 hald
@@ -28,6 +29,11 @@ DBUS #, HOTPLUG
 "/etc/init.d/hald start"
 0: HALD
 
+dbus
+ #no preconditions
+"/etc/init.d/dbus start"
+0: DBUS
+
 hddtemp
  # no preconditions
 "/etc/init.d/hddtemp start"
@@ -38,9 +44,14 @@ hdparm
 "/etc/init.d/hdparm start"
 0: HDPARM
 
-metalog
+clock
  # no preconditions
-"/etc/inid.d/metalog start
+"/etc/init.d/clock start"
+0: CLOCK
+
+metalog
+CLOCK
+"/etc/init.d/metalog start"
 0: METALOG, LOGGER
 
 eth0
@@ -48,7 +59,7 @@ eth0
 "/etc/init.d/net.eth0 start"
 0: NET, ETH0
 
-ntp-client
+ntpclient
 NET, ?LOGGER
 "/etc/init.d/ntp-client start"
 0: NTPCLIENT
@@ -68,7 +79,8 @@ NET, ?LOGGER
 "/etc/init.d/sshd start"
 0: SSHD
 
-vixie-cron
-?LOGGER, ?NTPCLIENT
+vixiecron
+CLOCK, ?LOGGER, ?NTPCLIENT
 "/etc/init.d/vixie-cron start"
-0: CRON, VIXIE-CRON
+0: CRON, VIXIECRON
+