diff options
author | abs <abs> | 2003-09-19 09:41:13 +0000 |
---|---|---|
committer | abs <abs> | 2003-09-19 09:41:13 +0000 |
commit | 2f76af1b075b44fc319e7dda942767892e22d8d0 (patch) | |
tree | 999c843af338e0c959a98cde6d083b08b0f04812 /sysutils/rconfig/Makefile | |
parent | 4a331c751199587cdc3720558fccd63c233903ca (diff) | |
download | pkgsrc-2f76af1b075b44fc319e7dda942767892e22d8d0.tar.gz |
Update rconfig to 0.19:
0.19: Explicitly set PATH in probe.sh
Avoid incorrect progress % in Probe list when host failing
Fix path to rconfig.conf (Noted by Alan Horn)
0.18: Use correct timeout (do not use rsh_timeout for everything)
Diffstat (limited to 'sysutils/rconfig/Makefile')
-rw-r--r-- | sysutils/rconfig/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/rconfig/Makefile b/sysutils/rconfig/Makefile index 796b4a291a9..c6924cce0b6 100644 --- a/sysutils/rconfig/Makefile +++ b/sysutils/rconfig/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2003/09/12 15:12:12 abs Exp $ +# $NetBSD: Makefile,v 1.14 2003/09/19 09:41:13 abs Exp $ -DISTNAME= rconfig-0.17 -PKGREVISION= 1 +DISTNAME= rconfig-0.19 CATEGORIES= sysutils MASTER_SITES= http://www.mono.org/abs/tools/rconfig/ |