[Pkg-privacy-commits] [onioncat] 266/340: Disable daemon start by default.

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:04:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository onioncat.

commit bd3d094920f62e4e2e29039141f83e4507ba5ec9
Author: intrigeri <intrigeri at boum.org>
Date:   Thu Aug 18 16:20:31 2011 +0200

    Disable daemon start by default.
---
 debian/onioncat.default | 2 +-
 debian/onioncat.init    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/onioncat.default b/debian/onioncat.default
index d645712..4336037 100644
--- a/debian/onioncat.default
+++ b/debian/onioncat.default
@@ -5,7 +5,7 @@
 # This is a bash shell fragment
 
 # Uncomment to enable the initscript and start onioncat on system startup
-#ENABLED=0
+#ENABLED=yes
 
 # User the daemon run as
 DAEMON_USER="onioncat"
diff --git a/debian/onioncat.init b/debian/onioncat.init
index 813730a..bdbcf6d 100644
--- a/debian/onioncat.init
+++ b/debian/onioncat.init
@@ -33,7 +33,7 @@ DAEMON_OPTS=""
 DIETIME=10
 STARTTIME=1
 DAEMON_USER="onioncat"
-ENABLED=0
+ENABLED=no
 
 if [ -f /etc/default/$NAMEL ] ; then
    . /etc/default/$NAMEL

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncat.git



More information about the Pkg-privacy-commits mailing list