From: Wilfried Göesgens Date: Fri, 19 Feb 2010 00:14:03 +0000 (+0000) Subject: * add linebreak so we don't expose our weakness here. X-Git-Tag: v7.86~413 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=a80ff141a05b52cc08b3c8356343b6716fa808a5 * add linebreak so we don't expose our weakness here. --- diff --git a/citadel/serv_extensions.c b/citadel/serv_extensions.c index 421824a9b..35abfcc0a 100644 --- a/citadel/serv_extensions.c +++ b/citadel/serv_extensions.c @@ -78,7 +78,7 @@ char *ErrPortShort = "We couldn't bind all ports you configured to be provided b char *ErrPortWhere = "Admin->System Preferences->Network.\n\nThe failed ports and sockets are: "; 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 " +" and stop the programm, that binds these ports.\n You should eventually remove " " 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";