Hi Daniel,

Axel Beckert wrote:
> > --- a/etc/init.d/glances    2016-12-14 11:14:04.000000000 +0100
> > +++ b/etc/init.d/glances    2016-12-14 11:13:43.000000000 +0100
> > @@ -118,7 +118,12 @@ case "$1" in
> >          ;;
> >        *)
> >          # Failed to stop
> > -        log_end_msg 1
> > +        if [ "$RUN" != "true" ]; then
> > +            log_action_msg "disabled by /etc/default/$NAME"
> > +            log_end_msg 0
> > +        else
> > +            log_end_msg 1
> > +        fi
> >          ;;
> >      esac
> >      ;;
> 
> I'll test that patch later.

That patch works fine for me. The following "one-liner" fixed all
affected machines for me:

cd /; GET 
https://bugs.debian.org/cgi-bin/bugreport.cgi\?att\=1\;bug\=848046\;filename\=glances-init.d.diff\;msg\=15
 | patch -p1 ; dpkg --configure --pending

Would be so kind an apply that patch in an upload before the freeze
for Stretch?

                Regards, Axel
-- 
 ,''`.  |  Axel Beckert <[email protected]>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-    |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE

Attachment: signature.asc
Description: Digital signature

Reply via email to