diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2005-09-14 09:49:17 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2005-09-14 09:49:17 +0000 |
commit | 66ada169aadff3d614ed109bf12df2f94a381c37 (patch) | |
tree | fdaf8ad409c61450fb5ce930ce905b845745b5f1 | |
parent | 31c5bbba7e193f4011e7b85308b9ee0144405c79 (diff) | |
download | monitoring-plugins-66ada169aadff3d614ed109bf12df2f94a381c37.tar.gz |
- Removing typos
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1217 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4f9dc1c9..2f1274b9 100644 --- a/configure.in +++ b/configure.in @@ -708,7 +708,6 @@ then ac_cv_ps_cols=9 AC_MSG_RESULT([$ac_cv_ps_command]) -XXX elif ps -eo 's comm vsz rss user uid pid ppid args' 2>/dev/null | \ egrep -i ["^S[TAUES]* +C[OMDNA]+ +[VSIZE]+ +U[SER]+ +U[ID]+ +P[PID]+ +P[PID]+ +[RGSCOMDNA]+"] >/dev/null then @@ -833,7 +832,6 @@ then ac_cv_ps_format="%*s %s %d %d %d %*s %*s %*s %*s %*s %*s %*s %*s %*s %n%s" ac_cv_ps_cols=8 AC_MSG_RESULT([$ac_cv_ps_command]) -XXX else AC_MSG_WARN([unable to find usable ps syntax - check_procs and check_nagios will not be compiled]) |