summarylogtreecommitdiffstats
path: root/rootcheck.patch
diff options
context:
space:
mode:
authorThomas Haider2023-07-27 21:33:19 +0200
committerThomas Haider2023-07-27 21:33:19 +0200
commit49e067df50df5e17d817ba5260c1ef030f4c7f9a (patch)
tree3a65300d012db878d1b8dd0b8bfc7e2db153fe80 /rootcheck.patch
parent36f4d8215f2a0b0f183b4030b2174711cc838f25 (diff)
downloadaur-dnssec-reverb-git.tar.gz
Updated to newest version
Diffstat (limited to 'rootcheck.patch')
-rw-r--r--rootcheck.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/rootcheck.patch b/rootcheck.patch
new file mode 100644
index 000000000000..0b462bb8f18c
--- /dev/null
+++ b/rootcheck.patch
@@ -0,0 +1,16 @@
+diff --git a/dnssec-reverb b/dnssec-reverb
+index ad133ad..e204334 100755
+--- a/dnssec-reverb
++++ b/dnssec-reverb
+@@ -34,11 +34,6 @@ Fatal()
+ exit 1
+ }
+
+-if [ $(id -u) != 0 ]; then
+- Fatal "must be root"
+-fi
+-
+-
+ # load conf
+ CONF="dnssec-reverb.conf"
+ if [ -r "$DNSSEC_REVERB_CONF/$CONF" ]; then