Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2024 19:32:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 279200] sysrc(8) fails to perform set operations for += and -= in -c (check only) mode.
Message-ID:  <bug-279200-227-RXec68g0Gn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279200-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279200-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=3D279200

--- Comment #1 from crest@rlwinm.de ---
If I understand the code correctly the problem is that the case $mode in
APPEND), REMOVE), *) is never reached if $CHECK_ONLY is set since sysrc:791
will continue the loop early.

--=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-279200-227-RXec68g0Gn>