diff options
| author | Roy Marples <roy@marples.name> | 2007-11-23 13:11:40 +0000 | 
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-11-23 13:11:40 +0000 | 
| commit | 9583df9c28827ab503ecd3bfc0c69e230c25933f (patch) | |
| tree | b1e59c13211cfdf66b8a560bc186cc42d8f1a8dc | |
| parent | 173825d658ad2c0d9a07e3ae619cdcf8b3862395 (diff) | |
| download | openrc-9583df9c28827ab503ecd3bfc0c69e230c25933f.tar.xz | |
Move syslogd to the boot runlevel
| -rw-r--r-- | runlevels.BSD/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/runlevels.BSD/Makefile b/runlevels.BSD/Makefile index da525074..e49331da 100644 --- a/runlevels.BSD/Makefile +++ b/runlevels.BSD/Makefile @@ -1,5 +1,5 @@ -BOOT = dumpon net.lo0 savecore syscons -DEFAULT = local.rc powerd syslogd +BOOT = dumpon net.lo0 savecore syscons syslogd +DEFAULT = local.rc powerd   TOPDIR = ..  include $(TOPDIR)/runlevels.mk | 
