diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2011-08-29 14:51:28 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2011-08-29 14:51:28 +0000 |
commit | f3f797d93329e71d4061877671c98a54ecf07737 (patch) | |
tree | 7b16aebcd8088e89f48501440dba1a408f9f93a4 /sysutils/webmin/files/patch-dhcpd::config-freebsd | |
parent | Apply updated (correct) fix for xmlparse.c (r1.166 in expat CVS). (diff) |
Upgrade to version 1.560 (with backup-config-1.560-2 and init-1.560-2).
Cleanup PREFIX handling.
Notes
Notes:
svn path=/head/; revision=280698
Diffstat (limited to 'sysutils/webmin/files/patch-dhcpd::config-freebsd')
-rw-r--r-- | sysutils/webmin/files/patch-dhcpd::config-freebsd | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/webmin/files/patch-dhcpd::config-freebsd b/sysutils/webmin/files/patch-dhcpd::config-freebsd deleted file mode 100644 index 8f46f716c861..000000000000 --- a/sysutils/webmin/files/patch-dhcpd::config-freebsd +++ /dev/null @@ -1,11 +0,0 @@ ---- dhcpd/config-freebsd.orig Sat Mar 16 06:39:08 2002 -+++ dhcpd/config-freebsd Sat Mar 16 06:39:24 2002 -@@ -1,6 +1,6 @@ --dhcpd_conf=/usr/local/etc/dhcpd.conf -+dhcpd_conf=%%PREFIX%%/etc/dhcpd.conf - pid_file=/var/run/dhcpd.pid --dhcpd_path=/usr/local/sbin/dhcpd -+dhcpd_path=%%PREFIX%%/sbin/dhcpd - lease_file=/var/db/dhcpd.leases - lease_sort=0 - dhcpd_nocols=5 |