Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add shebang to make it clear these files are shell scripts (they are | 2014-07-14 | 1 | -2/+5 | |
| | | | | | | explicitely executed by sh(1)). discussed with deraadt@ | ||||
* | Do not output anything by default, to be consistent with the other | 2014-07-14 | 1 | -9/+1 | |
| | | | | | | site-specific rc.* files, the comment is enough. ok deraadt@ | ||||
* | rc.{local,securelevel,shutdown} become examples. If versions of them | 2014-07-14 | 1 | -0/+14 | |
are created in /etc, they are executed (they used to be sourced) to avoid polluting the rc variable space. The powerdown= and securelevel= features are removed; they are likely only used by 2 people. the secureleve is now always raised; this is the only sensible default. ok ajacoutot |