aboutsummaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Make the firewall file variable space-safe.Brian Feldman1999-09-197-14/+14
| | | | Notes: svn path=/head/; revision=51426
* Oops, patch applied to wrong place.Andrey A. Chernov1999-09-151-2/+2
| | | | Notes: svn path=/head/; revision=51316
* add mdoc/localeAndrey A. Chernov1999-09-151-0/+2
| | | | Notes: svn path=/head/; revision=51314
* Be slightly less verbose.David E. O'Brien1999-09-152-2/+2
| | | | Notes: svn path=/head/; revision=51308
* Add a hook for disabling cvs and collect a few similar options together.Peter Wemm1999-09-152-2/+4
| | | | | | | (We do this on freefall as we use a tweaked /usr/bin/cvs wrapper) Notes: svn path=/head/; revision=51299
* /emulation/binary compatibility/David E. O'Brien1999-09-151-1/+1
| | | | Notes: svn path=/head/; revision=51290
* /Linux emulation/Linux mode binary compatibility/David E. O'Brien1999-09-152-2/+2
| | | | Notes: svn path=/head/; revision=51288
* Add/adjust some $FreeBSD$ tags.Peter Wemm1999-09-1314-15/+15
| | | | | | | Noted by: Doug <Doug@gorean.org> Notes: svn path=/head/; revision=51237
* Fixed some disordering (mainly of case lists for disks).Bruce Evans1999-09-132-32/+34
| | | | | | | Fixed bitrot in the `wcd*)' case. Notes: svn path=/head/; revision=51233
* Apply a consistent style to most of the etc scripts. Particularly, useSheldon Hearn1999-09-1344-3981/+5711
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=51231
* Fix disordering introduced in my previous commit.Dag-Erling Smørgrav1999-09-131-1/+1
| | | | | | | Pointed out by: bde Notes: svn path=/head/; revision=51224
* This fix adds checking for the existance of the /var/msgsOllivier Robert1999-09-121-1/+1
| | | | | | | | | | directory before attempting to create the bounds file. PR: bin/13184 Submitted by: "Stephen J. Roznowski" <sjr@home.net> Notes: svn path=/head/; revision=51210
* Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctlDag-Erling Smørgrav1999-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. Notes: svn path=/head/; revision=51209
* add tmac/locale for man l10n tweaksAndrey A. Chernov1999-09-111-0/+2
| | | | Notes: svn path=/head/; revision=51176
* Add man_locales knob to specify localized man subdirs for makewhatis andAndrey A. Chernov1999-09-111-0/+1
| | | | | | | catman Notes: svn path=/head/; revision=51174
* localize itAndrey A. Chernov1999-09-112-3/+47
| | | | | | | Submitted by: "Alexey Zelkin" <phantom@crimea.edu> Notes: svn path=/head/; revision=51173
* set check_quotas="YES" as the default.Chris Piazza1999-09-061-1/+1
| | | | | | | | | PR: 13603 Submitted by: Alex Perel <veers@distributed.net> Reviewed by: billf Notes: svn path=/head/; revision=51038
* Move /var/cron/log to /var/log/cronNick Hibma1999-09-063-3/+3
| | | | Notes: svn path=/head/; revision=51033
* Add entry for NDC Ethernet Instant-Link Credit Card Adapter, a NE2000 clone.David E. O'Brien1999-09-062-0/+16
| | | | | | | This was tested on a ND5100 rev.A2 card. Notes: svn path=/head/; revision=51028
* $Revision$ -> $FreeBSD$Peter Wemm1999-09-051-1/+1
| | | | Notes: svn path=/head/; revision=50958
* Knob for Perl thread support.Mark Murray1999-09-042-0/+6
| | | | Notes: svn path=/head/; revision=50883
* Add /usr/share/examples/more/. Will contain sample config files thatTim Vanderhoek1999-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. Notes: svn path=/head/; revision=50865
* -background is also a legitimate ppp mode. Don't change it to -auto.Peter Wemm1999-09-017-7/+14
| | | | Notes: svn path=/head/; revision=50735
* Remove all non-file like things in /var/tmp/vi.recover on reboot.Warner Losh1999-08-301-0/+1
| | | | Notes: svn path=/head/; revision=50612
* $Id$ -> $FreeBSD$Peter Wemm1999-08-27152-152/+152
| | | | Notes: svn path=/head/; revision=50472
* Catch an extra X on DHCP.Jordan K. Hubbard1999-08-277-14/+14
| | | | | | | Spotted by the eagle eyes of: Pierre DAVID <Pierre.David@prism.uvsq.fr> Notes: svn path=/head/; revision=50470
* Small whitespace change to fix run-over lines introduced in the previousSheldon Hearn1999-08-272-6/+6
| | | | | | | | | commit. Reported by: bde Notes: svn path=/head/; revision=50454
* Pull the FDP maintained documents (that's the FAQ, the Handbook, theNik Clayton1999-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. Notes: svn path=/head/; revision=50424
* Looks like I missed a little white space error, fixed.Rodney W. Grimes1999-08-251-28/+28
| | | | Notes: svn path=/head/; revision=50375
* Style clean-up:Sheldon Hearn1999-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 Notes: svn path=/head/; revision=50357
* This cleans up all the white space errors so that the nextRodney W. Grimes1999-08-246-414/+414
| | | | | | | commit is easier to understand. Notes: svn path=/head/; revision=50296
* Fix script in README to actually work, empty lines produce asRodney W. Grimes1999-08-239-11/+27
| | | | | | | | | much a diff as lines with the wrong stuff on it. Add references in mtree data files to the README. Notes: svn path=/head/; revision=50203
* An explination of how to keep these files in good working order.Rodney W. Grimes1999-08-231-0/+48
| | | | | | | Reviewed by: bde Notes: svn path=/head/; revision=50199
* ppp_alias -> ppp_natBrian Somers1999-08-228-23/+23
| | | | | | | Submitted by: Josef L. Karthauser <joe@FreeBSD.org.uk> Notes: svn path=/head/; revision=50193
* Grammar and formatting touch-ups to comments.Tim Vanderhoek1999-08-223-36/+36
| | | | Notes: svn path=/head/; revision=50177
* This is the addition of a syslog(3) security.* top-level category. ThisBrian Feldman1999-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 Notes: svn path=/head/; revision=50126
* added usb0 to 'all' target for usbd(8)Masahide MAEKAWA1999-08-213-6/+9
| | | | Notes: svn path=/head/; revision=50122
* Quieten ppp at startup.Brian Somers1999-08-197-14/+14
| | | | Notes: svn path=/head/; revision=50063
* Nuke /usr/share/misc/pkg_manage.Ruslan Ermilov1999-08-191-3/+1
| | | | | | | | PR: 13228 Submitted by: "Alexey M. Zelkin" <phantom@cris.net> Notes: svn path=/head/; revision=50046
* Use a colon (:) instead of a period (.) to distinguish the group nameSheldon Hearn1999-08-163-39/+39
| | | | | | | | | | from the user name when using chown(8). PR: 13157 Reported by: Patrick Powell <papowell@astart.com> Notes: svn path=/head/; revision=49894
* s/Yes/YES/g. `tcp_extensions''s comment implied "Yes" was a valid valueDavid E. O'Brien1999-08-141-2/+2
| | | | | | | | | for turning on the feature. Which is wrong. Submitted by: bde Notes: svn path=/head/; revision=49785
* Hopefully clarify "log_in_vain" knob's comment.David E. O'Brien1999-08-141-2/+2
| | | | | | | Reviewed by: bde, sheldonh, andreas Notes: svn path=/head/; revision=49783
* Don't force compression in SUPFLAGS, since that effectively negatesSheldon Hearn1999-08-142-4/+4
| | | | | | | | | the functionality of the compression option in the supfile. Reported by: Ben Rosengart <ben@skunk.org> Notes: svn path=/head/; revision=49777
* Use proper capitalization.David E. O'Brien1999-08-141-2/+2
| | | | Notes: svn path=/head/; revision=49704
* Use better comment for tcp_keepalive option.David E. O'Brien1999-08-141-2/+2
| | | | | | | Submitted by: imp Notes: svn path=/head/; revision=49703
* Axe LOGIN_CAP_AUTH.Sheldon Hearn1999-08-131-16/+1
| | | | | | | | | PR: 10115 Reported by: Gene Skonicki <gene@cif.rochester.edu> Requested by: jdp Notes: svn path=/head/; revision=49696
* Add net.inet.icmp.log_redirect and net.inet.icmp.drop_redirect, forDag-Erling Smørgrav1999-08-108-8/+80
| | | | | | | | | | respectively logging and dropping ICMP REDIRECT packets. Note that there is no rate limiting on the log messages, so log_redirect should be used with caution (preferrably only for debugging purposes). Notes: svn path=/head/; revision=49603
* Move cronjob up one minute to get it out of the 02:00-03:00 happy hourPoul-Henning Kamp1999-08-091-2/+2
| | | | | | | | | | of daylight savings changes. Submitted by: Doug <Doug@gorean.org> Reviewed by: phk Notes: svn path=/head/; revision=49578
* Perhaps I should have looked at the whole file rather than just the delta.Peter Wemm1999-08-061-2/+2
| | | | | | | | | Use -eq rather than -ne. Obtained from: OpenBSD (millert, etc/rc rev 1.104) Notes: svn path=/head/; revision=49453
* I don't think `customify' is a real word.Peter Wemm1999-08-061-2/+2
| | | | Notes: svn path=/head/; revision=49452