summaryrefslogtreecommitdiff
path: root/init.d.BSD/newsyslog
blob: dc3616ba76ef8c71ae0894a7f2c32b24424975bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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 $?
}