Changes committed to git://oss.sgi.com:8090/nathans/pcp.git
GNUmakefile | 5 ++++-
build/rpm/pcp.spec.in | 2 +-
configure.in | 24 ++++++++++++++++++++++--
src/cpan/Makefile.PL | 3 ++-
src/cpan/PMDA.xs | 29
++++++++++++++++++++++++-----
src/include/builddefs.in | 2 +-
src/include/pcp.conf.in | 18 ++++++++++++++++++
src/pmcd/pmcd.options | 4 ++--
src/pmcd/rc_pcp | 8 +++-----
src/pmdas/news/GNUmakefile | 2 +-
src/pmdas/simple/GNUmakefile | 2 +-
src/pmdas/systemtap/pmdasystemtap.pl | 9 +++++----
src/pmie/GNUmakefile | 10 +++++++---
src/pmie/etc_init.d_pmie | 2 +-
src/pmlogctl/GNUmakefile | 7 ++-----
src/pmproxy/GNUmakefile | 8 +++++---
16 files changed, 99 insertions(+), 36 deletions(-)
commit 43d4065aeee14f84883ff4fb155572ca29c4acc8
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Feb 29 17:08:51 2008 +1100
Update the build requires line in the spec file, make it not
conditional.
commit 9c014dae2f95cc27e032c3ef4c4ed122525e40e6
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Feb 29 17:00:27 2008 +1100
Make the paths to all the critical configuration files configurable,
so that Debian packages can place them below /etc/<name>/ as
required
by Debian policy. This extends the existing model that was used for
IRIX differences to cover 2/3 more configuration files than before.
commit c8cc4d7506a9c435f2367e2950a96c04dd791204
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Feb 29 16:57:03 2008 +1100
Fix some typos in comments.
commit 2c870a6387356b9b029bf1c910bdfc1621e3d749
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Feb 29 15:46:48 2008 +1100
Fix build, dont rely on PCP headers installed in the root for the
Perl API.
commit 30c9e6655d8eddc8cd91f9b8f75f7a1c7865de2d
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Feb 28 21:00:07 2008 +1100
Make string values work in the Perl/C PMDA interface (still need to
cleanup the strdup here though, somehow). Resolve error code return
case from fetch callback as well. Add log/err wrapper interfaces.
|