diff options
author | abs <abs@pkgsrc.org> | 2004-05-21 13:38:47 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-05-21 13:38:47 +0000 |
commit | e8299f5904bb048a5ce503dda9219232fbedccce (patch) | |
tree | 50daffdf1ce1dc7bd3e6018e02d1a4e1d458c640 /sysutils/rconfig/Makefile | |
parent | 31fd195f29ba5458390a8450f4ba906a28a4f7a2 (diff) | |
download | pkgsrc-e8299f5904bb048a5ce503dda9219232fbedccce.tar.gz |
update rconfig to 0.30
0.28: - Use netname() when running fping etc. Reject duplicate hostnames.
Problem noted by alan.
0.29: - Add ${fqdn} to the list of available keys in dirtrees.
- Allow 'key -= value' to remove values from key settings
- When '-d' is specified display the final state of the configuration
- If dirtrees is assigned with '=', disable the 'insert after ${type}'
behaviour for any subsequent 'distrees +=' option
0.30: - completely rework parsing of rdist
Diffstat (limited to 'sysutils/rconfig/Makefile')
-rw-r--r-- | sysutils/rconfig/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/rconfig/Makefile b/sysutils/rconfig/Makefile index b37da92e988..81ac48bd1ae 100644 --- a/sysutils/rconfig/Makefile +++ b/sysutils/rconfig/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2003/11/11 16:44:16 abs Exp $ +# $NetBSD: Makefile,v 1.21 2004/05/21 13:38:47 abs Exp $ -DISTNAME= rconfig-0.27 +DISTNAME= rconfig-0.30 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/ |