[Pkg-privacy-commits] [onioncat] 133/340: Debian: small changes

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:04:32 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 f65ef5065ae8b6584a35ce4fe579ea058accdf6e
Author: axp <axp at 58e1ccc2-750e-0410-8d0d-f93ca75ab447>
Date:   Fri Feb 20 13:25:22 2009 +0000

    Debian: small changes
    
    git-svn-id: http://www.cypherpunk.at/svn/onioncat/trunk@445 58e1ccc2-750e-0410-8d0d-f93ca75ab447
---
 debian/init.d.lsb.ex                      | 12 ++++++------
 debian/{onioncat.default => ocat.default} |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/init.d.lsb.ex b/debian/init.d.lsb.ex
index 32711b3..dd3acf6 100644
--- a/debian/init.d.lsb.ex
+++ b/debian/init.d.lsb.ex
@@ -30,7 +30,7 @@
 # Should-Stop:
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
-# Short-Description: <Enter a short description of the sortware>
+# Short-Description: <OnionCat An IP-Transparent Tor Hidden Service Connector>
 # Description:       <Enter a long description of the software>
 #                    <...>
 #                    <...>
@@ -38,9 +38,9 @@
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
-DAEMON=/usr/sbin/onioncat # Introduce the server's location here
-NAME=#PACKAGE              # Introduce the short server's name here
-DESC=#PACKAGE              # Introduce a short description here
+DAEMON=/usr/bin/ocat # Introduce the server's location here
+NAME=ocat # Introduce the short server's name here
+DESC="OnionCat Hidden Service Connector"# Introduce a short description here
 LOGDIR=/var/log/onioncat  # Log directory to use
 
 PIDFILE=/var/run/$NAME.pid
@@ -51,7 +51,7 @@ test -x $DAEMON || exit 0
 
 # Default options, these can be overriden by the information
 # at /etc/default/$NAME
-DAEMON_OPTS=""          # Additional options given to the server
+DAEMON_OPTS="-u debian-tor"          # Additional options given to the server
 
 DIETIME=10              # Time to wait for the server to die, in seconds
                         # If this value is set too low you might not
@@ -68,7 +68,7 @@ DIETIME=10              # Time to wait for the server to die, in seconds
                         # when it actually did)
 
 LOGFILE=$LOGDIR/$NAME.log  # Server logfile
-#DAEMONUSER=onioncat   # Users to run the daemons as. If this value
+DAEMONUSER=debian-tor # Users to run the daemons as. If this value
                         # is set start-stop-daemon will chuid the server
 
 # Include defaults if available
diff --git a/debian/onioncat.default b/debian/ocat.default
similarity index 88%
copy from debian/onioncat.default
copy to debian/ocat.default
index ee4fbdc..8bba0bf 100644
--- a/debian/onioncat.default
+++ b/debian/ocat.default
@@ -7,4 +7,4 @@
 #
 
 # Additional options that are passed to the Daemon.
-DAEMON_OPTS=""
+DAEMON_OPTS="-u debian-tor"

-- 
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