From: Wilfried Göesgens Date: Mon, 29 Oct 2007 20:50:45 +0000 (+0000) Subject: * add hint to restart menu to our 'unable to bind port' - errormail. X-Git-Tag: v7.86~2881 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=1c67a51af6526e2e081f597a2e67825c414e40f0 * add hint to restart menu to our 'unable to bind port' - errormail. --- diff --git a/citadel/serv_extensions.c b/citadel/serv_extensions.c index 9cc062c6c..c090e3c78 100644 --- a/citadel/serv_extensions.c +++ b/citadel/serv_extensions.c @@ -92,7 +92,8 @@ char *ErrPortWhere = "Admin->System Preferences->Network.\n\nThe failed ports an char *ErrPortHint = "If you want citadel to provide you with that functionality, " "check the output of \"netstat -lnp\" on linux Servers or \"netstat -na\" on *BSD" " and stop the programm, that binds these ports. You should eventually remove " -" their initscripts in /etc/init.d so that you won't get this trouble once more.\n"; +" their initscripts in /etc/init.d so that you won't get this trouble once more.\n" +" After that goto Administration -> Shutdown Citadel to make Citadel retry to bind this port.\n"; void LogPrintMessages(long err)