summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve purgedir():brian2000-08-091-3/+5
| | | | | | | | | Fix leading & trailing space handling Suggested by: ben Handle files beginning with - correctly Don't follow symlinks (cd /var/spool/lock; ln -s /. horror)
* Use shell matching instead of sed(1) to strip comments and blank lines.chris2000-08-092-16/+20
| | | | | | | Since it doesn't depend on anything in /usr, it should work with a NFS-mounted /usr partition. Thanks to Bruce Evans to bringing this to my attention.
* Don't use find(1) before nfs filesystems have been mounted asbrian2000-08-081-1/+20
| | | | | | | | | | it lives in /usr/bin. Instead, locate files manually. Note, only *files* under /var/spool/lock are now deleted rather than everything that's not a directory. I think this is more correct, but if anyone disagrees please feel free to change it. Problem pointed out by: bde
* Use ``diff -w'' for setuid.{to,yester}day comparisonsbrian2000-08-071-1/+1
| | | | rather than ``diff -b''.
* Make natd(8) "compatible" with firewall_type="simple".ru2000-08-041-17/+46
| | | | PR: conf/13769, conf/20197
* Update rev 1.29 -- 'draft-manning-dsua' is now in its 3rd version.obrien2000-07-301-1/+3
|
* Keep urandom as a link to random (but a hard link).green2000-07-301-1/+1
|
* Since the driver supports both (and may have different semantics forgreen2000-07-301-1/+1
| | | | | both soon...), create urandom instead of the link to random. It's also what makes sense according to the make_dev(9)'s in random(4).
* Change the defaults for portmap, sendmail and inetd to be not running them.eivind2000-07-281-3/+3
| | | | | | | | | | | | Make sysinstall override this on install, so the effective behavioural change for a newly installed system is null. Overall, this makes a system with an empty /etc/rc.conf not run any network services, and makes the FreeBSD-provided network services that are running visible in /etc/rc.conf (instead of making people look through /etc/defaults/rc.conf to find the things they need to disable to secure the system.) Reviewed by: jhb Discussed with: The usual cabal
* Add this empty version of this file to make it easier for pre-4.0 usersobrien2000-07-271-0/+5
| | | | to find.
* Remove all mention of LANG and MM_CHARSET.asmodai2000-07-272-14/+9
| | | | | | | | Add hints towards login.conf(5), which should be the preferred way to set this systemwide without having to worry about the shell used. PR: 9245 Submitted by: martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* Close a window of readability when creating the entropy seed file,sheldonh2000-07-241-1/+3
| | | | which must not be world-readable.
* If the initial attempt to write ${entropy_file} to /dev/random failssheldonh2000-07-241-2/+10
| | | | | | | and the randomdev.ko module is not resident, try to load the module and perform the write again. Reviewed by: markm
* Backout addition of -L switch to mtree. Using -L breaks themarcel2000-07-231-5/+5
| | | | | | build process in too many cases. Adding mtree to bootstrap-tools to solve this breaks the upgrade path because mtree needs a libc that has strtofflags and fflagstostr.
* Add weak_mountd_authentication, which is examined in /etc/rc.network.asmodai2000-07-231-0/+1
| | | | | Setting this to YES instead of its default NO, causes mountd to be passed the -n flag, which allow non-root users mount requests to be served.
* Syncache2000-07-211-7/+7
|
* dd is too verbose writting entropy, redirect its output to /dev/nullache2000-07-201-2/+3
| | | | Add period at the end of sentence
* Sync with main termcap, SGR 24,27ache2000-07-201-5/+5
|
* Add the tap driver.nsayer2000-07-201-0/+12
| | | | | | | | | | | | | The tap driver is used to present a virtual Ethernet interface to the system. Packets presented by the network stack to the interface are made available to a character device in /dev. With tap and the bridge code, you can make remote bridge configurations where both sides of the bridge are separated by userland daemons. This driver also has a special naming hack to allow it to serve a similar purpose to the vmware port. Submitted by: myevmenkin@att.com, vsilyaev@mindspring.com
* Sync with main termcap (AX, latin2 mono)ache2000-07-201-5/+5
|
* Add some examples for IPv6 addresses.ume2000-07-191-0/+6
| | | | | PR: conf/18614 Submitted by: James Housley <jim@thehousleys.net>
* Add a default ident string and do some minor whitespace adjustmentsbrian2000-07-191-4/+3
|
* Add /dev/agpgart for AGP.ru2000-07-191-0/+6
| | | | Reviewed by: dfr
* Apm device is now safe to be world readable, so make it so.imp2000-07-191-1/+1
|
* Fix an unmatched opening quote.ume2000-07-182-2/+2
| | | | | PR: conf/20000 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* Improve on previous commit:sheldonh2000-07-172-8/+7
| | | | | | | Don't inhibit the trailing newline for entropy-related messages. Try harder to save the seed file on shutdown. Reviewed by: markm
* If ipv6_enable is set to yes, do IPv6 setup for PCCARD ethernetume2000-07-171-0/+14
| | | | card. This is still at staring point and end node case only.
* Add entropy caching. With this, some entropy is cached at shutdownmarkm2000-07-173-0/+31
| | | | | | | | time, and this is used to reseed the random number generator at boot time. NOTE - this has no hope of working if you halt(); you need to execute rc.shutdown to get the entropy stash.
* PCCard entry cleanup:iwasaki2000-07-161-919/+351
| | | | | | | | | - Remove unit numbers in config lines. - Remove all of logger lines and add logstr lines for some cards. This changes reduced file size from 84k to 45k. - Use '/sbin/ifconfig $device delete' instead of /etc/pccard_ether_remove which haven't merge from PAO yet. - Cosmetic changes.
* [Merge from PAO]sanpei2000-07-161-101/+1044
| | | | | | | | | add about 67 entry and rewrite 18 entry change Xircom CompactCard Ethernet 10 entry config 0x20 -> auto Reviewed by: iwasaki Obtained from: PAO3
* Add -L to mtree calls since defaults changed backache2000-07-161-5/+5
|
* *** empty log message ***abial2000-07-151-0/+4
|
* o Display only a short fortune at the root login prompt, as large onesrwatson2000-07-151-1/+1
| | | | | scroll of our pretty /etc/motd that helps the user know what to do. o Change reflects similar setting in /share/skel
* Add to, don't overwrite, user-settable mountd_flags.nbm2000-07-147-7/+7
| | | | | PR: conf/15745 Submitted by: Vivek Khera <khera@kciLink.com>
* Be consistant about WITH_ vs MAKE_ flags. We have a precedent of usingpeter2000-07-141-2/+2
| | | | | | | MAKE_foo for things like MAKE_KERBEROS etc. Use that. I managed to confuse myself last time and made make.conf different to the code. ;-( Reported by: Jun Kuriyama <kuriyama@FreeBSD.org>
* Change various log file modes from mode 664 to 644. Allowing grouppeter2000-07-142-13/+13
| | | | | | | | | | | wheel to trash logfiles is not exactly good security policy. There have been several gid wheel holes in ports. Various other files were changed as well (eg: the locate database were set to more restrictive modes (444) by their generation scripts) so this should be safe for them. utmp and wtmp are mode 644 already on all the systems we checked. Submitted by: jkb Reviewed by: kris
* Add Xircom CompactCard Ethernet CFE-10 1.00.imp2000-07-121-0/+8
| | | | | | | Seems to work great in the type II cf<->pccard adapter that came with the card. Others have reported with different chipsets for the pccard bridge that additional support is needed to make this card work with the 3.3 volts it needs.
* Remove irq 13 from the list of valid IRQs. It is used by the math co andimp2000-07-111-1/+1
| | | | | is therefore unavailable. Also, IRQ13 isn't connected to the pcic chip on most laptops.
* Merge latest cards from my laptop:imp2000-07-111-1/+17
| | | | | | | | | o The Shining PMIDE-ASC card is also used in Road Warrior's Bullet Drive, so add that to the comments. o Eiger Lab's fujitsu based ethernet card: EPX-10BT (thanks to Ryan Losh for donating the card to the cause). o Add place holder entry for the 3Com Megahertz 3CXEM556. It doesn't work yet, but that will change in time.
* Get the security script to list the indoe numbers of the suid files.dwmalone2000-07-111-1/+1
| | | | | | | | | | I've seen some script kiddie tools out there that fake the timestamps but don't preserve the inode number. Note - this will cause a lot of output the first time it is run! PR: 18947 Reviewed by: Sheldon Hearn <sheldonh@uunet.co.za>
* add Planex FNW-3600-TX 16bit FastEthernet DirectDocksanpei2000-07-111-0/+8
| | | | Obtained from: [bsd-nomads:13991] reported by Akihiro IIJIMA <aki@jp.FreeBSD.org>
* Finally merge newmidi.tanimura2000-07-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (I had been busy for my own research activity until the last weekend) Supported devices: SB Midi Port (sbc + midi) SB OPL3 (sbc + midi) 16550 UART (midi, needs a trick in your hint) CS461x Midi Port (csa + midi) OSS-compatible sequencer (seq) Supported playing software: playmidi (We definitely need more) Notes: /dev/midistat now reports installed midi drivers. /dev/sndstat reports only pcm drivers. We need the new name(pcmstat?). EMU8000(SB AWE) does not sound yet but does get probed so that the OPL3 synth on an AWE card works. TODO: MSS/PCI bridge drivers Midi-tty interface to support general serial devices Modules
* add Billionton 56Kbps Fax Modemsanpei2000-07-101-0/+6
| | | | PR: 18866
* add Ericsson DC23 GSM modem cardsanpei2000-07-101-0/+6
| | | | PR: 18962
* add Compaq Netelligent 10/100 PC Cardsanpei2000-07-101-0/+8
| | | | PR: 19007
* - Remove use of programs in /usr like sed as possible. In thisume2000-07-092-56/+114
| | | | | | | | | time, I have no idea if there is equivalence of printf. So, stf setup still depends on /usr. In addition, prefix(8) and gifconfig(8) are in /usr/sbin. Should we move these into /sbin? - Sync with latest stf behavior. Latest stf doesn't have link-local address. And, latest stf is not gif but stf.
* add Shining PMIDE-ASC CDROMsanpei2000-07-091-0/+6
| | | | PR: 19236
* Add reverse lookup entry for ::1ume2000-07-071-0/+5
| | | | Suggested by: itojun
* Add various system usernames (even though I try to avoid pppd!!!)brian2000-07-061-0/+5
| | | | | PR: 19717 Submitted by: Tony Finch <dot@dotat.at>
* The previous commit changed the df(1) units flag from -k to -h, whichsheldonh2000-07-051-1/+1
| | | | | | | | produced human-readable output. I like this, but it's certainly not something to change willy-nilly without discussion. Revert to -k. Anyway, the new variable allows folks to pick any units flag that fits their fancy.
OpenPOWER on IntegriCloud