Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 0f471f7e5b4649a615d152ef812da1a8 > files > 2

smstools-3.1.5-5.fc13.src.rpm

#
# Rotate smstools log files.
#
/var/log/smsd/smsd_trouble.log {
	missingok
	create 640 smstools smstools
}
/var/log/smsd/smsd.log {
	missingok
	create 640 smstools smstools
	postrotate
		/sbin/service smsd condrestart 2> /dev/null > /dev/null || true
	endscript
}