diff options
author | abs <abs@pkgsrc.org> | 2004-07-16 12:51:26 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-07-16 12:51:26 +0000 |
commit | 3daf186f1f8d58cf5c9919dbf938acc07bd78188 (patch) | |
tree | aa7b412740c8810f6058392f5fcb2a13d49142fe /sysutils | |
parent | ba2af4dd89c2e51728b5961965d1b41c24491726 (diff) | |
download | pkgsrc-3daf186f1f8d58cf5c9919dbf938acc07bd78188.tar.gz |
Update rconfig to 0.34:
- Fix bug in dirtrees_redefined. Thanks again to Alan Horn
- Add libexec/rconfig_ssh wrapper rather than srsh. Now hosts with bad
or missing ssh keys will get an appropriate error
- Add install target
- Add 'atactl smart status' values for NetBSD in probe.sh
- Make '-t' take a regex argument for which tags to display
- Expand the debug output available with -d
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rconfig/Makefile | 10 | ||||
-rw-r--r-- | sysutils/rconfig/PLIST | 3 | ||||
-rw-r--r-- | sysutils/rconfig/distinfo | 6 |
3 files changed, 7 insertions, 12 deletions
diff --git a/sysutils/rconfig/Makefile b/sysutils/rconfig/Makefile index abf0d658e8c..55c99553db2 100644 --- a/sysutils/rconfig/Makefile +++ b/sysutils/rconfig/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2004/06/22 06:31:46 abs Exp $ +# $NetBSD: Makefile,v 1.24 2004/07/16 12:51:26 abs Exp $ -DISTNAME= rconfig-0.33 +DISTNAME= rconfig-0.34 CATEGORIES= sysutils MASTER_SITES= http://www.mono.org/abs/tools/rconfig/ EXTRACT_SUFX= .tbz @@ -11,13 +11,7 @@ COMMENT= Manage configurations for many machines via rdist trees DEPENDS+= fping-[0-9]*:../../net/fping DEPENDS+= freerdist-[0-9]*:../../net/rdist6 -DEPENDS+= srsh-[0-9]*:../../net/srsh USE_PERL5= # defined -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/rconfig.pl ${PREFIX}/sbin/rconfig - ${INSTALL_SCRIPT} ${WRKSRC}/probe.sh ${PREFIX}/libexec/rconfig_probe - ${INSTALL_MAN} ${WRKSRC}/rconfig.8 ${PREFIX}/man/man8/rconfig.8 - .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/rconfig/PLIST b/sysutils/rconfig/PLIST index 3d246c08cc9..fc1189e580f 100644 --- a/sysutils/rconfig/PLIST +++ b/sysutils/rconfig/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2002/04/10 10:19:24 abs Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/07/16 12:51:26 abs Exp $ libexec/rconfig_probe +libexec/rconfig_ssh sbin/rconfig man/man8/rconfig.8 diff --git a/sysutils/rconfig/distinfo b/sysutils/rconfig/distinfo index d36577b842a..0b11e9cfb8a 100644 --- a/sysutils/rconfig/distinfo +++ b/sysutils/rconfig/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.19 2004/06/22 06:31:46 abs Exp $ +$NetBSD: distinfo,v 1.20 2004/07/16 12:51:26 abs Exp $ -SHA1 (rconfig-0.33.tbz) = ed87dd154125553c5ebfd155bd3fa052c4e14e76 -Size (rconfig-0.33.tbz) = 11145 bytes +SHA1 (rconfig-0.34.tbz) = 1e4214e62d1ac15aae17e2fe3b633d1f509d6804 +Size (rconfig-0.34.tbz) = 11977 bytes |