Module: sip-router Branch: master Commit: a1b23f495e86edd25c5f9e7859a31147c49a7ad8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a1b23f49...
Author: Miklos Tirpak miklos@iptel.org Committer: Miklos Tirpak miklos@iptel.org Date: Mon Oct 4 17:46:11 2010 +0200
fork_process doc: note about config update added
---
doc/modules_init.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/doc/modules_init.txt b/doc/modules_init.txt index c5fc2fe..30d404b 100644 --- a/doc/modules_init.txt +++ b/doc/modules_init.txt @@ -113,6 +113,9 @@ static int mod_child(int rank) return 0; }
+The forked child process shall also update its local configuration, +please read the section "Refreshing the configuration" in doc/cfg.txt. +
Summary -------