Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2023 14:19:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 263011] /usr/sbin/mountd warning "No mask specified for network, using out-of-date default"
Message-ID:  <bug-263011-227-RbUAcleVIT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263011-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263011-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263011

--- Comment #7 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D79ce96abd6c5dee2ddb2e35755c7ff915=
6510d81

commit 79ce96abd6c5dee2ddb2e35755c7ff9156510d81
Author:     Mike Karels <karels@FreeBSD.org>
AuthorDate: 2023-09-08 14:06:42 +0000
Commit:     Mike Karels <karels@FreeBSD.org>
CommitDate: 2023-09-12 14:18:33 +0000

    mountd: do not warn about using class mask with -mask

    The previous code would warn that the mask was being defaulted to
    an obsolete class mask even if -mask was present after -network.
    Import a fix from Peter Much with a little tweaking, deferring the
    warning until after all parameters are processed.

    PR:             263011
    Obtained from:  pmc at citilink.dinoex.sub.org
    Reviewed by:    rmacklem
    Differential Revision:  https://reviews.freebsd.org/D41774

    (cherry picked from commit 48514c5724cdf3338dd6d220e5deee6178d7ee48)

 usr.sbin/mountd/mountd.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263011-227-RbUAcleVIT>