Commit f7d4063e authored by Ad Schellevis's avatar Ad Schellevis

remove reference to check_reload_status

parent eaed16ae
...@@ -342,9 +342,6 @@ echo "done." ...@@ -342,9 +342,6 @@ echo "done."
chmod u+rx /usr/local/opnsense/service/configd.py chmod u+rx /usr/local/opnsense/service/configd.py
/usr/local/opnsense/service/configd.py /usr/local/opnsense/service/configd.py
# check_reload_status renamed, for legacy stuff symlink old socket
/bin/rm -f /var/run/check_reload_status
ln -s /var/run/configd.socket /var/run/check_reload_status
sleep 1 # give configd some time to load to prevent missing socket sleep 1 # give configd some time to load to prevent missing socket
# let the PHP-based configuration subsystem set up the system now # let the PHP-based configuration subsystem set up the system now
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
-------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------
package : configd package : configd
function: commandline execute commands to check_reload_status daemon function: commandline execute commands to configd daemon
""" """
......
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