]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - bind/named.logrotate
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / bind / named.logrotate
CommitLineData
ac29baf9
SS
1/var/named/data/named.run {
2 missingok
3 su named named
4 create 0644 named named
5 postrotate
6 /sbin/service named reload 2> /dev/null > /dev/null || true
7 endscript
8}