diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-03-04 12:32:20 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-03-04 12:32:20 -0500 |
commit | 55f277e77428d7423ae906a8e1f1324d35b07a7d (patch) | |
tree | 5c1c04703dff89c46b349025d2d3ec88ea9b3819 /ugroot |
import Miranda 2.066 from upstream
Diffstat (limited to 'ugroot')
-rwxr-xr-x | ugroot | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |