From: Adam Dickmeiss Date: Mon, 18 Mar 2013 10:38:16 +0000 (+0100) Subject: Listen on @6:2100 only (not @:2100) X-Git-Tag: v2.0.55~18 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=6eeec08989cd11ca32945a3c686997b8d925d2c7 Listen on @6:2100 only (not @:2100) Seems like @:2100 traffic gets routed there as well. --- diff --git a/rpm/zebrasrv.init b/rpm/zebrasrv.init index c8c50eb..0aac69f 100755 --- a/rpm/zebrasrv.init +++ b/rpm/zebrasrv.init @@ -11,7 +11,7 @@ . /etc/rc.d/init.d/functions -OPTIONS="-l /var/log/zebrasrv.log -u nobody tcp:@6:2100 tcp:@:2100" +OPTIONS="-l /var/log/zebrasrv.log -u nobody tcp:@6:2100" if [ -f /etc/sysconfig/zebrasrv ]; then . /etc/sysconfig/zebrasrv