Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 505596 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/local/portage/trunk/net-im/jabberd2/files/jabberd2-2.3.1.logrotate (-4 / +1 lines)
Lines 2-10 Link Here
2
	su jabber jabber
2
	su jabber jabber
3
	sharedscripts
3
	sharedscripts
4
	postrotate
4
	postrotate
5
	kill -HUP $(cat /var/run/jabberd/c2s.pid)
5
	/etc/init.d/jabberd reload
6
	kill -HUP $(cat /var/run/jabberd/s2s.pid)
7
	kill -HUP $(cat /var/run/jabberd/sm.pid)
8
	kill -HUP $(cat /var/run/jabberd/router.pid)
9
	endscript
6
	endscript
10
}
7
}

Return to bug 505596