summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Let people know when a startup script is skipped because it is notobrien2001-09-251-0/+2
| | | | | | executable. Suggested by: gad
* Back out rev 1.274. The previous behavior was documented in rc.8 andobrien2001-09-241-1/+1
| | | | | | | the original commit of local_startup depended on the scripts being executable; so there is too much precedence to change it now. About all anyone could agree on is that rev 1.274 broke POLA and before rev 1.274 also broke POLA.
* + explicitly use the shell to run ${local_startup} so one does not have toobrien2001-09-241-2/+2
| | | | | ensure the executable bit is set on the scripts. + Fix VCS ID's
* Add a new rc.conf variable, cloned_interfaces, to create clonedbrooks2001-09-198-7/+72
| | | | interfaces at boot.
* The vfs.nfs.bufpackets sysctl is in the client, not the server. Move itpeter2001-09-197-63/+56
| | | | | to the client section. Turn off nfsiod, it no longer exists (now just kthreads). I need revisit nfsiod so that we have an argument passthrough.
* Userland part of nfs client/server split and cleanup.peter2001-09-181-0/+4
|
* Handle the absence of net.inet.ip.fw.verbose_limit better, just likefenner2001-09-181-1/+1
| | | | brian's fix for v6 in rev 1.56.
* Change permissions for initial install of maillog file to 640. (from 644)jlemon2001-09-171-1/+1
| | | | Pointed out by: rwatson
* Change maillog to have permissions of 640. Users shouldn't be able tojlemon2001-09-171-1/+1
| | | | eavesdrop on other users' communications.
* Handle the absence of net.inet6.ip6.fw.verbose_limit betterbrian2001-09-141-1/+1
|
* Due to a bug in the ed driver, which leads to hangs when using it withimp2001-09-132-0/+12
| | | | | | | | | | dhclient and pccard_ether, introduce the concept of a "settle time" to pccard_ether with the new pccard_ether_delay variable. Defaults to 5 seconds, which is enough time for the ed driver to finish its autoconfiguration for newer Linksys based cards. This also can eliminate the ed0: timeout messages that happen at startup as well. MFC: after RE says OK.
* Added forgotten share/zoneinfo/America/Kentucky.ru2001-09-111-0/+2
|
* s/password_format/passwd_format/ru2001-09-111-1/+1
| | | | | PR: misc/30494 Submitted by: "brian j. peterson" <rbw@myplace.org>
* Typo s/AirLAncer/AirLancer/gimp2001-09-101-2/+2
|
* clarify PCMLM56 statusimp2001-09-101-1/+2
|
* The EXCard-10-PCMCIA entry was slightly bogus.imp2001-09-101-1/+1
|
* Add cs driver for IBM EtherJet card. Doesn't completely work yet, butimp2001-09-101-0/+9
| | | | it won't work without it.
* 2Mbps card from Teletronics. Looks like a generic OEM card for theimp2001-09-101-0/+7
| | | | | awi driver, but the MAC address isn't recognized, so maybe this is wrong.
* ELSA Air Lancer wireless card. Appears to be a Lucent OEM.imp2001-09-101-0/+6
| | | | Submitted by: Eric Masson <e-masson@kisoft-services.com>
* Mihira-san says that this works for him. Linksys EtherFast 10/100 +imp2001-09-091-0/+6
| | | | | | | 56k modem with the fat connector. Submitted by: sanpei@sanpei.org (MIHIRA yoshiro) Ignored since Jan 2001 by: imp
* Addtron AWP-100 wireless card.imp2001-09-091-0/+6
| | | | Submitted by: Alfred Perlstein <bright@mu.org>
* EZCard, not EXCardimp2001-09-091-2/+2
|
* Speculatively commit fix for Surecom EP-427TX PCMCIA adapter. Thisimp2001-09-091-0/+6
| | | | | | | | appears to be another OEM version of the Netgear FA411. This is a guess, since the original didn't include the flags, but this is too similar to my netgear card... Submitted by: neal@nelsonnet.org
* SMC EZ Card 10 PCMCIAimp2001-09-091-0/+6
| | | | Submitted by: Goncharov D <gda@sani.ru>
* Add NE-2000 compatible card sold by addron.imp2001-09-091-0/+6
| | | | Submitted by: johs@copyleft.no
* Add NetGEAR FA411 card. This appears to be based on the AX88190 chipsetimp2001-09-091-0/+6
| | | | and works with those flags.
* Run the uustat command as the uucp user, not as root.kris2001-09-091-1/+1
|
* Allow group network to read ppp.log & slip.log.brian2001-09-032-4/+4
| | | | Suggested by: Jesper Skriver <jesper@FreeBSD.org>
* o Add sample syslogd_flags for "-ss" which causes syslogd not to bindrwatson2001-09-021-0/+1
| | | | an inet socket.
* o Note that some sites will want to select generally more conservativerwatson2001-09-011-0/+6
| | | | | | permissions on some files, and give hints as to what those permissions might be. Note also that the current more liberal permissions might get changed in future revisions.
* o More conservative permissions for kerberos.log: 600 instead of 644.rwatson2001-08-311-1/+1
| | | | Reviewed by: peter
* Add an entry for the Zip 250.murray2001-08-313-0/+18
| | | | | PR: i386/29639 Submitted by: David Yeske <dyeske@yahoo.com>
* Add entries for 3wire terminals. (carrier not supplied, so we set nc).murray2001-08-311-0/+15
| | | | | PR: conf/26420 Submitted by: Jon Passki <cykyc@yahoo.com>
* Make the 'echo' output for blanktime and scrnmap consistent with theirdd2001-08-312-4/+4
| | | | | variable names. There were minor differences in both cases, which were needlessly confusing and inconsistent.
* Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf asalex2001-08-302-283/+0
| | | | | | | | | | | | | | discussed on the arch@ mailinglist (after repo-copy). sys.mk will .error if it finds /etc/defaults/make.conf but include it anyways (this is the same behaviour as with the make.conf.local removal). /usr/share/examples/etc/make.conf has BDEFLAGS commented out now, since it's only an example file. Adjust all textes that talk about make.conf or defaults/make.conf to match the new situation.
* chown syntax is user:group now.alex2001-08-291-1/+1
|
* RIP all ports options, as discussed on arch@.alex2001-08-291-115/+0
|
* Remove more vestages of diskcheckd, which is now in ports/sysutils.obrien2001-08-292-10/+0
|
* Remove diskcheckd.confbrian2001-08-291-1/+1
|
* Remove `diskcheckd'. It is now in ports/sysutils.obrien2001-08-281-30/+0
| | | | Consensus on: freebsd-current.
* Tidy, reorder and adjust to more correctly reflect FreeBSD defaultmarkm2001-08-261-13/+35
| | | | policy.
* End sentence with a period.dd2001-08-261-1/+1
|
* $units is the canonical name for the number of units to create; use it.dd2001-08-231-10/+10
| | | | | PR: 29971 Submitted by: Joseph Mallett <jmallett@xMach.org>
* Invoke named with privilege of bind:bind.kuriyama2001-08-233-2/+4
| | | | Change pidfile location to /var/run/named/pid.
* fix typo. icmptype of destination unreach is not 2 but 1.ume2001-08-211-1/+1
| | | | Submitted by: kuriyama
* move forward the ability to MAKEDEV zs devices for TurboLasermjacob2001-08-211-0/+7
|
* More libss removal.markm2001-08-201-2/+0
|
* Clear up what the line "ALL : PARANOID : RFC931 20 : deny" meansdwmalone2001-08-181-1/+6
| | | | | to tcp wrappers. The description is a little long, but hopefully accurate.
* Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integerobrien2001-08-161-0/+6
| | | | | | value, it forces GCC to not optimize above this level. For intance, GCC made with "WANT_FORCE_OPTIMIZATION_DOWNGRADE=1" is a good setting for the Alpha platform when building ports.
* Add no_warn option to the "auth" lines. Minor tidy-up as well.markm2001-08-151-47/+59
|
OpenPOWER on IntegriCloud