mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
c5901abb64
Subject: Package build with non-standard (LOCAL|X11)BASE This is just a heads-up that I've started a build with LOCALBASE and X11BASE set to nonstandard values to look for ports that hard-code these (or fail to patch them). If your port has a problem, expect mail from me soon :-) Fix port.
16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
--- ddc Mon Dec 18 15:27:48 2000
|
|
+++ ddc Thu Mar 1 22:44:38 2001
|
|
@@ -5,10 +5,10 @@
|
|
#
|
|
# global variables, you might have to change them!
|
|
#
|
|
-DHCPD=/usr/sbin/dhcpd
|
|
+DHCPD=${LOCALBASE}/sbin/dhcpd
|
|
PIDFILE=/var/run/dhcpd.pid
|
|
LF=/var/db/dhcpd.leases
|
|
-CF=/etc/dhcpd.conf
|
|
+CF=${LOCALBASE}/etc/dhcpd.conf
|
|
#OPTIONS="-q -p 90 fxp0"
|
|
#
|
|
#
|