From 55f277e77428d7423ae906a8e1f1324d35b07a7d Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 4 Mar 2022 12:32:20 -0500 Subject: import Miranda 2.066 from upstream --- ugroot | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 ugroot (limited to 'ugroot') 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 -- cgit v1.2.1