View | Details | Raw Unified | Return to bug 81548
Collapse All | Expand All

(-)net-mgmt/nagios-plugins/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	nagios-plugins
8
PORTNAME=	nagios-plugins
9
PORTVERSION=	1.4
9
PORTVERSION=	1.4
10
PORTREVISION=	1
10
PORTREVISION=	2
11
PORTEPOCH=	1
11
PORTEPOCH=	1
12
CATEGORIES=	net-mgmt
12
CATEGORIES=	net-mgmt
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
(-)net-mgmt/nagios-plugins/files/patch-configure.in (-1 / +1 lines)
Lines 301-307 Link Here
301
-	AC_MSG_WARN([unable to find usable ps syntax - check_procs and check_nagios will not be compiled])
301
-	AC_MSG_WARN([unable to find usable ps syntax - check_procs and check_nagios will not be compiled])
302
-fi
302
-fi
303
+ac_cv_ps_varlist="[procstat,&procuid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]"
303
+ac_cv_ps_varlist="[procstat,&procuid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]"
304
+ac_cv_ps_command="$PATH_TO_PS axwo 'state uid ppid vsz rss pcpu command command'"
304
+ac_cv_ps_command="$PATH_TO_PS axwo 'state uid ppid vsz rss pcpu ucomm command'"
305
+ac_cv_ps_format="%s %d %d %d %d %f %s %n"
305
+ac_cv_ps_format="%s %d %d %d %d %f %s %n"
306
+ac_cv_ps_cols=8
306
+ac_cv_ps_cols=8
307
+AC_MSG_RESULT([$ac_cv_ps_command])
307
+AC_MSG_RESULT([$ac_cv_ps_command])

Return to bug 81548