]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Be quiet when creating /var/run/tor.
authorPeter Palfrader <peter@palfrader.org>
Sun, 31 May 2009 10:38:24 +0000 (10:38 +0000)
committerPeter Palfrader <peter@palfrader.org>
Sun, 31 May 2009 10:38:24 +0000 (10:38 +0000)
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.

debian/changelog
debian/tor.init

index a1c8eb305611429ea6e9c555b214dd8eb704946c..42c7c47eccea0e0703c5373f3b48f5dd088f10f2 100644 (file)
@@ -1,3 +1,11 @@
+tor (0.2.1.15-rc-X) XXperimental; urgency=low
+
+  * 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.
+
+ -- Peter Palfrader <weasel@debian.org>  Sun, 31 May 2009 10:37:22 +0000
+
 tor (0.2.1.15-rc-1) experimental; urgency=low
 
   * New upstream version.
index a798c0cdf2d70079fcab4e9e33e71166c85d63b5..b018847c083858a3bb85c114de3b143a2c29c34c 100644 (file)
@@ -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