pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update rconfig to 0.34:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/742471840a2a
branches:  trunk
changeset: 478081:742471840a2a
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Jul 16 12:51:26 2004 +0000

description:
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:

 doc/CHANGES               |   4 +++-
 sysutils/rconfig/Makefile |  10 ++--------
 sysutils/rconfig/PLIST    |   3 ++-
 sysutils/rconfig/distinfo |   6 +++---
 4 files changed, 10 insertions(+), 13 deletions(-)

diffs (62 lines):

diff -r c1ca7fe6c31b -r 742471840a2a doc/CHANGES
--- a/doc/CHANGES       Fri Jul 16 12:47:25 2004 +0000
+++ b/doc/CHANGES       Fri Jul 16 12:51:26 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6572 2004/07/16 12:47:25 seb Exp $
+$NetBSD: CHANGES,v 1.6573 2004/07/16 12:52:09 abs Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -3411,3 +3411,5 @@
        Updated gd to 2.0.27 [adam 2004-07-16]
        Added ap-auth-mysql-4.3.1 [jdolecek 2004-07-16]
        Updated p5-Archive-Zip to 1.12 [seb 2004-07-16]
+       Updated rconfig to 0.34 [abs 2004-07-16]
+
diff -r c1ca7fe6c31b -r 742471840a2a sysutils/rconfig/Makefile
--- a/sysutils/rconfig/Makefile Fri Jul 16 12:47:25 2004 +0000
+++ b/sysutils/rconfig/Makefile Fri Jul 16 12:51:26 2004 +0000
@@ -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 @@
 
 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 -r c1ca7fe6c31b -r 742471840a2a sysutils/rconfig/PLIST
--- a/sysutils/rconfig/PLIST    Fri Jul 16 12:47:25 2004 +0000
+++ b/sysutils/rconfig/PLIST    Fri Jul 16 12:51:26 2004 +0000
@@ -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 -r c1ca7fe6c31b -r 742471840a2a sysutils/rconfig/distinfo
--- a/sysutils/rconfig/distinfo Fri Jul 16 12:47:25 2004 +0000
+++ b/sysutils/rconfig/distinfo Fri Jul 16 12:51:26 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index