Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jan 2025 00:58:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 263782] Use sysrc instead of manually editing rc.conf throughout the FreeBSD Handbook for simplicity and consistency
Message-ID:  <bug-263782-9-T18RUfdMZA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263782-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263782-9@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=3D263782

Kai Burghardt <freebsd@KaiBurghardt.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |freebsd@KaiBurghardt.de

--- Comment #17 from Kai Burghardt <freebsd@KaiBurghardt.de> ---
(In reply to Pau Amma from comment #12)

I am not sure if using `sysrc(8)` was necessarily "better", but for the
sake of completeness I suggest replacing

    sysrc someservice_enable=3D"YES"

with

    service someservice enable

too. Furthermore, I could not help notice that you re-use pre-existing

    [.programlisting]
    ...
    ...

blocks. I believe the correct form is

    [source,shell]
    ...
    ...

The visual style is slightly different, if you hover with your mouse
over the respective block you see "shell" and you are provided with a
"copy to clipboard" function/link.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263782-9-T18RUfdMZA>