* fix base version and quite mode

This commit is contained in:
Shell.Xu 2014-08-24 02:55:58 +08:00
parent 858dd5a62e
commit b0be74ad48
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View file

@ -3,7 +3,7 @@ Section: python
Priority: extra
Maintainer: Shell.Xu <shell909090@gmail.com>
Build-Depends: debhelper (>= 8), python, python-setuptools
Standards-Version: 3.9.3
Standards-Version: 3.9.5
Homepage: https://github.com/clowwindy/shadowsocks
#Vcs-Git: git://git.debian.org/collab-maint/shadowsocks.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/shadowsocks.git;a=summary

View file

@ -9,4 +9,4 @@ USERID="nobody"
#
# Additional options that are passed to the Daemon.
DAEMON_OPTS="-c /etc/shadowsocks/config.json"
DAEMON_OPTS="-q -c /etc/shadowsocks/config.json"