summaryrefslogtreecommitdiff
path: root/ugroot
blob: 3b08e3a92e10b4ca04110816c7856f016cac4fba (plain)
1
2
3
4
5
6
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