X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=init.mk;h=3b5f459499fe4b72f7ce650aaab665376dda5735;hb=af04f2e50340e1ede9ae6bf2ae40b6a3d641be58;hp=81c14870fc1cce24ad4af6decde04af800cc39b8;hpb=9dbffaa9fcf78a81968865e371abfb978a8b8168;p=mkinit diff --git a/init.mk b/init.mk index 81c1487..3b5f459 100644 --- 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 -