aboutsummaryrefslogtreecommitdiff
path: root/debian/tor.init
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2009-05-31 10:38:24 +0000
committerPeter Palfrader <peter@palfrader.org>2009-05-31 10:38:24 +0000
commit77bc85f047ca6f3558193b224992f326e21d7369 (patch)
tree4b6b8a59ba81cd1fd6a01cce3bc58881c0c83140 /debian/tor.init
parentdb05c8bc43fa293986c359b7a3631fea8183e0f3 (diff)
downloadtor-77bc85f047ca6f3558193b224992f326e21d7369.tar.gz
tor-77bc85f047ca6f3558193b224992f326e21d7369.zip
Be quiet when creating /var/run/tor.
No longer inform the user if/when we re-create the /var/run/tor directory in the init script. With /var/run on tmpfs this is completely normal now so our message was just noise.
Diffstat (limited to 'debian/tor.init')
-rw-r--r--debian/tor.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tor.init b/debian/tor.init
index a798c0cdf2..b018847c08 100644
--- a/debian/tor.init
+++ b/debian/tor.init
@@ -88,7 +88,7 @@ wait_for_deaddaemon () {
check_torpiddir () {
if test ! -d $TORPIDDIR; then
- echo "There is no $TORPIDDIR directory. Creating one for you."
+ #echo "There is no $TORPIDDIR directory. Creating one for you."
mkdir -m 02700 "$TORPIDDIR"
chown debian-tor:debian-tor "$TORPIDDIR"
fi