remove reference to check_reload_status

This commit is contained in:
Ad Schellevis 2015-02-25 08:57:22 +01:00
parent eaed16aeb3
commit f7d4063ea4
2 changed files with 1 additions and 4 deletions

View File

@ -342,9 +342,6 @@ echo "done."
chmod u+rx /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
# let the PHP-based configuration subsystem set up the system now

View File

@ -29,7 +29,7 @@
--------------------------------------------------------------------------------------
package : configd
function: commandline execute commands to check_reload_status daemon
function: commandline execute commands to configd daemon
"""