summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-connectivity/bind/bind-9.16.7/generate-rndc-key.sh
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-connectivity/bind/bind-9.16.7/generate-rndc-key.sh')
-rw-r--r--poky/meta/recipes-connectivity/bind/bind-9.16.7/generate-rndc-key.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/poky/meta/recipes-connectivity/bind/bind-9.16.7/generate-rndc-key.sh b/poky/meta/recipes-connectivity/bind/bind-9.16.7/generate-rndc-key.sh
deleted file mode 100644
index 633e29c0e..000000000
--- a/poky/meta/recipes-connectivity/bind/bind-9.16.7/generate-rndc-key.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-if [ ! -s /etc/bind/rndc.key ]; then
- echo -n "Generating /etc/bind/rndc.key:"
- /usr/sbin/rndc-confgen -a -b 512
- chown root:bind /etc/bind/rndc.key
- chmod 0640 /etc/bind/rndc.key
-fi