Index: head/sysutils/cfengine/Makefile =================================================================== --- head/sysutils/cfengine/Makefile (revision 419710) +++ head/sysutils/cfengine/Makefile (revision 419711) @@ -1,8 +1,8 @@ # $FreeBSD$ VERSIONS= 22 32 33 34 35 36 37 38 39 -CFENGINE_VERSION?= 38 +CFENGINE_VERSION?= 39 MASTERDIR= ${.CURDIR}/../cfengine${CFENGINE_VERSION} .include "${MASTERDIR}/Makefile" Index: head/sysutils/cfengine-masterfiles/Makefile =================================================================== --- head/sysutils/cfengine-masterfiles/Makefile (revision 419710) +++ head/sysutils/cfengine-masterfiles/Makefile (revision 419711) @@ -1,8 +1,8 @@ # $FreeBSD$ VERSIONS= 36 37 38 39 -CFENGINE_VERSION?= 38 +CFENGINE_VERSION?= 39 MASTERDIR= ${.CURDIR}/../cfengine-masterfiles${CFENGINE_VERSION} .include "${MASTERDIR}/Makefile" Index: head/sysutils/cfengine-masterfiles39/Makefile =================================================================== --- head/sysutils/cfengine-masterfiles39/Makefile (revision 419710) +++ head/sysutils/cfengine-masterfiles39/Makefile (revision 419711) @@ -1,34 +1,34 @@ # Created by: cy@FreeBSD.org # $FreeBSD$ PORTNAME= cfengine-masterfiles -PORTVERSION= 3.9.0 +PORTVERSION= 3.9.1 CATEGORIES= sysutils MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ MAINTAINER= cy@FreeBSD.org # gjb@FreeBSD.org is also committer for this port # skreuzer@FreeBSD.org is also committer for this port COMMENT= cfengine sample policies for installations and upgrades LICENSE= GPLv3 CPE_VENDOR= gnu .if !defined(MASTERDIR) PKGNAMESUFFIX= 39 .endif RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX} FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} CONFLICTS= cfengine-masterfiles[679]* MAKE_JOBS_UNSAFE= yes USES= cpe HAS_CONFIGURE= yes EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles CONFIGURE_ARGS= --prefix=${EXAMPLESDIR} .include Index: head/sysutils/cfengine-masterfiles39/distinfo =================================================================== --- head/sysutils/cfengine-masterfiles39/distinfo (revision 419710) +++ head/sysutils/cfengine-masterfiles39/distinfo (revision 419711) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465956498 -SHA256 (cfengine-masterfiles-3.9.0.tar.gz) = 63dec2f8649f5f2788cd463dccf47f8dbe941522acfcf3093517f983bbfa0606 -SIZE (cfengine-masterfiles-3.9.0.tar.gz) = 425356 +TIMESTAMP = 1470432585 +SHA256 (cfengine-masterfiles-3.9.1.tar.gz) = 99d59ea4229253ef2e35fc30c33d5e2605fab1144af7b16562affcceabddb03a +SIZE (cfengine-masterfiles-3.9.1.tar.gz) = 426996 Index: head/sysutils/cfengine33/Makefile =================================================================== --- head/sysutils/cfengine33/Makefile (revision 419710) +++ head/sysutils/cfengine33/Makefile (revision 419711) @@ -1,80 +1,80 @@ # Created by: jrhett@netconsonance.com # $FreeBSD$ PORTNAME= cfengine PORTVERSION= 3.3.8 PORTREVISION= 9 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine.package-repos/tarballs/ PKGNAMESUFFIX= 33 MAINTAINER= cy@FreeBSD.org # gjb@FreeBSD.org is also committer for this port # skreuzer@FreeBSD.org is also committer for this port COMMENT= Systems administration tool for networks CPE_VENDOR= gnu FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} CONFLICTS= cfengine-2* cfengine-3.[24-9]* cfengine-devel-* USE_RC_SUBR= cf-execd cf-serverd USES= cpe gmake libtool USE_LDCONFIG= yes USE_OPENSSL= yes GNU_CONFIGURE= yes # EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 DOCSDIR= ${PREFIX}/share/doc/cfengine CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --htmldir=${DOCSDIR}/html \ --with-pcre=${LOCALBASE} \ --enable-fhs CFLAGS+= -Wno-error=implicit-function-declaration LIB_DEPENDS+= libpcre.so:devel/pcre OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT OPTIONS_SINGLE= DB OPTIONS_SINGLE_DB= TOKYOCABINET QDBM TOKYOCABINET_DESC= Enable TokyoCabinet database backend QDBM_DESC= Enable QDBM database backend PGSQL_DESC= Enable PostgreSQL integration MYSQL_DESC= Enable MySQL integration LIBVIRT_DESC= Enable libvirt integration OPTIONS_DEFAULT=TOKYOCABINET post-patch: @${REINPLACE_CMD} -e '/^htmldir/s!=.*!= @htmldir@!' \ ${WRKSRC}/docs/Makefile.in .include .if ${PORT_OPTIONS:MTOKYOCABINET} CONFIGURE_ARGS+= --with-tokyocabinet=${LOCALBASE} LIB_DEPENDS+= libtokyocabinet.so:databases/tokyocabinet .endif .if ${PORT_OPTIONS:MQDBM} CONFIGURE_ARGS+= --with-qdbm=${LOCALBASE} LIB_DEPENDS+= libqdbm.so:databases/qdbm .endif .if ${PORT_OPTIONS:MPGSQL} USES+= pgsql CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE} .endif .if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= yes +USES+= mysql CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} LIB_DEPENDS+= libmysqlclient.so:${_MYSQL_CLIENT} LDFLAGS+= -L${LOCALBASE}/lib/mysql .endif .if ${PORT_OPTIONS:MLIBVIRT} CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE} LIB_DEPENDS+= libvirt.so:devel/libvirt .endif .include Index: head/sysutils/cfengine34/Makefile =================================================================== --- head/sysutils/cfengine34/Makefile (revision 419710) +++ head/sysutils/cfengine34/Makefile (revision 419711) @@ -1,87 +1,87 @@ # Created by: jrhett@netconsonance.com # $FreeBSD$ PORTNAME= cfengine PORTVERSION= 3.4.5 PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine.package-repos/tarballs/ MAINTAINER= cy@FreeBSD.org # gjb@FreeBSD.org is also committer for this port # skreuzer@FreeBSD.org is also committer for this port COMMENT= Systems administration tool for networks CPE_VENDOR= gnu .if !defined(MASTERDIR) PKGNAMESUFFIX= 34 .endif FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} CONFLICTS= cfengine-2* cfengine-3.[235-9]* cfengine-devel-* USE_RC_SUBR= cf-execd cf-serverd USES= cpe libtool gmake USE_LDCONFIG= yes USE_OPENSSL= yes GNU_CONFIGURE= yes # EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 DOCSDIR= ${PREFIX}/share/doc/cfengine CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --htmldir=${DOCSDIR}/html \ --libexecdir=${PREFIX}/libexec \ --libdir=${PREFIX}/libexec \ --mandir=${PREFIX}/man \ --with-workdir=/var/cfengine \ --with-pcre=${LOCALBASE} \ --enable-fhs LIB_DEPENDS+= libpcre.so:devel/pcre OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND= TOKYOCABINET QDBM OPTIONS_DEFAULT= TOKYOCABINET TOKYOCABINET_DESC= Use TokyoCabinet as backend db QDBM_DESC= Use QDBM as backend db PGSQL_DESC= Enable PostgreSQL connector MYSQL_DESC= Enable MySQL connector LIBVIRT_DESC= Enable libvirt compatibility .include .if ${PORT_OPTIONS:MTOKYOCABINET} CONFIGURE_ARGS+= --with-tokyocabinet=${LOCALBASE} LIB_DEPENDS+= libtokyocabinet.so:databases/tokyocabinet .endif .if ${PORT_OPTIONS:MQDBM} CONFIGURE_ARGS+= --with-qdbm=${LOCALBASE} LIB_DEPENDS+= libqdbm.so:databases/qdbm .endif .if ${PORT_OPTIONS:MPGSQL} USES+= pgsql CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE} .endif .if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= yes +USES+= mysql CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} LIB_DEPENDS+= libmysqlclient.so:${_MYSQL_CLIENT} LDFLAGS+= -L${LOCALBASE}/lib/mysql .endif .if ${PORT_OPTIONS:MLIBVIRT} CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE} LIB_DEPENDS+= libvirt.so:devel/libvirt .endif post-patch: @${REINPLACE_CMD} -e '/^htmldir/s!=.*!= @htmldir@!'\ ${WRKSRC}/docs/Makefile.in .include Index: head/sysutils/cfengine35/Makefile =================================================================== --- head/sysutils/cfengine35/Makefile (revision 419710) +++ head/sysutils/cfengine35/Makefile (revision 419711) @@ -1,84 +1,84 @@ # Created by: jrhett@netconsonance.com # $FreeBSD$ PORTNAME= cfengine PORTVERSION= 3.5.3 PORTREVISION= 10 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine.package-repos/tarballs/ MAINTAINER= cy@FreeBSD.org # gjb@FreeBSD.org is also committer for this port # skreuzer@FreeBSD.org is also committer for this port COMMENT= Systems administration tool for networks LICENSE= GPLv3 CPE_VENDOR= gnu LIB_DEPENDS= libpcre.so:devel/pcre .if !defined(MASTERDIR) PKGNAMESUFFIX= 35 .endif FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} CONFLICTS= cfengine-[2346-9]* USE_RC_SUBR= cf-execd cf-serverd cf-monitord USES= cpe gmake libtool USE_LDCONFIG= yes USE_OPENSSL= yes GNU_CONFIGURE= yes CFLAGS+= -Wno-return-type # EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 DOCSDIR= ${PREFIX}/share/doc/cfengine CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --htmldir=${DOCSDIR}/html \ --libexecdir=${PREFIX}/libexec \ --libdir=${PREFIX}/libexec \ --mandir=${PREFIX}/man \ --with-workdir=/var/cfengine \ --with-pcre=${LOCALBASE} \ --enable-fhs INSTALL_TARGET= install-strip OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT OPTIONS_SINGLE= DB OPTIONS_SINGLE_DB= TOKYOCABINET QDBM TOKYOCABINET_DESC= Enable TokyoCabinet database backend QDBM_DESC= Enable QDBM database backend OPTIONS_DEFAULT=TOKYOCABINET .include .if ${PORT_OPTIONS:MTOKYOCABINET} CONFIGURE_ARGS+= --with-tokyocabinet=${LOCALBASE} LIB_DEPENDS+= libtokyocabinet.so:databases/tokyocabinet .endif .if ${PORT_OPTIONS:MQDBM} CONFIGURE_ARGS+= --with-qdbm=${LOCALBASE} LIB_DEPENDS+= libqdbm.so:databases/qdbm .endif .if ${PORT_OPTIONS:MPGSQL} USES+= pgsql CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE} .endif .if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= yes +USES+= mysql CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} LIB_DEPENDS+= libmysqlclient.so:${_MYSQL_CLIENT} LDFLAGS+= -L${LOCALBASE}/lib/mysql .endif .if ${PORT_OPTIONS:MLIBVIRT} CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE} LIB_DEPENDS+= libvirt.so:devel/libvirt .endif .include Index: head/sysutils/cfengine39/Makefile =================================================================== --- head/sysutils/cfengine39/Makefile (revision 419710) +++ head/sysutils/cfengine39/Makefile (revision 419711) @@ -1,68 +1,70 @@ # Created by: jrhett@netconsonance.com # $FreeBSD$ PORTNAME= cfengine -PORTVERSION= 3.9.0 +PORTVERSION= 3.9.1 # XXX Remember to update files/patch-configure.am with any new version number. CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ MAINTAINER= cy@FreeBSD.org # gjb@FreeBSD.org is also committer for this port # skreuzer@FreeBSD.org is also committer for this port COMMENT= Systems administration tool for networks LICENSE= GPLv3 CPE_VENDOR= gnu .if !defined(MASTERDIR) PKGNAMESUFFIX= 39 .endif FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} CONFLICTS= cfengine-[2-79]* USE_RC_SUBR= cf-execd cf-serverd cf-monitord MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_OPENSSL= yes GNU_CONFIGURE= yes -USES= autoreconf:EXPLICIT_VERSION=${PORTVERSION} \ +USES= autoreconf:build \ cpe gmake libtool shebangfix SHEBANG_FILES= examples/remake_outputs.pl CFLAGS+= -Wno-return-type CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib # EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 DOCSDIR= ${PREFIX}/share/doc/cfengine +MAKE_ENV= EXPLICIT_VERSION=${PORTVERSION} +CONFIGURE_ENV= EXPLICIT_VERSION=${PORTVERSION} CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --htmldir=${DOCSDIR}/html \ --libexecdir=${PREFIX}/libexec \ --libdir=${PREFIX}/libexec \ --mandir=${PREFIX}/man \ --with-workdir=/var/cfengine \ --with-pcre=${LOCALBASE} \ --with-lmdb=${LOCALBASE} \ --enable-fhs INSTALL_TARGET= install-strip LIB_DEPENDS+= libpcre.so:devel/pcre \ liblmdb.so:databases/lmdb OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-postgresql=${LOCALBASE} MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE} MYSQL_LIB_DEPENDS= libmysqlclient.so:${_MYSQL_CLIENT} MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql LIBVIRT_CONFIGURE_ON= --with-libvirt=${LOCALBASE} LIBVIRT_LIB_DEPENDS+= libvirt.so:devel/libvirt .include Index: head/sysutils/cfengine39/distinfo =================================================================== --- head/sysutils/cfengine39/distinfo (revision 419710) +++ head/sysutils/cfengine39/distinfo (revision 419711) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465907136 -SHA256 (cfengine-3.9.0.tar.gz) = 32a38aedf1199c2361e1335e0d4a1d98f9efa7cd591bcb647f35c7395bb66f2d -SIZE (cfengine-3.9.0.tar.gz) = 2275307 +TIMESTAMP = 1470238660 +SHA256 (cfengine-3.9.1.tar.gz) = 19bf900741efe3da4266591985dc1103243cb751888047694fce6f407ef2d225 +SIZE (cfengine-3.9.1.tar.gz) = 2278474 Index: head/sysutils/cfengine39/files/patch-configure.ac =================================================================== --- head/sysutils/cfengine39/files/patch-configure.ac (revision 419710) +++ head/sysutils/cfengine39/files/patch-configure.ac (nonexistent) @@ -1,32 +0,0 @@ ---- configure.ac.orig 2016-06-06 03:01:06.000000000 -0700 -+++ configure.ac 2016-06-14 18:39:28.962538000 -0700 -@@ -41,28 +41,10 @@ - dnl - AC_CHECK_PROG(MAKEINFO, makeinfo, makeinfo) - --m4_define([revision], m4_esyscmd_s([git rev-list -1 --abbrev-commit HEAD])) -- --m4_define([cfversion_from_env], m4_esyscmd_s([echo $EXPLICIT_VERSION])) --m4_ifblank(cfversion_from_env, [ -- m4_define([cfversion_from_detect], m4_esyscmd_s([misc/determine-version.py])) -- m4_if(m4_sysval, 0, [], [ -- m4_fatal([Could not determine CFEngine version. Please set EXPLICIT_VERSION in the environment or make sure all git tags are up to date.]) -- ]) -- m4_define([cfversion], cfversion_from_detect[]a1.revision) -- m4_undefine([cfversion_from_detect]) --], [ -- m4_define([cfversion], cfversion_from_env) --]) -- - _AM_SET_OPTION([tar-ustar]) --AM_INIT_AUTOMAKE(cfengine, cfversion) -+AM_INIT_AUTOMAKE(cfengine, 3.9.0) - AM_MAINTAINER_MODE([enable]) - --m4_undefine([revision]) --m4_undefine([cfversion]) --m4_undefine([cfversion_from_env]) -- - AC_DEFINE(BUILD_YEAR, esyscmd([date +%Y | tr -d '\n']), "Software build year") - - AC_DEFINE_UNQUOTED(ABS_TOP_SRCDIR, Property changes on: head/sysutils/cfengine39/files/patch-configure.ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/cfengine39/pkg-plist =================================================================== --- head/sysutils/cfengine39/pkg-plist (revision 419710) +++ head/sysutils/cfengine39/pkg-plist (revision 419711) @@ -1,371 +1,371 @@ libexec/cfengine/libpromises.so -libexec/cfengine/libpromises.so.3 libexec/cfengine/libpromises.so.3.0.6 sbin/cf-agent sbin/cf-execd sbin/cf-key sbin/cf-monitord sbin/cf-promises sbin/cf-runagent sbin/cf-serverd sbin/cf-upgrade sbin/rpmvercmp %%DOCSDIR%%/ChangeLog %%DOCSDIR%%/README.md %%DOCSDIR%%/examples/abort.cf %%DOCSDIR%%/examples/accessed_before.cf %%DOCSDIR%%/examples/accessedbefore.cf %%DOCSDIR%%/examples/accumulated_time.cf %%DOCSDIR%%/examples/acl.cf %%DOCSDIR%%/examples/acl_generic.cf %%DOCSDIR%%/examples/acl_ntfs.cf %%DOCSDIR%%/examples/acl_secret.cf %%DOCSDIR%%/examples/active_directory.cf %%DOCSDIR%%/examples/activedirectory_listusers.cf %%DOCSDIR%%/examples/activedirectory_showuser.cf %%DOCSDIR%%/examples/ago.cf %%DOCSDIR%%/examples/app_baseline.cf %%DOCSDIR%%/examples/appgroups.cf %%DOCSDIR%%/examples/arrays.cf %%DOCSDIR%%/examples/augment.cf %%DOCSDIR%%/examples/backreferences_files.cf %%DOCSDIR%%/examples/badpromise.cf %%DOCSDIR%%/examples/badtype.cf %%DOCSDIR%%/examples/bsdflags.cf %%DOCSDIR%%/examples/bundle_return_values.cf %%DOCSDIR%%/examples/bundlesmatching.cf %%DOCSDIR%%/examples/bundlestate.cf %%DOCSDIR%%/examples/canonify.cf %%DOCSDIR%%/examples/cf2_integration.cf %%DOCSDIR%%/examples/change_detect.cf %%DOCSDIR%%/examples/changedbefore.cf %%DOCSDIR%%/examples/chdir.cf %%DOCSDIR%%/examples/classes_global.cf %%DOCSDIR%%/examples/classesmatching.cf %%DOCSDIR%%/examples/classmatch.cf %%DOCSDIR%%/examples/classvar_convergence.cf %%DOCSDIR%%/examples/commands.cf %%DOCSDIR%%/examples/compare.cf %%DOCSDIR%%/examples/container_iteration.cf %%DOCSDIR%%/examples/container_key_iteration.cf %%DOCSDIR%%/examples/control_expand.cf %%DOCSDIR%%/examples/controlclasses.cf %%DOCSDIR%%/examples/copy.cf %%DOCSDIR%%/examples/copy_classes.cf %%DOCSDIR%%/examples/copy_copbl.cf %%DOCSDIR%%/examples/copy_edit.cf %%DOCSDIR%%/examples/copydir_copbl.cf %%DOCSDIR%%/examples/copylinks.cf %%DOCSDIR%%/examples/countclassesmatching.cf %%DOCSDIR%%/examples/countlinesmatching.cf %%DOCSDIR%%/examples/create_filedir.cf %%DOCSDIR%%/examples/createdb.cf %%DOCSDIR%%/examples/customize_by_named_list.cf %%DOCSDIR%%/examples/data_expand.cf %%DOCSDIR%%/examples/data_readstringarray.cf %%DOCSDIR%%/examples/data_regextract.cf %%DOCSDIR%%/examples/datastate.cf %%DOCSDIR%%/examples/defaults.cf %%DOCSDIR%%/examples/defaults2.cf %%DOCSDIR%%/examples/defaults3.cf %%DOCSDIR%%/examples/definitions.cf %%DOCSDIR%%/examples/deletelines.cf %%DOCSDIR%%/examples/depends_on.cf %%DOCSDIR%%/examples/depends_on2.cf %%DOCSDIR%%/examples/difference.cf %%DOCSDIR%%/examples/dirname.cf %%DOCSDIR%%/examples/disable.cf %%DOCSDIR%%/examples/disable_and_rotate_files.cf %%DOCSDIR%%/examples/diskfree.cf %%DOCSDIR%%/examples/dollar.cf %%DOCSDIR%%/examples/edit_column_files.cf %%DOCSDIR%%/examples/edit_comment_lines.cf %%DOCSDIR%%/examples/edit_deletenotmatch.cf %%DOCSDIR%%/examples/edit_insert_fuzzylines.cf %%DOCSDIR%%/examples/edit_insert_lines.cf %%DOCSDIR%%/examples/edit_insert_lines_silly.cf %%DOCSDIR%%/examples/edit_passwd_file.cf %%DOCSDIR%%/examples/edit_passwd_file_basic.cf %%DOCSDIR%%/examples/edit_replace_string.cf %%DOCSDIR%%/examples/edit_sectioned_file.cf %%DOCSDIR%%/examples/edit_setvar.cf %%DOCSDIR%%/examples/edit_template.cf %%DOCSDIR%%/examples/edit_triggerclass.cf %%DOCSDIR%%/examples/edit_xml.cf %%DOCSDIR%%/examples/ensure_line_present_prepend_append.cf %%DOCSDIR%%/examples/env.cf %%DOCSDIR%%/examples/epimenides.cf %%DOCSDIR%%/examples/escape.cf %%DOCSDIR%%/examples/eval.cf %%DOCSDIR%%/examples/every.cf %%DOCSDIR%%/examples/exec_args.cf %%DOCSDIR%%/examples/exec_in_sequence.cf %%DOCSDIR%%/examples/execd.cf %%DOCSDIR%%/examples/execresult.cf %%DOCSDIR%%/examples/expand.cf %%DOCSDIR%%/examples/failedcommand.cf %%DOCSDIR%%/examples/failsafe.cf %%DOCSDIR%%/examples/file_change_detection.cf %%DOCSDIR%%/examples/file_hash.cf %%DOCSDIR%%/examples/file_owner_list_template.cf %%DOCSDIR%%/examples/fileexists.cf %%DOCSDIR%%/examples/filenames.cf %%DOCSDIR%%/examples/fileperms.cf %%DOCSDIR%%/examples/filesexist.cf %%DOCSDIR%%/examples/filesexist2.cf %%DOCSDIR%%/examples/filesize.cf %%DOCSDIR%%/examples/filestat.cf %%DOCSDIR%%/examples/filter.cf %%DOCSDIR%%/examples/findfiles.cf %%DOCSDIR%%/examples/fix_names.cf %%DOCSDIR%%/examples/format.cf %%DOCSDIR%%/examples/getclassmetatags.cf %%DOCSDIR%%/examples/getenv.cf %%DOCSDIR%%/examples/getfields.cf %%DOCSDIR%%/examples/getgid.cf %%DOCSDIR%%/examples/getindices.cf %%DOCSDIR%%/examples/getindices_and_values.cf %%DOCSDIR%%/examples/getmacaddress.cf %%DOCSDIR%%/examples/getregistry.cf %%DOCSDIR%%/examples/getuid.cf %%DOCSDIR%%/examples/getusers.cf %%DOCSDIR%%/examples/getvalues.cf %%DOCSDIR%%/examples/getvariablemetatags.cf %%DOCSDIR%%/examples/global_list_expansion.cf %%DOCSDIR%%/examples/global_list_expansion_2.cf %%DOCSDIR%%/examples/grep.cf %%DOCSDIR%%/examples/groupexists.cf %%DOCSDIR%%/examples/guest_environment_kvm.cf %%DOCSDIR%%/examples/hash.cf %%DOCSDIR%%/examples/hashcomment.cf %%DOCSDIR%%/examples/hashmatch.cf %%DOCSDIR%%/examples/hashuncomment.cf %%DOCSDIR%%/examples/helloworld.cf %%DOCSDIR%%/examples/host2ip.cf %%DOCSDIR%%/examples/hostrange.cf %%DOCSDIR%%/examples/hostsseen.cf %%DOCSDIR%%/examples/hostswithclass.cf %%DOCSDIR%%/examples/hub.cf %%DOCSDIR%%/examples/id.cf %%DOCSDIR%%/examples/inherit.cf %%DOCSDIR%%/examples/insert_users.cf %%DOCSDIR%%/examples/intarray.cf %%DOCSDIR%%/examples/intersection.cf %%DOCSDIR%%/examples/inventory_cpu.cf %%DOCSDIR%%/examples/ip2host.cf %%DOCSDIR%%/examples/iprange.cf %%DOCSDIR%%/examples/irange.cf %%DOCSDIR%%/examples/isdir.cf %%DOCSDIR%%/examples/isexecutable.cf %%DOCSDIR%%/examples/isgreaterthan.cf %%DOCSDIR%%/examples/islessthan.cf %%DOCSDIR%%/examples/islink.cf %%DOCSDIR%%/examples/isnewerthan.cf %%DOCSDIR%%/examples/isplain.cf %%DOCSDIR%%/examples/isvariable.cf %%DOCSDIR%%/examples/iteration.cf %%DOCSDIR%%/examples/join.cf %%DOCSDIR%%/examples/knowledge_driver.cf %%DOCSDIR%%/examples/knowledge_txt.cf %%DOCSDIR%%/examples/lastnode.cf %%DOCSDIR%%/examples/ldap.cf %%DOCSDIR%%/examples/length.cf %%DOCSDIR%%/examples/linking.cf %%DOCSDIR%%/examples/literal_server.cf %%DOCSDIR%%/examples/local_group_present.cf %%DOCSDIR%%/examples/local_user_password.cf %%DOCSDIR%%/examples/local_user_secondary_group_member.cf %%DOCSDIR%%/examples/local_users_absent.cf %%DOCSDIR%%/examples/local_users_locked.cf %%DOCSDIR%%/examples/local_users_present.cf %%DOCSDIR%%/examples/locate_files_and_compress.cf %%DOCSDIR%%/examples/log_private.cf %%DOCSDIR%%/examples/loops.cf %%DOCSDIR%%/examples/lsdir.cf %%DOCSDIR%%/examples/maparray.cf %%DOCSDIR%%/examples/mapdata.cf %%DOCSDIR%%/examples/mapdata_jsonpipe.cf %%DOCSDIR%%/examples/maplist.cf %%DOCSDIR%%/examples/max-min-mean-variance.cf %%DOCSDIR%%/examples/measure_log.cf %%DOCSDIR%%/examples/measurements.cf %%DOCSDIR%%/examples/menu.cf %%DOCSDIR%%/examples/mergedata.cf %%DOCSDIR%%/examples/meta.cf %%DOCSDIR%%/examples/method.cf %%DOCSDIR%%/examples/method_polymorph.cf %%DOCSDIR%%/examples/method_validate.cf %%DOCSDIR%%/examples/method_var.cf %%DOCSDIR%%/examples/method_var2.cf %%DOCSDIR%%/examples/module_exec.cf %%DOCSDIR%%/examples/module_exec_2.cf %%DOCSDIR%%/examples/monitord.cf %%DOCSDIR%%/examples/mount_fs.cf %%DOCSDIR%%/examples/multipassvars.cf %%DOCSDIR%%/examples/multiple_outcomes.cf %%DOCSDIR%%/examples/mustache_template_motd.cf %%DOCSDIR%%/examples/namespace.cf %%DOCSDIR%%/examples/namespace1.cf %%DOCSDIR%%/examples/namespace2.cf %%DOCSDIR%%/examples/namespace3.cf %%DOCSDIR%%/examples/namespace_class1.cf %%DOCSDIR%%/examples/namespace_classes.cf %%DOCSDIR%%/examples/namespace_var_meta.cf %%DOCSDIR%%/examples/namespace_var_meta2.cf %%DOCSDIR%%/examples/neighbourhood_watch.cf %%DOCSDIR%%/examples/none.cf %%DOCSDIR%%/examples/nth.cf %%DOCSDIR%%/examples/null_config.cf %%DOCSDIR%%/examples/occurrences.cf %%DOCSDIR%%/examples/orchestrate_chain1.cf %%DOCSDIR%%/examples/orchestrate_chain2.cf %%DOCSDIR%%/examples/orchestrate_delay_trigger.cf %%DOCSDIR%%/examples/orchestrate_dominoes1.cf %%DOCSDIR%%/examples/orchestrate_dominoes2.cf %%DOCSDIR%%/examples/orchestrate_dragon.cf %%DOCSDIR%%/examples/orchestrate_dragon_load_balancer.cf %%DOCSDIR%%/examples/orchestrate_n_of_m.cf %%DOCSDIR%%/examples/orchestration_hostlist.cf %%DOCSDIR%%/examples/ordering.cf %%DOCSDIR%%/examples/package_apt.cf %%DOCSDIR%%/examples/package_bundles.cf %%DOCSDIR%%/examples/package_freebsd.cf %%DOCSDIR%%/examples/package_latest.cf %%DOCSDIR%%/examples/package_msi_file.cf %%DOCSDIR%%/examples/package_msi_version.cf %%DOCSDIR%%/examples/package_rpm.cf %%DOCSDIR%%/examples/package_solaris.cf %%DOCSDIR%%/examples/package_windows_feature.cf %%DOCSDIR%%/examples/package_yum.cf %%DOCSDIR%%/examples/package_zypper.cf %%DOCSDIR%%/examples/packagesmatching.cf %%DOCSDIR%%/examples/parallel_exec.cf %%DOCSDIR%%/examples/parseintrealstringarray.cf %%DOCSDIR%%/examples/parsestringarray.cf %%DOCSDIR%%/examples/parsestringarrayidx.cf %%DOCSDIR%%/examples/pathtype.cf %%DOCSDIR%%/examples/pattern_and_edit.cf %%DOCSDIR%%/examples/peerleader.cf %%DOCSDIR%%/examples/peerleaders.cf %%DOCSDIR%%/examples/peers.cf %%DOCSDIR%%/examples/postfix.cf %%DOCSDIR%%/examples/process_kill.cf %%DOCSDIR%%/examples/process_matching.cf %%DOCSDIR%%/examples/process_matching2.cf %%DOCSDIR%%/examples/process_matching3.cf %%DOCSDIR%%/examples/process_restart.cf %%DOCSDIR%%/examples/process_restart_basic.cf %%DOCSDIR%%/examples/process_signalling.cf %%DOCSDIR%%/examples/processes_define_class_based_on_process_runtime.cf %%DOCSDIR%%/examples/product.cf %%DOCSDIR%%/examples/promise_knowledge.cf %%DOCSDIR%%/examples/promises.cf %%DOCSDIR%%/examples/randomint.cf %%DOCSDIR%%/examples/readcsv.cf %%DOCSDIR%%/examples/readdata.cf %%DOCSDIR%%/examples/readfile.cf %%DOCSDIR%%/examples/readintrealstringlist.cf %%DOCSDIR%%/examples/readlist.cf %%DOCSDIR%%/examples/readtcp.cf %%DOCSDIR%%/examples/reg_multiline.cf %%DOCSDIR%%/examples/regarray.cf %%DOCSDIR%%/examples/regcmp.cf %%DOCSDIR%%/examples/regex_replace.cf %%DOCSDIR%%/examples/regex_win.cf %%DOCSDIR%%/examples/regextract.cf %%DOCSDIR%%/examples/registry.cf %%DOCSDIR%%/examples/registry_cache.cf %%DOCSDIR%%/examples/registryvalue.cf %%DOCSDIR%%/examples/regline.cf %%DOCSDIR%%/examples/reglist.cf %%DOCSDIR%%/examples/remake_outputs.pl %%DOCSDIR%%/examples/remoteclasses.cf %%DOCSDIR%%/examples/remoteclasses2.cf %%DOCSDIR%%/examples/remotescalar.cf %%DOCSDIR%%/examples/remove_deadlinks.cf %%DOCSDIR%%/examples/rename.cf %%DOCSDIR%%/examples/repairedcommand.cf %%DOCSDIR%%/examples/report_custom.cf %%DOCSDIR%%/examples/report_diffs.cf %%DOCSDIR%%/examples/report_state.cf %%DOCSDIR%%/examples/reporting.cf %%DOCSDIR%%/examples/reports.cf %%DOCSDIR%%/examples/reporttofile.cf %%DOCSDIR%%/examples/resolveconf.cf %%DOCSDIR%%/examples/returnszero.cf %%DOCSDIR%%/examples/reverse.cf %%DOCSDIR%%/examples/root_passwd.cf %%DOCSDIR%%/examples/select_class.cf %%DOCSDIR%%/examples/select_mode.cf %%DOCSDIR%%/examples/select_region.cf %%DOCSDIR%%/examples/select_size.cf %%DOCSDIR%%/examples/selectservers.cf %%DOCSDIR%%/examples/server_callback.cf %%DOCSDIR%%/examples/server_copy_localhost.cf %%DOCSDIR%%/examples/server_copy_purge.cf %%DOCSDIR%%/examples/server_copy_remote.cf %%DOCSDIR%%/examples/server_flatcopy_localhost.cf %%DOCSDIR%%/examples/service_catalogue.cf %%DOCSDIR%%/examples/service_catalogue_separate.cf %%DOCSDIR%%/examples/service_disable.cf %%DOCSDIR%%/examples/service_start.cf +%%DOCSDIR%%/examples/services.cf %%DOCSDIR%%/examples/services_concept.cf %%DOCSDIR%%/examples/services_win.cf %%DOCSDIR%%/examples/setuidlog.cf %%DOCSDIR%%/examples/setvar.cf %%DOCSDIR%%/examples/shuffle.cf %%DOCSDIR%%/examples/simple_ssh_key_distribution.cf %%DOCSDIR%%/examples/software_dist.cf %%DOCSDIR%%/examples/software_update_version_yum.cf %%DOCSDIR%%/examples/some.cf %%DOCSDIR%%/examples/sort.cf %%DOCSDIR%%/examples/splitstring.cf %%DOCSDIR%%/examples/sql_table_structure.cf %%DOCSDIR%%/examples/storage.cf %%DOCSDIR%%/examples/strcmp.cf %%DOCSDIR%%/examples/strftime.cf %%DOCSDIR%%/examples/string_downcase.cf %%DOCSDIR%%/examples/string_head.cf %%DOCSDIR%%/examples/string_length.cf %%DOCSDIR%%/examples/string_mustache.cf %%DOCSDIR%%/examples/string_reverse.cf %%DOCSDIR%%/examples/string_split.cf %%DOCSDIR%%/examples/string_tail.cf %%DOCSDIR%%/examples/string_upcase.cf %%DOCSDIR%%/examples/stringarray.cf %%DOCSDIR%%/examples/sublist.cf %%DOCSDIR%%/examples/sum.cf %%DOCSDIR%%/examples/switchcase.cf %%DOCSDIR%%/examples/symlink.cf %%DOCSDIR%%/examples/symlink_children.cf %%DOCSDIR%%/examples/syslog.cf %%DOCSDIR%%/examples/syslog2.cf %%DOCSDIR%%/examples/template.cf %%DOCSDIR%%/examples/template2.cf %%DOCSDIR%%/examples/test_environment.cf %%DOCSDIR%%/examples/tidy_all_files.cf %%DOCSDIR%%/examples/translatepath.cf %%DOCSDIR%%/examples/unique.cf %%DOCSDIR%%/examples/unpack_method_calls.cf %%DOCSDIR%%/examples/update.cf %%DOCSDIR%%/examples/user_edit.cf %%DOCSDIR%%/examples/user_edit_method.cf %%DOCSDIR%%/examples/userexists.cf %%DOCSDIR%%/examples/users_type.cf %%DOCSDIR%%/examples/varclass.cf %%DOCSDIR%%/examples/varexpansion.cf %%DOCSDIR%%/examples/variablesmatching.cf %%DOCSDIR%%/examples/varnet.cf %%DOCSDIR%%/examples/vars.cf %%DOCSDIR%%/examples/warnifline.cf %%DOCSDIR%%/examples/webserver.cf %%DOCSDIR%%/examples/win_dns_client.cf %%DOCSDIR%%/examples/win_emergency.cf %%DOCSDIR%%/examples/win_registry.cf %%DOCSDIR%%/examples/win_schedule.cf %%DOCSDIR%%/examples/zenoss.cf @unexec rmdir "/var/cfengine/inputs" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/modules" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/outputs" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine/ppkeys" >/dev/null 2>&1 || : @unexec rmdir "/var/cfengine" >/dev/null 2>&1 || :