diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-23 16:26:30 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-23 16:26:30 +0000 |
commit | caeb3b46705c760e34b82b3dc214817d4363c23f (patch) | |
tree | f51fb524143713a5814c16b5519dafb3253c5a8d /etc/rc.bootup | |
parent | d8d487f4c31f1af439779b84049cf48d27527d44 (diff) | |
download | pfsense-caeb3b46705c760e34b82b3dc214817d4363c23f.zip pfsense-caeb3b46705c760e34b82b3dc214817d4363c23f.tar.gz |
Start devd at bootup for dhclient
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index 1ff4ce3..dc39179 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -116,6 +116,9 @@ /* configure loopback interface */ interfaces_loopback_configure(); + /* start devd (dhclient now uses it */ + start_devd(); + /* set up VLAN virtual interfaces */ interfaces_vlan_configure(); |