wok diff privoxy/receipt @ rev 18411
open-vm-tools: more diag
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sat Sep 19 16:17:57 2015 +0000 (2015-09-19) |
parents | 82816c8eb08b |
children | bcccafbf2c8a |
line diff
1.1 --- a/privoxy/receipt Wed Apr 15 10:26:28 2015 +0200 1.2 +++ b/privoxy/receipt Sat Sep 19 16:17:57 2015 +0000 1.3 @@ -65,10 +65,10 @@ 1.4 1.5 # and change file permissions 1.6 echo -n "Changing file permissions..." 1.7 - chroot $1/ chown -R privoxy.privoxy $1/etc/privoxy 1.8 + chroot $1/ chown -R privoxy.privoxy /etc/privoxy 1.9 chown -R root.root $1/etc/privoxy/templates 1.10 chown root.root $1/etc/privoxy 1.11 - chroot $1/ chown privoxy.privoxy $1/var/log/privoxy/logfile 1.12 + chroot $1/ chown privoxy.privoxy /var/log/privoxy/logfile 1.13 status 1.14 } 1.15