summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bind/bind-9.18.1/generate-rndc-key.sh
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-05-05 07:04:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-05 21:17:13 +0100
commit5398263c8e070110a045a5f8999712ba4be628de (patch)
tree37b8f6c9bc6dffe1e3c774333edfadd353e85596 /meta/recipes-connectivity/bind/bind-9.18.1/generate-rndc-key.sh
parentfd8ece395f17686032218fcc5833a1df93aaf7bf (diff)
downloadopenembedded-core-5398263c8e070110a045a5f8999712ba4be628de.tar.gz
bind: upgrade 9.18.1 -> 9.18.2
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bind/bind-9.18.1/generate-rndc-key.sh')
-rw-r--r--meta/recipes-connectivity/bind/bind-9.18.1/generate-rndc-key.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-connectivity/bind/bind-9.18.1/generate-rndc-key.sh b/meta/recipes-connectivity/bind/bind-9.18.1/generate-rndc-key.sh
deleted file mode 100644
index 633e29c0e6..0000000000
--- a/meta/recipes-connectivity/bind/bind-9.18.1/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
rthgap-nut OpenEmbedded layers collection contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb
blob: 133e66da43254a1813079831257b4f888ffd27a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33