summaryrefslogtreecommitdiff
path: root/sysutils/rconfig/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2004-07-16 12:51:26 +0000
committerabs <abs@pkgsrc.org>2004-07-16 12:51:26 +0000
commit491b4a4b74a356365712d98be40c1ef5a466befa (patch)
treeaa7b412740c8810f6058392f5fcb2a13d49142fe /sysutils/rconfig/Makefile
parent83489c096c47d79664832ecf9537bd86809c479e (diff)
downloadpkgsrc-491b4a4b74a356365712d98be40c1ef5a466befa.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/rconfig/Makefile')
-rw-r--r--sysutils/rconfig/Makefile10
1 files changed, 2 insertions, 8 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"