summaryrefslogtreecommitdiff
path: root/ugroot
diff options
context:
space:
mode:
Diffstat (limited to 'ugroot')
-rwxr-xr-xugroot7
1 files changed, 7 insertions, 0 deletions
diff --git a/ugroot b/ugroot
new file mode 100755
index 0000000..3b08e3a
--- /dev/null
+++ b/ugroot
@@ -0,0 +1,7 @@
+case $OSTYPE in
+cygwin) echo no root user on cygwin; exit 1 ;;
+Interix) echo Administrator:+Administrators ;;
+darwin) echo root:wheel ;;
+solaris*) echo root:bin ;;
+*) echo root:root ;;
+esac