Control: tags -1 + pending

On 11 November 2015 at 10:49, Dmitry Smirnov <[email protected]> wrote:
> File "/etc/init.d/cgroupfs-mount" uses the following code to find the name of
> its "default" configuration file:
>
>     BASE=$(basename $0)
>
> However it won't work on boot because runlevel symlinks have a different
> name. Fix can be either
>
>     BASE=$(basename $(readlink $0))
> or
>     BASE=cgroupfs-mount
>
> See detailed explanation in the following commit:
>
> https://github.com/docker/docker/commit/01c5cfcc5629e1d90a50a8447f9712fa6ff49f48

Thanks for the prod -- I've got the fix in Git now, ready for the next
upload.  Since there aren't actually any mutable settings involved
anyhow, do you think it's worth an upload just for this minor fix?

♥,
- Tianon
  4096R / B42F 6819 007F 00F8 8E36  4FD4 036A 9C25 BF35 7DD4

Reply via email to