mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 04:21:18 +02:00
12 lines
334 B
Plaintext
12 lines
334 B
Plaintext
--- ./client/scripts/freebsd.orig 2009-04-21 17:21:09.000000000 +0300
|
|
+++ ./client/scripts/freebsd 2014-01-02 10:12:53.000000000 +0300
|
|
@@ -4,6 +4,8 @@
|
|
#
|
|
# $FreeBSD$
|
|
|
|
+PATH=/usr/local/bin:/usr/local/sbin:/sbin:/bin:/usr/bin:/usr/sbin
|
|
+
|
|
if [ -x /usr/bin/logger ]; then
|
|
LOGGER="/usr/bin/logger -s -p user.notice -t dhclient"
|
|
else
|