Bug 254398

Summary: rc.conf.5: Remove documentation of variables which have been removed from the system
Product: Documentation Reporter: Tobias Rehbein <tobias.rehbein>
Component: Manual PagesAssignee: Daniel Ebdrup Jensen <debdrup>
Status: Closed FIXED    
Severity: Affects Only Me CC: debdrup
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for rc.conf.5 none

Description Tobias Rehbein 2021-03-19 10:47:14 UTC
Created attachment 223416 [details]
Patch for rc.conf.5

Remove documentation of variables which have been removed from the system.

rc_parallel_start, removed in f61831d2e8bd44b6568b00d538e738c25190bb96
ipv6_ipfilter_rules, removed in e2ad10e84792e8dcfb0e03a9b5cb19cd3d93ddf8
Comment 2 Daniel Ebdrup Jensen freebsd_committer freebsd_triage 2021-03-20 23:56:42 UTC
I'll take this.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-03-21 00:11:20 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=815209920f1d024ca55270c106565a0b770a8c00

commit 815209920f1d024ca55270c106565a0b770a8c00
Author:     Tobias Rehbein <tobias.rehbein@web.de>
AuthorDate: 2021-03-21 00:01:31 +0000
Commit:     Daniel Ebdrup Jensen <debdrup@FreeBSD.org>
CommitDate: 2021-03-21 00:08:36 +0000

    rc.conf(5): Remove left-over variables

    ipv6_ipfilter_rules was obsoleted because of ipfilter was updated, and
    rc_parallel_start was reverted to undergo further refinement.

    PR:             254398
    Fixes:          e2ad10e84792, f61831d2e8bd

 share/man/man5/rc.conf.5 | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)
Comment 4 Daniel Ebdrup Jensen freebsd_committer freebsd_triage 2021-03-21 00:11:52 UTC
Thank you for your attention to detail. :)