pkgsrc/sysutils/cfengine2/Makefile.common
seb 7ae8c4f567 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
2003-05-29 21:08:26 +00:00

14 lines
442 B
Makefile

# $NetBSD: Makefile.common,v 1.5 2003/05/29 21:08:26 seb Exp $
#
CFENGINE_VERSION= 2.0.7p3
DISTNAME= cfengine-${CFENGINE_VERSION}
CATEGORIES= sysutils net
MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \
http://sunsite.utk.edu/ftp/pub/cfengine/cfengine-ftp/
MAINTAINER= mike@ethmoid.org
HOMEPAGE= http://www.cfengine.org/
DISTINFO_FILE= ${.CURDIR}/../../sysutils/cfengine2/distinfo
PATCHDIR= ${.CURDIR}/../../sysutils/cfengine2/patches