summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add net.inet.icmp.log_redirect and net.inet.icmp.drop_redirect, fordes1999-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).
* Move cronjob up one minute to get it out of the 02:00-03:00 happy hourphk1999-08-091-2/+2
| | | | | | | of daylight savings changes. Submitted by: Doug <Doug@gorean.org> Reviewed by: phk
* Perhaps I should have looked at the whole file rather than just the delta.peter1999-08-061-2/+2
| | | | | | Use -eq rather than -ne. Obtained from: OpenBSD (millert, etc/rc rev 1.104)
* I don't think `customify' is a real word.peter1999-08-061-2/+2
|
* Don't use /tmp/_motd in the aftermath of the chflags(2) revelations.peter1999-08-061-8/+11
| | | | Obtained from: OpenBSD (millert etc/rc rev 1.102 and hugh)
* Add a sample entry for Exim, in preparation for the upcoming behavioursheldonh1999-08-031-1/+7
| | | | | | change in the port, where TCP Wrapper support will become the default. Requested by: markm
* Better comment on ntpdate_enable - if I have misunderstood wheneivind1999-08-031-2/+2
| | | | | ntpdate was run (I thought it was cron'ed), other people probably do too.
* Clear flags on psuedo terminals before trying to chmod and chown them.imp1999-08-021-1/+2
|
* Explicitly list the i/o addresses of the serial ports.nik1999-07-282-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | Prompted by docs/12343, in which people seemed to get a little confused. The original text in the file said: [...] # By default we use COM1 as our serial console port *if* we're going to use # a serial port as our console at all. (0x3E8 = COM2) # #BOOT_COMCONSOLE_PORT= 0x3F8 [...] From what I can make out, some people have assumed that means that if they just uncomment the BOOT_COMCONSOLE_PORT then it will use COM2: These same people then assume that "0x3F8" on that line is a typo for "0x3E8". What it actually means is that if you uncomment the line then the default stays as "Ox3F8" (COM1:), and that you have to uncomment the line, *and* change the value of the variable in order to use COM2:. So I've made that a little bit clearer. I've also listed the hex values for COM1: thru COM4:, snarfed from sys/isa/isareg.h. PR: docs/12343 Submitted by: Bill Grunfelder <wjgrun@dippy.cyberwar.com>
* FreeBSD.ORG -> FreeBSD.orgnik1999-07-271-3/+3
|
* Start ppp before natd, not afterwards.brian1999-07-267-126/+126
| | | | Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
* Add a default ppp.conf (mode 600).brian1999-07-2610-9/+174
| | | | | | | | | | | | Originally submitted by: Wayne Self <wself@cdrom.com> Allow a ppp startup option in rc.conf. Adjust sysinstall so that it appends to the end of ppp.conf and uses the generated profile to start ppp in auto mode on boot. Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
* Don't background pccardd, it nullfies the "-z" flag. pccardd itselfobrien1999-07-262-4/+4
| | | | daemonizes, lets just let things progress normally.
* Added CyQ've ELA-010 Ethernet Cardhosokawa1999-07-252-2/+14
|
* 3C574TX Fast Etherlink PC-card support.hosokawa1999-07-252-2/+18
|
* Add -n to the example and explanation of the internal auth service.green1999-07-241-3/+4
|
* Document the -o and -t options to the internal auth service and give ansheldonh1999-07-231-7/+4
| | | | | | | | | example of their usage in the sample config. Merge the two examples for the green internal auth service. This commit failed the first time around because Brian beat me to the punch on inetd.8 . I like my descriptions better and I'm pretty sure Brian won't mind.
* Add ``cvsup''.obrien1999-07-211-1/+2
|
* Use a less annoying default hostname.jkh1999-07-181-2/+2
|
* Remove trailing whitespace from a couple of lines. It made its wayjdp1999-07-171-3/+3
| | | | into the .cf file and gave sendmail indigestion.
OpenPOWER on IntegriCloud