summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Slight reordering of /etc/rc order: It now goesnsayer1999-09-241-29/+29
| | | | | | | | | | | | | | | | | | ... recover vi msgs/bounds update MOTD rc.{arch} rc.devfs rc.local $local.startup securelevel The motive behind this is to delay rc.{arch} as long as possible, as it loads the screensaver, which kills the splash screen. But at the same time, it can't be done after rc.devfs, as that might depend on arch specific actions. rc.local and local.startup also should come after these, and securelevel must be last of all.
* Add information and configuration on the DUL.jmb1999-09-231-0/+5
| | | | | Based upon a suggestion from Don Croyle <croyle@gelemna.ft-wayne.in.us>.
* Remove the "vinum_drives" rc.conf knob. According to Greg <grog@lemis.com>jkoshy1999-09-222-7/+0
| | | | | | this is no longer the right way to start Vinum unless you are doing some kind of maintenance, and that's not the sort of thing that would go into rc.conf.
* Add support for md driver.phk1999-09-212-24/+30
| | | | sort some comments
* Make the firewall file variable space-safe.green1999-09-197-14/+14
|
* Oops, patch applied to wrong place.ache1999-09-151-2/+2
|
* add mdoc/localeache1999-09-151-0/+2
|
* Be slightly less verbose.obrien1999-09-152-2/+2
|
* Add a hook for disabling cvs and collect a few similar options together.peter1999-09-152-2/+4
| | | | (We do this on freefall as we use a tweaked /usr/bin/cvs wrapper)
* /emulation/binary compatibility/obrien1999-09-151-1/+1
|
* /Linux emulation/Linux mode binary compatibility/obrien1999-09-152-2/+2
|
* Add/adjust some $FreeBSD$ tags.peter1999-09-1314-15/+15
| | | | Noted by: Doug <Doug@gorean.org>
* Fixed some disordering (mainly of case lists for disks).bde1999-09-132-32/+34
| | | | Fixed bitrot in the `wcd*)' case.
* Apply a consistent style to most of the etc scripts. Particularly, usesheldonh1999-09-1344-4320/+6050
| | | | | | | | | case instead of test where appropriate, since case allows case is a sh builtin and (as a side-effect) allows case-insensitivity. Changes discussed on freebsd-hackers. Submitted by: Doug Barton <Doug@gorean.org>
* Fix disordering introduced in my previous commit.des1999-09-131-1/+1
| | | | Pointed out by: bde
* This fix adds checking for the existance of the /var/msgsroberto1999-09-121-1/+1
| | | | | | | directory before attempting to create the bounds file. PR: bin/13184 Submitted by: "Stephen J. Roznowski" <sjr@home.net>
* Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctldes1999-09-128-0/+73
| | | | | variables, conditional on the TCP_RESTRICT_RST and TCP_DROP_SYNFIN kernel options, respectively. See the comments in LINT for details.
* add tmac/locale for man l10n tweaksache1999-09-111-0/+2
|
* Add man_locales knob to specify localized man subdirs for makewhatis andache1999-09-111-0/+1
| | | | catman
* localize itache1999-09-112-3/+47
| | | | Submitted by: "Alexey Zelkin" <phantom@crimea.edu>
* set check_quotas="YES" as the default.cpiazza1999-09-061-1/+1
| | | | | | PR: 13603 Submitted by: Alex Perel <veers@distributed.net> Reviewed by: billf
* Move /var/cron/log to /var/log/cronn_hibma1999-09-063-3/+3
|
* Add entry for NDC Ethernet Instant-Link Credit Card Adapter, a NE2000 clone.obrien1999-09-062-0/+16
| | | | This was tested on a ND5100 rev.A2 card.
* $Revision$ -> $FreeBSD$peter1999-09-051-1/+1
|
* Knob for Perl thread support.markm1999-09-042-0/+6
|
* Add /usr/share/examples/more/. Will contain sample config files thathoek1999-09-031-0/+2
| | | | | give our more(1) keymappings similar to less(1) and most(1). Initially these config files will support only a subset of less and most keymappings.
* -background is also a legitimate ppp mode. Don't change it to -auto.peter1999-09-017-7/+14
|
* Remove all non-file like things in /var/tmp/vi.recover on reboot.imp1999-08-301-0/+1
|
* $Id$ -> $FreeBSD$peter1999-08-27152-152/+152
|
* Catch an extra X on DHCP.jkh1999-08-277-14/+14
| | | | Spotted by the eagle eyes of: Pierre DAVID <Pierre.David@prism.uvsq.fr>
* Small whitespace change to fix run-over lines introduced in the previoussheldonh1999-08-272-6/+6
| | | | | | commit. Reported by: bde
* Pull the FDP maintained documents (that's the FAQ, the Handbook, thenik1999-08-261-45/+1
| | | | | | tutorials, and all the language translations thereof) out of here. They still install here, but the installation routine in doc/ sorts that out.
* Looks like I missed a little white space error, fixed.rgrimes1999-08-251-28/+28
|
* Style clean-up:sheldonh1999-08-2531-762/+759
| | | | | | | | | | | | | | | | * 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
* This cleans up all the white space errors so that the nextrgrimes1999-08-246-419/+419
| | | | commit is easier to understand.
* Fix script in README to actually work, empty lines produce asrgrimes1999-08-239-11/+27
| | | | | | much a diff as lines with the wrong stuff on it. Add references in mtree data files to the README.
* An explination of how to keep these files in good working order.rgrimes1999-08-231-0/+48
| | | | Reviewed by: bde
* ppp_alias -> ppp_natbrian1999-08-228-23/+23
| | | | Submitted by: Josef L. Karthauser <joe@FreeBSD.org.uk>
* Grammar and formatting touch-ups to comments.hoek1999-08-223-36/+36
|
* This is the addition of a syslog(3) security.* top-level category. Thisgreen1999-08-213-3/+7
| | | | | | | | | should be used from now on for anything security but not auth-related. Included are updates for all relevant manpages and also to /etc files, creating a new /var/log/security. Nothing in the system logs to /var/log/security yet as of the time of this commit. Reviewed by: rgrimes, imp, chris
* added usb0 to 'all' target for usbd(8)gehenna1999-08-213-6/+9
|
* Quieten ppp at startup.brian1999-08-197-14/+14
|
* Nuke /usr/share/misc/pkg_manage.ru1999-08-191-3/+1
| | | | | PR: 13228 Submitted by: "Alexey M. Zelkin" <phantom@cris.net>
* Use a colon (:) instead of a period (.) to distinguish the group namesheldonh1999-08-163-39/+39
| | | | | | | from the user name when using chown(8). PR: 13157 Reported by: Patrick Powell <papowell@astart.com>
* s/Yes/YES/g. `tcp_extensions''s comment implied "Yes" was a valid valueobrien1999-08-141-2/+2
| | | | | | for turning on the feature. Which is wrong. Submitted by: bde
* Hopefully clarify "log_in_vain" knob's comment.obrien1999-08-141-2/+2
| | | | Reviewed by: bde, sheldonh, andreas
* Don't force compression in SUPFLAGS, since that effectively negatessheldonh1999-08-142-4/+4
| | | | | | the functionality of the compression option in the supfile. Reported by: Ben Rosengart <ben@skunk.org>
* Use proper capitalization.obrien1999-08-141-2/+2
|
* Use better comment for tcp_keepalive option.obrien1999-08-141-2/+2
| | | | Submitted by: imp
* Axe LOGIN_CAP_AUTH.sheldonh1999-08-131-16/+1
| | | | | | PR: 10115 Reported by: Gene Skonicki <gene@cif.rochester.edu> Requested by: jdp
OpenPOWER on IntegriCloud