summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-20 21:41:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-20 21:41:56 +0000
commit3ff9d4244716e163ad8c12bf066c67ef7d3def08 (patch)
tree08dc3719e075f40068bcbd59f47ceef553e826e6 /etc/rc.bootup
parent06e2627e48cf77fc9c1bfe915f89831231e4a68d (diff)
downloadpfsense-3ff9d4244716e163ad8c12bf066c67ef7d3def08.zip
pfsense-3ff9d4244716e163ad8c12bf066c67ef7d3def08.tar.gz
Add support for /etc/sysctl.conf
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 bb694e5..aa16863 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -43,6 +43,9 @@
/* convert configuration, if necessary */
convert_config();
+ /* read in /etc/sysctl.conf and set values if needed */
+ system_setup_sysctl();
+
/* run any early shell commands specified in config.xml */
system_do_shell_commands(1);
OpenPOWER on IntegriCloud