Fix newsyslog on NetBSD.

This commit is contained in:
Roy Marples 2008-01-15 00:49:53 +00:00
parent 7fe30026b3
commit b29c4aa926
2 changed files with 3 additions and 3 deletions

View File

@ -12,6 +12,6 @@ depend()
start() start()
{ {
ebegin "Creating and/or trimming log files" ebegin "Creating and/or trimming log files"
newsyslog ${newsyslog_args} newsyslog -s ${newsyslog_args}
eend $? eend $?
} }

View File

@ -13,7 +13,7 @@ name="System Logger Daemon"
depend() depend()
{ {
provide logger provide logger
use net use net newsyslog
need localmount need localmount
after bootmisc newsyslog after bootmisc
} }