diff options
author | seb <seb@pkgsrc.org> | 2003-05-29 21:08:26 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-05-29 21:08:26 +0000 |
commit | 7ae8c4f567b0d7cb964ef1528761d2a16804742d (patch) | |
tree | 0e07b5454af924c74543aef6cbf07d2d590a65ab /sysutils/cfengine2/Makefile.common | |
parent | 1aea23c339730b2d9433014b95d7ce332e73c300 (diff) | |
download | pkgsrc-7ae8c4f567b0d7cb964ef1528761d2a16804742d.tar.gz |
Update to version 2.0.7p3.
Versions 2.0.7p1, 2.0.7p2 and 2.0.7p3 are patch releases.
Changes in version 2.0.7:
Resolv.conf search directive removed from code. This was wrong, in spite
of pressure to put it in.
EditBackup -> Backup corrected in manual
Check for class definitions that are not installable
SMTP client handling patch in cfexecd - must wait for reply
AppendIfNoLineMatching replaced with regex, not Setline value
ChecksumPurge = ( on ) causes cfagent to purge its checksum database of
files that no longer exist.
Forgotten built in function RandomInt(a,b) - returns a random number in variable
assignments. Actually introduced in 2.0.6. Forgot this control:
rand = ( RandomInt(4,7) )
Major rewrite of parser
- code simplifications
- Allowed escaping of quotes in strings and newlines e.g.
var1 = ( "a b c\"substring\" d e" )
var2 = ( "a b
c" )
Tidy code tidied and bug fixed for new scheduler
Moduledirectory defaults to /var/cfengine/modules
Diffstat (limited to 'sysutils/cfengine2/Makefile.common')
-rw-r--r-- | sysutils/cfengine2/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/cfengine2/Makefile.common b/sysutils/cfengine2/Makefile.common index 78f90ae4f86..8ba443d3711 100644 --- a/sysutils/cfengine2/Makefile.common +++ b/sysutils/cfengine2/Makefile.common @@ -1,9 +1,8 @@ -# $NetBSD: Makefile.common,v 1.4 2003/05/02 11:56:20 wiz Exp $ +# $NetBSD: Makefile.common,v 1.5 2003/05/29 21:08:26 seb Exp $ # -CFENGINE_VERSION= 2.0.6 +CFENGINE_VERSION= 2.0.7p3 DISTNAME= cfengine-${CFENGINE_VERSION} -PKGREVISION= 1 CATEGORIES= sysutils net MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \ http://sunsite.utk.edu/ftp/pub/cfengine/cfengine-ftp/ |