diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-31 03:12:00 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-31 03:12:00 +0000 |
commit | a9233eeb27bdb5735c0a9eade18a0bb82c35cef6 (patch) | |
tree | 380dac966ac0dd16a8116c5ab61787bb47e9a746 /net | |
parent | 0ffc923814cd9306c47eddee3448c54cc374526b (diff) | |
download | ports-a9233eeb27bdb5735c0a9eade18a0bb82c35cef6.tar.gz ports-a9233eeb27bdb5735c0a9eade18a0bb82c35cef6.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/isc-dhcp3-server/files/patch-dhcpd.conf | 12 | ||||
-rw-r--r-- | net/isc-dhcp3/files/patch-dhcpd.conf | 12 | ||||
-rw-r--r-- | net/isc-dhcp30-server/files/patch-dhcpd.conf | 12 | ||||
-rw-r--r-- | net/isc-dhcp31-server/files/patch-dhcpd.conf | 12 | ||||
-rw-r--r-- | net/isc-dhcp40-server/files/patch-dhcpd.conf | 12 |
5 files changed, 60 insertions, 0 deletions
diff --git a/net/isc-dhcp3-server/files/patch-dhcpd.conf b/net/isc-dhcp3-server/files/patch-dhcpd.conf new file mode 100644 index 000000000000..030e89874d8d --- /dev/null +++ b/net/isc-dhcp3-server/files/patch-dhcpd.conf @@ -0,0 +1,12 @@ +--- server/dhcpd.conf.orig Thu Jan 25 03:33:11 2001 ++++ server/dhcpd.conf Wed Jan 30 22:06:52 2002 +@@ -14,6 +14,9 @@ + # network, the authoritative directive should be uncommented. + #authoritative; + ++# ad-hoc DNS update scheme - set to "none" to disable dynamic DNS updates. ++ddns-update-style ad-hoc; ++ + # Use this to send dhcp log messages to a different log file (you also + # have to hack syslog.conf to complete the redirection). + log-facility local7; diff --git a/net/isc-dhcp3/files/patch-dhcpd.conf b/net/isc-dhcp3/files/patch-dhcpd.conf new file mode 100644 index 000000000000..030e89874d8d --- /dev/null +++ b/net/isc-dhcp3/files/patch-dhcpd.conf @@ -0,0 +1,12 @@ +--- server/dhcpd.conf.orig Thu Jan 25 03:33:11 2001 ++++ server/dhcpd.conf Wed Jan 30 22:06:52 2002 +@@ -14,6 +14,9 @@ + # network, the authoritative directive should be uncommented. + #authoritative; + ++# ad-hoc DNS update scheme - set to "none" to disable dynamic DNS updates. ++ddns-update-style ad-hoc; ++ + # Use this to send dhcp log messages to a different log file (you also + # have to hack syslog.conf to complete the redirection). + log-facility local7; diff --git a/net/isc-dhcp30-server/files/patch-dhcpd.conf b/net/isc-dhcp30-server/files/patch-dhcpd.conf new file mode 100644 index 000000000000..030e89874d8d --- /dev/null +++ b/net/isc-dhcp30-server/files/patch-dhcpd.conf @@ -0,0 +1,12 @@ +--- server/dhcpd.conf.orig Thu Jan 25 03:33:11 2001 ++++ server/dhcpd.conf Wed Jan 30 22:06:52 2002 +@@ -14,6 +14,9 @@ + # network, the authoritative directive should be uncommented. + #authoritative; + ++# ad-hoc DNS update scheme - set to "none" to disable dynamic DNS updates. ++ddns-update-style ad-hoc; ++ + # Use this to send dhcp log messages to a different log file (you also + # have to hack syslog.conf to complete the redirection). + log-facility local7; diff --git a/net/isc-dhcp31-server/files/patch-dhcpd.conf b/net/isc-dhcp31-server/files/patch-dhcpd.conf new file mode 100644 index 000000000000..030e89874d8d --- /dev/null +++ b/net/isc-dhcp31-server/files/patch-dhcpd.conf @@ -0,0 +1,12 @@ +--- server/dhcpd.conf.orig Thu Jan 25 03:33:11 2001 ++++ server/dhcpd.conf Wed Jan 30 22:06:52 2002 +@@ -14,6 +14,9 @@ + # network, the authoritative directive should be uncommented. + #authoritative; + ++# ad-hoc DNS update scheme - set to "none" to disable dynamic DNS updates. ++ddns-update-style ad-hoc; ++ + # Use this to send dhcp log messages to a different log file (you also + # have to hack syslog.conf to complete the redirection). + log-facility local7; diff --git a/net/isc-dhcp40-server/files/patch-dhcpd.conf b/net/isc-dhcp40-server/files/patch-dhcpd.conf new file mode 100644 index 000000000000..030e89874d8d --- /dev/null +++ b/net/isc-dhcp40-server/files/patch-dhcpd.conf @@ -0,0 +1,12 @@ +--- server/dhcpd.conf.orig Thu Jan 25 03:33:11 2001 ++++ server/dhcpd.conf Wed Jan 30 22:06:52 2002 +@@ -14,6 +14,9 @@ + # network, the authoritative directive should be uncommented. + #authoritative; + ++# ad-hoc DNS update scheme - set to "none" to disable dynamic DNS updates. ++ddns-update-style ad-hoc; ++ + # Use this to send dhcp log messages to a different log file (you also + # have to hack syslog.conf to complete the redirection). + log-facility local7; |