From a80ff141a05b52cc08b3c8356343b6716fa808a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Fri, 19 Feb 2010 00:14:03 +0000 Subject: [PATCH] * add linebreak so we don't expose our weakness here. --- citadel/serv_extensions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.30.2