summaryrefslogtreecommitdiffstats
path: root/net/cvsupit/pkg-req
diff options
context:
space:
mode:
Diffstat (limited to 'net/cvsupit/pkg-req')
-rw-r--r--net/cvsupit/pkg-req7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/cvsupit/pkg-req b/net/cvsupit/pkg-req
new file mode 100644
index 0000000..872bf79
--- /dev/null
+++ b/net/cvsupit/pkg-req
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if [ "`id -u`" != "0" ]; then
+ echo "This package must be added as root.";
+ exit 1;
+fi
+exit 0
OpenPOWER on IntegriCloud