From 426270e7301d06a3076aa9142c32e145f8cd4454 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 1 Aug 2013 22:27:37 +0200 Subject: [PATCH] tor: fix permissions. --- lfs/tor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/tor b/lfs/tor index a61ac400f1..8bce4be8f1 100644 --- a/lfs/tor +++ b/lfs/tor @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2013 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -95,7 +95,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ln -svf /var/ipfire/tor/torrc /etc/tor/torrc # Adjust ownerships. - chown nobody:nobody /var/lib/tor /var/ipfire/tor + chown -R nobody:nobody /var/lib/tor /var/ipfire/tor # Logrotate mkdir -pv /etc/logrotate.d -- 2.39.5