summaryrefslogtreecommitdiff
path: root/dhcp3
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
committerJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
commite042b7bced715a9d0d6c660df453b1b68f263316 (patch)
tree13f1bcd2f7cccf87718d92b5fc9a112d4c3ea455 /dhcp3
parentc778483fbd7829e2d41157ae6be2d7f1eef709f5 (diff)
Drop ancient unused files.
Diffstat (limited to 'dhcp3')
-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
- }