Discussion:
Bug#932173: release-notes: grep should be egrep in section 4.6.1 for buster
(too old to reply)
Stefan Kangas
2019-07-16 09:20:01 UTC
Permalink
Package: release-notes
Severity: minor

In Section 4.6.1 of the Release Notes for buster, this command is suggested:

dpkg -l "linux-image*" | grep ^ii | grep -i meta

I believe this should be:

dpkg -l "linux-image*" | egrep ^ii | grep -i meta

Best regards,
Stefan Kangas
Paul Gevers
2019-07-19 19:40:02 UTC
Permalink
Control: tags -1 moreinfo

Hi Stefan
Post by Stefan Kangas
Package: release-notes
Severity: minor
dpkg -l "linux-image*" | grep ^ii | grep -i meta
dpkg -l "linux-image*" | egrep ^ii | grep -i meta
Care to elaborate? On my system the output of both commands is
identical, and if I read the man page of grep correctly, ^ is just part
of regular grep, so it doesn't need -E.

Paul
Stefan Kangas
2019-08-06 12:40:02 UTC
Permalink
Post by Paul Gevers
Care to elaborate? On my system the output of both commands is
identical, and if I read the man page of grep correctly, ^ is just part
of regular grep, so it doesn't need -E.
Sorry for the late reply -- I've been traveling.

I saw some strange behaviour during upgrade but unfortunately can't
reproduce it now. Maybe I just confused myself.

Feel free to close this, and sorry about the noise.

Best regards,
Stefan Kangas
Debian Bug Tracking System
2019-07-19 19:40:02 UTC
Permalink
Post by Paul Gevers
tags -1 moreinfo
Bug #932173 [release-notes] release-notes: grep should be egrep in section 4.6.1 for buster
Added tag(s) moreinfo.
--
932173: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932173
Debian Bug Tracking System
Contact ***@bugs.debian.org with problems
Debian Bug Tracking System
2019-08-16 19:20:01 UTC
Permalink
Your message dated Fri, 16 Aug 2019 21:12:08 +0200
with message-id <3c67c9ea-b16f-da23-8348-***@debian.org>
and subject line Re: Bug#932173: release-notes: grep should be egrep in section 4.6.1 for buster
has caused the Debian Bug report #932173,
regarding release-notes: grep should be egrep in section 4.6.1 for buster
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ***@bugs.debian.org
immediately.)
--
932173: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932173
Debian Bug Tracking System
Contact ***@bugs.debian.org with problems
Loading...