Changes committed to git://oss.sgi.com:8090/nathans/pcp.git
VERSION.pcp | 2 -
configure.in | 54
++++++++++++++++++++++++-----------------
debian/changelog | 9 ++++++
src/include/pcp.conf.in | 6 ++++
src/include/pcp.env | 11 ++++----
src/pmcd/rc_pcp | 2 -
src/pmdas/news/news.agent | 2 -
src/pmie/pmie_check.sh | 2 -
src/pmlogctl/pmlogger_check.sh | 2 -
src/pmlogctl/pmnewlog.sh | 2 -
src/pmproxy/rc_pmproxy | 2 -
11 files changed, 60 insertions(+), 34 deletions(-)
commit 00b014f419cdc60b44e42c9abc2b44037b10f417
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Apr 15 17:41:53 2008 +1000
Bump build version number.
commit 7c9c955f9848c35ce0457904e1af4cfa8b0b2d02
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Apr 15 17:41:21 2008 +1000
Add configuration magic for knsnap control file - needs to be here
as this is where the platform-specific control file locations are
decided, and I really don't want to create /etc/kmchart.conf. And
since precendent is set for layered products adding config info to
pcp.conf by PCP_MPI_DIRS, I'm sure noone will complain. ;-)
commit 59133b4c7418337430f22bb7629422de2974907f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Apr 15 17:32:52 2008 +1000
Add AIX path setting, mvoe platform-PATH setting up with other
platform macros.
commit e113e6f689faceaf460d05eda7efd5f6a0c60909
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Apr 15 17:30:30 2008 +1000
Its poor form to override user-specified CFLAGS, even for Interix.
commit cfdbfdff5c4151fb699bac590ddb1a05b2c911fd
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Apr 15 17:12:54 2008 +1000
Remove remaining vistages of config.done, which is no longer used
anywhere.
commit 61290eeffd753cdef958b03c49cbf2a291c0c802
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Apr 15 17:12:22 2008 +1000
Fix _get_pids_by_name for Cygwin. Here we have a ps binary
that does not report a TIME column (only STIME, which is the
process start time, which only for awhile produces output in
the time string format HH:MM:SS, then switches to a "Mar 14"
style format). Happily, it turns out the procps.exe binary
produces output in the regular form we're after - this patch
introduces $PCP_PS_PROG so that we can use this other ps.
commit 28b7ebee690240ab0bbb2a87f3b4e4639284ff82
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Apr 15 16:50:45 2008 +1000
Fix _get_pids_by_name for Mac OS X. Here we have a ps binary
that can return a time string of the form HH:MM.SS instead of
the expected HH:MM:SS used everywhere else.
|