Bug#718624: Possible problem with the patch

2014-11-02 Thread Markus Koschany
On 02.11.2014 01:26, Matthijs Wensveen wrote: > Hi Markus, > > chown -R does not recurse into hidden directories. So all directories > and files beneath .config won't be touched by chown. > Why not just chown -R /var/lib/transmission-daemon itself? > Hi Matthijs, I recommend to take a closer lo

Bug#718624: Possible problem with the patch

2014-11-01 Thread Matthijs Wensveen
Hi Markus, chown -R does not recurse into hidden directories. So all directories and files beneath .config won't be touched by chown. Why not just chown -R /var/lib/transmission-daemon itself? Regards, Matthijs On 01-11-14 15:23, Markus Koschany wrote: On Sun, 26 Oct 2014 20:30:23 +0530 Suni

Bug#718624: Possible problem with the patch

2014-11-01 Thread Markus Koschany
On Sun, 26 Oct 2014 20:30:23 +0530 Sunil Mohan Adapa wrote: > Hello, > > I was interested in the fix that the patch aims to provide. A casual > glance revealed a potential problem. > > +if dpkg --compare-versions "$2" lt "2.84-0.2~"; then > +mkdir -p /var/lib/transmission-daemon/.co

Bug#718624: Possible problem with the patch

2014-10-26 Thread Sunil Mohan Adapa
Hello, I was interested in the fix that the patch aims to provide. A casual glance revealed a potential problem. +if dpkg --compare-versions "$2" lt "2.84-0.2~"; then +mkdir -p /var/lib/transmission-daemon/.config/transmission-daemon +chown -R debian-transmission:debian-trans