diff options
author | Roy Marples <roy@marples.name> | 2007-12-05 16:31:23 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-05 16:31:23 +0000 |
commit | 27067e55e52c770a89bb23a141dc1791c907a755 (patch) | |
tree | 63c3622fef4b20d017b4592529a8e5b70001715f /runlevels.BSD | |
parent | 0f7cb3293a4b24ee00ac30803a834bd8534cae5b (diff) |
Add a newsyslog init script
Diffstat (limited to 'runlevels.BSD')
-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 72980f26..5a0e6b52 100644 --- a/runlevels.BSD/Makefile +++ b/runlevels.BSD/Makefile @@ -1,4 +1,4 @@ -BOOT = dumpon hostid net.lo0 savecore syscons syslogd +BOOT = dumpon hostid net.lo0 newsyslog savecore syscons syslogd DEFAULT = local.rc mixer powerd TOPDIR = .. |