summaryrefslogtreecommitdiff
path: root/init.d.BSD/newsyslog
blob: 2e9a0cdfe0c3bb6b36a3b13f772f2285231f055e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/sbin/runscript
# Copyright 2007-2008 Roy Marples
# All rights reserved

required_files="/etc/newsyslog.conf"

depend() {
	need localmount
}

start() {
	ebegin "Creating and/or trimming log files"
	newsyslog ${newsyslog_args}
	eend $?
}