saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-08-09 20:24:44 +02:00
committed by Hans Wurst
parent da265060d3
commit f44a71ee7f
4 changed files with 140 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# $Id$
#
# Syslog-ng logrotate snippet for Gentoo Linux
# contributed by Michael Sterrett
#
/var/log/messages {
missingok
sharedscripts
postrotate
/etc/init.d/syslog-ng reload > /dev/null 2>&1 || true
endscript
}