[buildd-tools-devel] Bug#841699: schroot: 15killprocs fails due to symlink /var/run/ -> /run/

Christoph Biedl debian.axhn at manchmal.in-ulm.de
Sat Oct 22 13:25:43 UTC 2016


Just one thing:

>  if [ $STAGE = "setup-recover" ] || [ $STAGE = "setup-stop" ]; then
> -    do_kill_all "$CHROOT_PATH"
> +    do_kill_all "$(readlink --canonicalize $CHROOT_PATH)"

Of course the variable should be protected, so make this

+ do_kill_all "$(readlink --canonicalize "$CHROOT_PATH")"

    Christoph

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/buildd-tools-devel/attachments/20161022/8025746a/attachment.sig>


More information about the Buildd-tools-devel mailing list