Comment 28 for bug 1464442

Revision history for this message
Steve Langasek (vorlon) wrote : Re: [Bug 1464442] Re: installing or upgrading libc6 in Trusty removes all content from /tmp directory

On Fri, Jun 26, 2015 at 10:47:54PM -0000, Jason Hobbs wrote:
> Steve's suggested work around:
>
> > # dpkg-divert --rename --add /sbin/telinit
> > # cat > /sbin/telinit
> > #!/bin/sh
> > exit 0
> > ^D

Just noticed I forgot to put in a 'chmod a+x /sbin/telinit' in here

> > # apt-get install [...]
> > # dpkg-divert --rename --remove /sbin/telinit