Commit 8f5c1bba authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

replace configd_run with actual command in rc.bootup

(cherry picked from commit b706112a)
parent 06c1ccd3
......@@ -225,7 +225,7 @@ interfaces_loopback_configure();
system_syslogd_start();
echo "Starting Secure Shell Services...";
configd_run("sshd restart");
mwexec("/usr/local/etc/rc.sshd");
echo "done.\n";
/* setup polling */
......@@ -310,7 +310,7 @@ services_dhcrelay_configure();
services_dhcrelay6_configure();
/* dyndns service updates */
configd_run("dyndns reload");
mwexec("/usr/local/etc/rc.dyndns.update");
/* Run a filter configure now that most all services have started */
filter_configure_sync();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment