mirror of
https://github.com/osmarks/ngircd.git
synced 2025-02-07 21:00:03 +00:00
Fix getpid.sh to work on Apple A/UX again
This commit is contained in:
parent
d8ee498a65
commit
eba53f652c
@ -10,7 +10,7 @@ UNAME=`uname`
|
|||||||
if [ $UNAME = "FreeBSD" ]; then
|
if [ $UNAME = "FreeBSD" ]; then
|
||||||
PS_FLAGS="-a"; PS_PIDCOL="1"; HEAD_FLAGS="-n 1"
|
PS_FLAGS="-a"; PS_PIDCOL="1"; HEAD_FLAGS="-n 1"
|
||||||
elif [ $UNAME = "A/UX" ]; then
|
elif [ $UNAME = "A/UX" ]; then
|
||||||
PS_FLAGS="-ae"; PS_PIDCOL="1"; HEAD_FLAGS="-1"
|
PS_FLAGS="-af"; PS_PIDCOL="2"; HEAD_FLAGS="-1"
|
||||||
elif [ $UNAME = "GNU" ]; then
|
elif [ $UNAME = "GNU" ]; then
|
||||||
PS_FLAGS="-ax"; PS_PIDCOL="2"; HEAD_FLAGS="-n 1"
|
PS_FLAGS="-ax"; PS_PIDCOL="2"; HEAD_FLAGS="-n 1"
|
||||||
elif [ $UNAME = "Linux" ]; then
|
elif [ $UNAME = "Linux" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user