mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Copy the right dhclient-script(8).
This commit is contained in:
parent
cf19bf911d
commit
3cb04a4d39
1 changed files with 1 additions and 1 deletions
|
|
@ -617,7 +617,7 @@ release.9:
|
|||
for dir in bin sbin ; do \
|
||||
ln -sf /stand $$dir; \
|
||||
done )
|
||||
cp /sbin/dhclient-script ${RD}/mfsfd/stand
|
||||
cp ${RD}/trees/base/sbin/dhclient-script ${RD}/mfsfd/stand
|
||||
.if ${TARGET_ARCH} == "i386"
|
||||
cp ${.CURDIR}/../etc/defaults/pccard.conf ${RD}/mfsfd/etc/defaults/pccard.conf
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue