saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-04-07 21:40:18 +02:00
committed by root
parent 972fad2017
commit 202d0eef70
19 changed files with 4377 additions and 0 deletions

8
logrotate.d/jabberd Normal file
View File

@@ -0,0 +1,8 @@
/var/log/jabber/c2s.log /var/log/jabber/s2s.log /var/log/jabber/sm.log /var/log/jabber/router.log {
su jabber jabber
sharedscripts
missingok
postrotate
/etc/init.d/jabberd reload
endscript
}