diff options
author | Roy Marples <roy@marples.name> | 2007-11-21 15:43:17 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-21 15:43:17 +0000 |
commit | 2238faff286733f67160c95ecbf15ba2b5b8a727 (patch) | |
tree | 7bda12e51a99f90f78f633085edde287b58cebdc | |
parent | 38dd90b17aceff8904358ed427fa8cae22c3349d (diff) |
Add to the boot runlevel correctly
-rw-r--r-- | runlevels.BSD/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels.BSD/Makefile b/runlevels.BSD/Makefile index 45dd4774..51ccbdc7 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 = .. |