keyword noprefix

This commit is contained in:
Roy Marples 2008-03-03 13:18:35 +00:00
parent f35c879bb8
commit 35929e23bb
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ required_files="/etc/newsyslog.conf"
depend() depend()
{ {
need localmount need localmount
keyword noprefix
} }
start() start()

View File

@ -16,4 +16,5 @@ depend()
use net newsyslog use net newsyslog
need localmount need localmount
after bootmisc after bootmisc
keyword noprefix
} }