summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-30 21:26:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-30 21:26:13 +0000
commit3a89b8d9fc726fc052e6c326fc58c19257b59aef (patch)
treec988869c9b310df4037cd45aa10def1f8d1669ce /etc/rc.bootup
parent985e98eed5d09c38bb73866fb8bf9349cf05b862 (diff)
downloadpfsense-3a89b8d9fc726fc052e6c326fc58c19257b59aef.zip
pfsense-3a89b8d9fc726fc052e6c326fc58c19257b59aef.tar.gz
Run system_resolvconf_generate() after configuring interfaces
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index b3a2102..05dde3a 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -146,6 +146,9 @@
unmute_kernel_msgs();
echo "done.\n";
+ /* generate resolv.conf */
+ system_resolvconf_generate();
+
/* start pflog */
filter_pflog_start();
OpenPOWER on IntegriCloud