Your message dated Sat, 24 Dec 2011 12:16:22 +0000
with message-id <[email protected]>
and subject line Re: "fix" for 631077 breaks NFS mounting
has caused the Debian Bug report #652859,
regarding "fix" for 631077 breaks NFS mounting
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 [email protected]
immediately.)
--
652859: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652859
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: initscripts
Severity: important
Version: 2.88dsf-16
The refactoring in 0704dd152138822ede1e7b983d15c1b9da8f8077
completely inverts the conditional logic in the
exit_unless_last_interface subroutine and breaks NFS mounting.
You went from: [ `grep -c pattern file` -eq "0" ]
to: grep -q pattern file
Either revert that commit or make it "! grep -q ..."; as you're trying
to determine if all the interfaces marked auto are up yet, exiting as
soon as you find any interface that is up doesn't make any sense at
all.
Also as a total side-effect of the switch from a while to a for loop,
you've addressed bug 612378.
--- End Message ---
--- Begin Message ---
Version: 2.88dsf-17
On Sat, Dec 24, 2011 at 08:15:10AM +0000, Jamie Heilman wrote:
> Note that with 2.88dsf-17 out, you can close bug 652859, which was
> opened on the issue.
Will do,
Thanks,
Roger
--
.''`. Roger Leigh
: :' : Debian GNU/Linux http://people.debian.org/~rleigh/
`. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/
`- GPG Public Key: 0x25BFB848 Please GPG sign your mail.
--- End Message ---
_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel