[Calypso] [PATCH 3/4] Listen on localhost only by default

Guido Günther agx at sigxcpu.org
Tue Apr 1 00:20:20 PDT 2014


This makes it simpler for distributions to activate the daemon by
default.
---
 calypso-init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/calypso-init b/calypso-init
index 119b72d..80be1ee 100755
--- a/calypso-init
+++ b/calypso-init
@@ -20,7 +20,7 @@ NAME=calypso
 DAEMON=/usr/bin/$NAME
 PIDFILE=/var/run/calypso/$NAME.pid
 SCRIPTNAME=/etc/init.d/$NAME
-CALYPSO_OPTS="-d -P $PIDFILE"
+CALYPSO_OPTS="-d -P $PIDFILE -H 127.0.0.1"
 
 # Exit if the package is not installed
 [ -x "$DAEMON" ] || exit 0
-- 
1.9.0



More information about the Calypso mailing list