summaryrefslogtreecommitdiff
path: root/security/antivir-milter/files/patch-script::avq
blob: dd9fb97281c318435526ed6211b2c745e38f8324 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- script/avq.orig	Sat Oct 11 13:26:02 2003
+++ script/avq	Sat Oct 11 13:31:54 2003
@@ -49,6 +49,13 @@
 systeme="`uname`"
 date_param="-d"
 
+# Make sure the user running this program is root.
+procowner=${procowner:-`/usr/bin/id -u`}
+if [ "$procowner" != "0" ]; then
+	echo "${pname}: you must be the super-user (uid 0) to use this utility."
+	exit 2
+fi
+
 usage() {
     echo "${pname} usage:"
     echo "    ${pname} [--queue=DIR] "