projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d54742
)
Listen on @6:2100 only (not @:2100)
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 18 Mar 2013 10:38:16 +0000
(11:38 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 18 Mar 2013 10:38:16 +0000
(11:38 +0100)
Seems like @:2100 traffic gets routed there as well.
rpm/zebrasrv.init
patch
|
blob
|
history
diff --git
a/rpm/zebrasrv.init
b/rpm/zebrasrv.init
index
c8c50eb
..
0aac69f
100755
(executable)
--- 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