From b55c88a9c37c66b7065690546301d15a3d32a23f Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Wed, 1 Nov 2006 20:29:24 +0000 Subject: [PATCH] update to configure cmdline --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 5712634..4c313e0 100755 --- a/debian/rules +++ b/debian/rules @@ -76,7 +76,7 @@ config.status: configure --with-pgsql=/usr \ --with-mysql=/usr \ --with-proc-loadavg=/proc/loadavg \ - --with-ps-command=/bin/ps \ + --with-ps-command="/bin/ps axwo 'stat uid pid ppid vsz rss pcpu comm args'" \ --with-ps-format="%s %d %d %d %d %d %f %s %n" \ --with-ps-cols=9 \ --with-ps-varlist="procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos" \