Bug#767923: files with the same name installed in / and /usr

2016-01-24 Thread Jakub Wilk
Control: found -1 1.5.2-1.1 * Marco d'Itri , 2014-11-03, 15:03: The package installs a symbolic link and a file with the same name in both /sbin/ and /usr/sbin/, so it makes impossible to convert a system to the everything-in-usr directories scheme. It's still broken in the

Bug#767923: files with the same name installed in / and /usr

2016-01-24 Thread Marco d'Itri
On Jan 24, Jakub Wilk wrote: > It's still broken in the current version: Thanks, it turns out that the symlinks were created in two different places. A more elegant fix would be to only install the binaries in /sbin/, since this is the only place where mount(8) looks for them,

Bug#767923: files with the same name installed in / and /usr

2016-01-03 Thread Marco d'Itri
On Nov 03, Marco d'Itri wrote: > The attached patch solves this problem by creating the link in postinst > and only if it is needed. I have not heard back from you in over one year, what are your plans about fixing this? Do you need a NMU? -- ciao, Marco signature.asc

Bug#767923: files with the same name installed in / and /usr

2014-11-03 Thread Marco d'Itri
Package: davfs2 Version: 1.5.2-1 Severity: normal Tags: patch User: m...@linux.it Usertags: usrmerge The package installs a symbolic link and a file with the same name in both /sbin/ and /usr/sbin/, so it makes impossible to convert a system to the everything-in-usr directories scheme. The