summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-21 15:43:17 +0000
committerRoy Marples <roy@marples.name>2007-11-21 15:43:17 +0000
commit2238faff286733f67160c95ecbf15ba2b5b8a727 (patch)
tree7bda12e51a99f90f78f633085edde287b58cebdc
parent38dd90b17aceff8904358ed427fa8cae22c3349d (diff)
downloadopenrc-2238faff286733f67160c95ecbf15ba2b5b8a727.tar.gz
openrc-2238faff286733f67160c95ecbf15ba2b5b8a727.tar.bz2
openrc-2238faff286733f67160c95ecbf15ba2b5b8a727.tar.xz
Add to the boot runlevel correctly
-rw-r--r--runlevels.BSD/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels.BSD/Makefile b/runlevels.BSD/Makefile
index 45dd477..51ccbdc 100644
--- a/runlevels.BSD/Makefile
+++ b/runlevels.BSD/Makefile
@@ -1,4 +1,4 @@
-BOOTLEVEL = net.lo0 syscons
+BOOT = net.lo0 syscons
DEFAULT = local.rc powerd syslogd
TOPDIR = ..