summarylogtreecommitdiffstats
path: root/rootcheck.patch
diff options
context:
space:
mode:
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