From e042b7bced715a9d0d6c660df453b1b68f263316 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 26 Jan 2017 14:30:08 +0100 Subject: Drop ancient unused files. --- dhcp3/dhcp3-cilent.cf | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 dhcp3/dhcp3-cilent.cf (limited to 'dhcp3') diff --git a/dhcp3/dhcp3-cilent.cf b/dhcp3/dhcp3-cilent.cf deleted file mode 100755 index 4231416..0000000 --- a/dhcp3/dhcp3-cilent.cf +++ /dev/null @@ -1,19 +0,0 @@ -#! /usr/bin/cfengine -qf - -control: - OutputPrefix = ("${cf_prefix}") - actionsequence = ( editfiles ) - EditfileSize = ( 10000 ) - -editfiles: - any:: - { /etc/dhcp3/dhclient-script - # - # Set hostname to reverse lookup of IP - # - WarnIfNoLineMatching "^[[:blank:]]+([A-Z]+\|)*BOUND(\|[A-Z]+)*\)" - LocateLineMatching "^[[:blank:]]+([A-Z]+\|)*BOUND(\|[A-Z]+)*\)" - BeginGroupIfNoLineMatching "^AllowShutdown=All" - ReplaceLineWith "AllowShutdown=All" - EndGroup - } -- cgit v1.2.3