diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 17:18:35 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 17:18:35 -0500 |
commit | 9c17792398863e2eff4f9496bc4ce1c5ba85b820 (patch) | |
tree | 88be89d583f2a61ae4af130f2b0a80019cdf3785 /system/cfengine/config | |
parent | 27cb2d7ffa4778223069141efd4530782f7bd74a (diff) |
system/cfengine: Removed (unmaintained)
Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-October/006570.html
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/cfengine/config')
-rw-r--r-- | system/cfengine/config/cfagent.conf | 16 | ||||
-rw-r--r-- | system/cfengine/config/cfrun.hosts | 1 | ||||
-rw-r--r-- | system/cfengine/config/cfservd.conf | 16 | ||||
-rw-r--r-- | system/cfengine/config/update.conf | 25 |
4 files changed, 0 insertions, 58 deletions
diff --git a/system/cfengine/config/cfagent.conf b/system/cfengine/config/cfagent.conf deleted file mode 100644 index 9645f08401ba..000000000000 --- a/system/cfengine/config/cfagent.conf +++ /dev/null @@ -1,16 +0,0 @@ -control: - - actionsequence = ( processes ) - domain = ( localhost ) - access = ( root ) - # Where cfexecd sends reports - smtpserver = ( localhost ) - sysadm = ( root@localhost ) - -processes: - - # Make sure these processes are always running - "cfenvd" restart "/etc/rc.d/rc.cfenvd restart" - "cfexecd" restart "/etc/rc.d/rc.cfexecd restart" - #"cfservd" restart "/etc/rc.d/rc.cfservd restart" - diff --git a/system/cfengine/config/cfrun.hosts b/system/cfengine/config/cfrun.hosts deleted file mode 100644 index 2fbb50c4a8dc..000000000000 --- a/system/cfengine/config/cfrun.hosts +++ /dev/null @@ -1 +0,0 @@ -localhost diff --git a/system/cfengine/config/cfservd.conf b/system/cfengine/config/cfservd.conf deleted file mode 100644 index 292fbb96b505..000000000000 --- a/system/cfengine/config/cfservd.conf +++ /dev/null @@ -1,16 +0,0 @@ -# /var/cfengine/cfservd.conf -# -# Note: in case cfservd is started with 'cfengine' user privs, the path to -# this file might instead be /home/cfengine/.cfagent/inputs/cfservd.conf - -control: - - domain = ( localhost ) - AllowUsers = ( root ) - cfrunCommand = ( "/usr/sbin/cfagent" ) - -admit: - - /usr/sbin/cfagent localhost - /var/cfengine/masterfiles localhost - diff --git a/system/cfengine/config/update.conf b/system/cfengine/config/update.conf deleted file mode 100644 index 096e433d52a1..000000000000 --- a/system/cfengine/config/update.conf +++ /dev/null @@ -1,25 +0,0 @@ -control: - - actionsequence = ( copy tidy ) - domain = ( localhost ) - workdir = ( /var/cfengine ) - policyhost = ( localhost ) - master_cfinput = ( /var/cfengine/masterfiles ) - -copy: - - $(master_cfinput) - dest=$(workdir)/inputs - r=inf - mode=644 - type=binary - ignore=*.lst - ignore=*~ - ignore=#* - ignore=RCS - ignore=CVS - server=$(policyhost) - -tidy: - - $(workdir)/outputs pattern=* age=7 |