mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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.
This commit is contained in:
Vendored
+8
@@ -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.
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user