summaryrefslogtreecommitdiff
path: root/etc/rc.sysctl
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.7.0_cvscvs2svn2002-10-081-1/+1
| | | | | | | 'RELENG_4_7_0_RELEASE'. This commit was manufactured to restore the state of the 4.7-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC en masse. Several of the included changes are mine, however we'veDoug Barton2002-04-151-1/+17
| | | | | | | | | | | | | | | | | | | gotten pretty far out of synch with -current over the last year or so, this catches us up for everything that makes sense. There are several whitespace only changes here. In an ideal world I would have had time to seperate them out, however I did not. Most of them are included to be consistent with -current, some of them are "improvements" that happened while I was adding things back. Of particular note: /var/log/auth.log /var/run and /var/spool cleanup in rc Early and late rc.sysctl runs New mailq/queurun support in daily scripts Notes: svn path=/stable/4/; revision=94701
* MFC: 1.7 (-w not needed anymore)David E. O'Brien2001-08-011-1/+1
| | | | Notes: svn path=/stable/4/; revision=80963
* I really did a number on adding the copyrights...David E. O'Brien2001-03-061-28/+1
| | | | Notes: svn path=/stable/4/; revision=73843
* MFC: add copyright noticesDavid E. O'Brien2001-03-061-1/+28
| | | | Notes: svn path=/stable/4/; revision=73829
* MFC: Add copyright.David E. O'Brien2000-10-301-1/+28
| | | | Notes: svn path=/stable/4/; revision=67950
* MFC: Use shell globbing instead of sed.John Baldwin2000-08-161-8/+10
| | | | Notes: svn path=/stable/4/; revision=64735
* Add and document support for handling comments and blank linesChris Costello2000-01-161-3/+6
| | | | | | | | | in /etc/sysctl.conf. Reviewed by: imp, jkh Notes: svn path=/head/; revision=56118
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Style clean-up:Sheldon Hearn1999-08-251-2/+2
| | | | | | | | | | | | | | | | | | | * All variables are now embraced: ${foo} * All comparisons against some value now take the form: [ "${foo}" ? "value" ] where ? is a comparison operator * All empty string tests now take the form: [ -z "${foo}" ] * All non-empty string tests now take the form: [ -n "${foo}" ] Submitted by: jkh Notes: svn path=/head/; revision=50357
* Add two features:Warner Losh1999-03-281-0/+13
log_in_vain: log_in_vain turns on logging for packets to ports for which there is no listener. rc.sysctl: A generic way to set sysctl values. It reads /etc/syslog.conf and sets values based on that. No /etc/syslog.conf has been checked in yet, and I've not added this to the makefile yet until I get more feedback. Reviewed by: -current, -hackers and bde especially Notes: svn path=/head/; revision=45096