summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-10 20:28:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-10 20:28:27 +0000
commit6d302eba2dc620c20dd38c00be7d0bd8ea362db5 (patch)
treec7cf85ea2b337b66a7443eab016af601ed53810e /etc
parent8080aa0e11337ac69812bedf78fce70fffa354f9 (diff)
downloadpfsense-6d302eba2dc620c20dd38c00be7d0bd8ea362db5.zip
pfsense-6d302eba2dc620c20dd38c00be7d0bd8ea362db5.tar.gz
Update location of dhclient-script
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index a2fac36..c4e49ed 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -626,7 +626,7 @@ function interfaces_opt_dhcp_configure($interface) {
interface "{$optcfg['if']}" {
send dhcp-client-identifier "{$optcfg['dhcphostname']}";
send host-name "{$optcfg['dhcphostname']}";
- script "/etc/dhclient-script";
+ script "/sbin/dhclient-script";
}
EOD;
@@ -665,7 +665,7 @@ function interfaces_wan_dhcp_configure() {
interface "{$wancfg['if']}" {
send dhcp-client-identifier "{$wancfg['dhcphostname']}";
send host-name "{$wancfg['dhcphostname']}";
- script "/etc/dhclient-script";
+ script "/sbin/dhclient-script";
}
EOD;
OpenPOWER on IntegriCloud