"backgrounding" is more user-understandable than "forking"

--HG--
extra : convert_revision : 53a3f244adf908dac18f2fa7e1d94309497da790
This commit is contained in:
Matt Johnston 2007-07-19 14:08:24 +00:00
parent 0b72cf1ed2
commit 456b500902

View File

@ -147,7 +147,7 @@ void main_noinetd() {
if (svr_opts.forkbg) {
dropbear_log(LOG_INFO, "Running in background");
} else {
dropbear_log(LOG_INFO, "Not forking");
dropbear_log(LOG_INFO, "Not backgrounding");
}
/* create a PID file so that we can be killed easily */