| Summary: | date(1) doesn't detail kern_time.c securelevel check | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | rboyd <rboyd> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
rboyd
2000-12-12 14:50:01 UTC
rboyd@pokerspot.com wrote: > > > >Number: 23502 > >Category: docs > >Synopsis: date(1) doesn't detail kern_time.c securelevel check > >Description: > the securelevel check in kern_time.c is non-intuitive. This should > be documented somewhere people would look when realizing they are > unable to set the date. date(1) is probably the best candidate. This is documented in init(8), also known as securelevel(8) (see src/sbin/init/init.8 rev. 1.21). This makes more sense than documenting it in date(1) since date(1) is by no means the only way to change the time. People should read init(8) to realize the implications of raising the securelevel before they do it, anyway. Regards -- Dima Dorfman <dima@unixfreak.org> Finger dima@unixfreak.org for PGP public key. State Changed From-To: open->closed Restriction mentioned in date(1). Thanks! |