Bug 254398 - rc.conf.5: Remove documentation of variables which have been removed from the system
Summary: rc.conf.5: Remove documentation of variables which have been removed from the...
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Daniel Ebdrup Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-19 10:47 UTC by Tobias Rehbein
Modified: 2021-03-21 00:11 UTC (History)
1 user (show)

See Also:


Attachments
Patch for rc.conf.5 (1.07 KB, patch)
2021-03-19 10:47 UTC, Tobias Rehbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. :)