| Summary: | Difficult to find documentation of "securelevel" | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | brett <brett> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
brett
1999-09-17 18:20:01 UTC
On Fri, Sep 17, 1999 at 10:17:56AM -0700, brett@lariat.org wrote: > The commands "apropos securelevel" and "man -k securelevel" don't turn > up the documentation of this important setting, which is frequently > asked about. It's actually documentd in a nonintuitive place: the > man page for init(8). The user should be guided to the correct pages -- > init(8) and security(7) -- when investigating this setting. It's now documented in /etc/defaults/rc.conf, where there are a couple of knobs to tweak, and an explicit reference to init(8). I could also add an explicit MLINKS= init.8 securelevel.8 in the Makefile for init, so that "man 8 securelevel" worked. Thoughts? N -- If you want to imagine the future, imagine a tennis shoe stamping on a penguin's face forever. --- with apologies to George Orwell The link would help! And maybe a crossreference to "security" (whichever chapter it's in; I forget offhand). --Brett At 09:02 AM 12/14/1999 , Nik Clayton wrote: >On Fri, Sep 17, 1999 at 10:17:56AM -0700, brett@lariat.org wrote: > > The commands "apropos securelevel" and "man -k securelevel" don't turn > > up the documentation of this important setting, which is frequently > > asked about. It's actually documentd in a nonintuitive place: the > > man page for init(8). The user should be guided to the correct pages -- > > init(8) and security(7) -- when investigating this setting. > >It's now documented in /etc/defaults/rc.conf, where there are a couple of >knobs to tweak, and an explicit reference to init(8). > >I could also add an explicit > > MLINKS= init.8 securelevel.8 > >in the Makefile for init, so that "man 8 securelevel" worked. > >Thoughts? > >N >-- > If you want to imagine the future, imagine a tennis shoe stamping > on a penguin's face forever. > --- with apologies to George Orwell I also agree: the link to securelevel.8 is good. Please commit (and/or close this PR). Alex State Changed From-To: open->closed Symlink init.8 --> securelevel.8 committed. |