]> Pileus Git - mkinit/commitdiff
add spamassassin
authorAndy Spencer <andy753421@gmail.com>
Sun, 20 Dec 2009 09:13:50 +0000 (09:13 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sun, 20 Dec 2009 09:13:50 +0000 (09:13 +0000)
init.mk
mkfile

diff --git a/init.mk b/init.mk
index 8ab2784b892fba16160dacff54f517d9a7b5976b..a17169ee29908c0d81bf641b3b3d660d81c8f41b 100644 (file)
--- a/init.mk
+++ b/init.mk
@@ -15,7 +15,7 @@ NPROC=10
 #      service -D $target
 
 # Runlevels
-user   = alsa keymap polipo spam dbus
+user   = alsa keymap polipo dbus
 system = at cron hddtemp hostname hwclock sshd swap syslog
 bare   = cpufreq fsclean getty qingy initctl localhost modules mounts uevents utmp
 
diff --git a/mkfile b/mkfile
index 30fa12befde1de005ac24964b9d3c5eb8f779dc0..8a60b60fb48a1e4667a059840eb1c668164d883e 100644 (file)
--- a/mkfile
+++ b/mkfile
@@ -24,6 +24,6 @@ uninstall:VE:
        rmdir /lib/mkinit/state/
        rmdir /lib/mkinit/
 
-<mkcommon
+<../mkcommon
 
 # vim: ft=mk