]> Pileus Git - mkinit/blobdiff - init.mk
Add reload.
[mkinit] / init.mk
diff --git a/init.mk b/init.mk
index 81c14870fc1cce24ad4af6decde04af800cc39b8..3b5f459499fe4b72f7ce650aaab665376dda5735 100644 (file)
--- a/init.mk
+++ b/init.mk
@@ -1,20 +1,21 @@
-# Copyright (C) 2009-2010 Andy Spencer
+# Copyright (C) 2009-2011 Andy Spencer
 # See COPYING for terms
 
 # Config
-MKSHELL=/usr/lib/plan9/bin/rc
+MKSHELL=/opt/plan9/bin/rc
 NPROC=10
 
+hddtemp-opts  = -l 0.0.0.0 /dev/sda
 hostname-opts = c
 apache2-opts  = -DSSL -DPHP5
 
 # Runlevels:
 #   single─bare─system─┬─desktop─>
 #                      └─server──>
-server  = apache2 courier dhcp mysql spamd tor
-desktop = alsa cups dbus getty qingy keymap polipo
-system  = at cron hddtemp hwclock sshd swap syslog
-bare    = cpufreq fsclean hostname initctl localhost modules mounts uevents utmp
+server  = apache2 bitlbee cups denyhosts diod dovecot eth0 exim gitd jabberd mailman mysql ntpd spamd
+desktop = alsa gettyd gpm keymap qingy wlan0
+system  = at cron hddtemp hwclock mdadm smartd sshd swap sysctl syslog
+bare    = cpufreq fsclean hostname initctl localhost mdev modules mounts utmp
 
 default:V: desktop
 
@@ -25,4 +26,4 @@ bare:V:    `{echo $server^-stop  $desktop^-stop  $system^-stop  $bare^-start}
 single:V:  `{echo $server^-stop  $desktop^-stop  $system^-stop  $bare^-stop }
 
 # Include services
-</scratch/lug/mkinit/init.mk
+</etc/services.mk