* add hint to restart menu to our 'unable to bind port' - errormail.
authorWilfried Göesgens <willi@citadel.org>
Mon, 29 Oct 2007 20:50:45 +0000 (20:50 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 29 Oct 2007 20:50:45 +0000 (20:50 +0000)
citadel/serv_extensions.c

index 9cc062c6c3dcfc1e1d54e8ae8a437cc51ed2f6c8..c090e3c7877aa88b91dff97c678304af54697d15 100644 (file)
@@ -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)