summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 53ea17c)
raw | patch | inline | side by side (parent: 53ea17c)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Fri, 30 Apr 2004 11:12:00 +0000 (11:12 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Fri, 30 Apr 2004 11:12:00 +0000 (11:12 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@874 f882894a-f735-0410-b71e-b25c423dba1c
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 79fe2f0d0547f1d36e0e7539215dba03c47546a2..e9193929f80f70e6c621b057612b23684ae1ba11 100644 (file)
--- a/configure.in
+++ b/configure.in
egrep -i ["^ *F +S +UID +PID +PPID +C +PRI +NI +ADDR +SZ +WCHAN +TTY +TIME +[RGSCOMDNA]+"] >/dev/null
then
ac_cv_ps_varlist="[procstat,&procuid,&procppid,&pos,procprog]"
- ac_cv_ps_command="$PATH_TO_PS -el (AIX 4.1)"
+ ac_cv_ps_command="$PATH_TO_PS -el (AIX 4.1 and HP-UX)"
ac_cv_ps_format="%*s %s %d %*s %d %*s %*s %*s %*s %*s %*s %*s %*s %n%s"
ac_cv_ps_cols=5
AC_MSG_RESULT([$ac_cv_ps_command])