Update rconfig to 0.08
Split probe into separate (user configurable) script and add ssh version, ssh 'etc' directory, and redhat version (where appropriate) to the default set of parameters probed.
This commit is contained in:
parent
0779b1370a
commit
6281ebd0aa
3 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2002/04/04 16:07:56 abs Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2002/04/10 10:19:24 abs Exp $
|
||||
|
||||
DISTNAME= rconfig-0.07
|
||||
DISTNAME= rconfig-0.08
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.mono.org/abs/tools/rconfig/
|
||||
|
||||
|
@ -15,6 +15,7 @@ DEPENDS+= srsh-[0-9]*:../../net/srsh
|
|||
|
||||
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"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2001/12/31 11:45:35 abs Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2002/04/10 10:19:24 abs Exp $
|
||||
libexec/rconfig_probe
|
||||
sbin/rconfig
|
||||
man/man8/rconfig.8
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.3 2002/04/04 16:07:56 abs Exp $
|
||||
$NetBSD: distinfo,v 1.4 2002/04/10 10:19:24 abs Exp $
|
||||
|
||||
SHA1 (rconfig-0.07.tar.gz) = 298cf5d00fdfa2fb381da23ed3820e6b8ccc46fb
|
||||
Size (rconfig-0.07.tar.gz) = 7398 bytes
|
||||
SHA1 (rconfig-0.08.tar.gz) = 2865c099d629fc8713504ff7b959efcc2692f49c
|
||||
Size (rconfig-0.08.tar.gz) = 8384 bytes
|
||||
|
|
Loading…
Reference in a new issue