> Lukas Wunner <lu...@wunner.de> hat am 28. Januar 2017 um 21:59 geschrieben: > > There are two unrelated glitches though: > > (1) systemd complains on boot: > > "systemd[2234]: zfs-share.service: Failed at step EXEC spawning > /usr/sbin/rm: No such file or directory" > > This was introduced by b83d293b8d8d ("Change utilities path (bindir) > to /usr/sbin (Closes: #832938)"). Adding Eric Desrochers to cc. > I think fumbling bindir to point to /usr/sbin isn't a good idea, > instead the three Python scripts should be moved to /usr/sbin in a > debhelper override.
That's https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842237 - which might be nice to tackle with the next upload as well? Simply hardcoding the (correct ;)) path of 'rm' is the easiest, most straight-forward way IMHO.