summaryrefslogtreecommitdiff
path: root/dhcp3/dhcp3-cilent.cf
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp3/dhcp3-cilent.cf')
-rwxr-xr-xdhcp3/dhcp3-cilent.cf19
1 files changed, 0 insertions, 19 deletions
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
- }