summarylogtreecommitdiffstats
path: root/rootcheck.patch
blob: 0b462bb8f18c2423a04b2d709282e265b34ecefc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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