[type/__sysctl] Group entries
This commit is contained in:
parent
92610fe76c
commit
9acb9d1f3a
1 changed files with 20 additions and 12 deletions
|
@ -29,7 +29,12 @@ fi
|
||||||
|
|
||||||
os=$(cat "$__global/explorer/os")
|
os=$(cat "$__global/explorer/os")
|
||||||
case "$os" in
|
case "$os" in
|
||||||
redhat|centos|ubuntu|debian|devuan|alpine|archlinux|gentoo|openwrt|coreos|netbsd)
|
# Linux
|
||||||
|
redhat|centos|ubuntu|debian|devuan|archlinux|gentoo|coreos)
|
||||||
|
flag='-w'
|
||||||
|
;;
|
||||||
|
# BusyBox
|
||||||
|
alpine|openwrt)
|
||||||
flag='-w'
|
flag='-w'
|
||||||
;;
|
;;
|
||||||
macosx)
|
macosx)
|
||||||
|
@ -38,6 +43,9 @@ case "$os" in
|
||||||
# it still works.
|
# it still works.
|
||||||
flag='-w'
|
flag='-w'
|
||||||
;;
|
;;
|
||||||
|
netbsd)
|
||||||
|
flag='-w'
|
||||||
|
;;
|
||||||
freebsd|openbsd)
|
freebsd|openbsd)
|
||||||
flag=''
|
flag=''
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue