]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - bind/named.logrotate
bind: Update to 9.9.6-P1.
[ipfire-3.x.git] / bind / named.logrotate
diff --git a/bind/named.logrotate b/bind/named.logrotate
deleted file mode 100644 (file)
index 4ed78cc..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/var/named/data/named.run {
-    missingok
-    su named named
-    create 0644 named named
-    postrotate
-        /sbin/service named reload  2> /dev/null > /dev/null || true
-    endscript
-}