- 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
17 lines
454 B
Makefile
17 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.24 2004/07/16 12:51:26 abs Exp $
|
|
|
|
DISTNAME= rconfig-0.34
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.mono.org/abs/tools/rconfig/
|
|
EXTRACT_SUFX= .tbz
|
|
|
|
MAINTAINER= abs@NetBSD.org
|
|
HOMEPAGE= http://www.mono.org/abs/tools/rconfig/
|
|
COMMENT= Manage configurations for many machines via rdist trees
|
|
|
|
DEPENDS+= fping-[0-9]*:../../net/fping
|
|
DEPENDS+= freerdist-[0-9]*:../../net/rdist6
|
|
|
|
USE_PERL5= # defined
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|