summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Now that the scripts in our ports support this, call the scriptstg2000-07-051-1/+29
| | | | in ${local_startup} with the `stop' option on shutdown.
* Introduce a new option, daily_status_disks_df_flags, which specifiessheldonh2000-07-052-1/+2
| | | | | | | | | | the command-line arguments to be used for the call to df(1) when daily_status_disks_enable is set to YES. The name of the new variable was chosen by the maintainer of our periodic hierarchy, Brian Somers. PR: 19631
* Fix typo: "managment" -> "management".sheldonh2000-07-051-2/+2
| | | | | PR: 19689 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
* Fix site_perl hierarchyache2000-07-041-7/+1
|
* Delete the RSAREF=YES example from make.conf - it is not used at all.peter2000-07-031-4/+16
| | | | Add knobs for the optional crypto parts with some notes.
* Follow-up commit to today's gnu/usr.bin/perl commit; serial numbermarkm2000-07-023-4/+4
| | | | brought inline with Perl standards.
* Update cons* entries from termcapache2000-06-301-13/+71
|
* Add $daily_status_mail_rejects_logs, defaulting to 3 to controlbrian2000-06-302-2/+12
| | | | | | how many /var/log/maillog* files to check PR: 19587
* Correct two variable namesbrian2000-06-301-3/+3
| | | | | Mostly submitted by: howardjp@wam.umd.edu PR: 19567
* Add "mach" dir for perl, that's where it installs a lot of stuff now.asami2000-06-291-0/+2
|
* Added 400.status-pkg.joe2000-06-281-0/+1
| | | | Forgotten by: brian
* Fix a commentbrian2000-06-281-1/+1
| | | | Submitted by: joe
* Add weekly_status_pkg_enable (defaults to NO)brian2000-06-272-0/+23
|
* Add BDECFLAGS so people can use them easily in /etc/make.conf.obrien2000-06-261-0/+9
|
* Force the link from 3dfx# -> 3dfx, so that it doesn't bail with "filecokane2000-06-261-1/+1
| | | | exists"
* Version number and directory changes for Perl 5.006.markm2000-06-253-4/+26
|
* Clean up all the old setup code for the old /dev/random. This will bemarkm2000-06-254-30/+1
| | | | revisited when the new /dev/random is done.
* Allow compressed acct filesbrian2000-06-252-0/+11
| | | | | PR: 19483 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Add 3dfxN to MAKEDEV, automatically links 3dfx to the last 3dfxN made.cokane2000-06-241-0/+7
|
* Fix installworld-breaking bracket hanging around from last commit.nbm2000-06-231-1/+1
|
* daily_status_network_enable -> daily_status_network_usednsbrian2000-06-231-1/+1
| | | | Submitted by: Alexander Leidinger <Alexander@leidinger.net>
* Install a VGA font for the X11 mode. Use a line liketg2000-06-231-0/+2
| | | | | | | | | xset fp+ /usr/libdata/doscmd/fonts in your .xsession to activate it. Document X11_FONT option in .doscmdrc. Open window if $DISPLAY is set.
* Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf.brian2000-06-2334-281/+903
| | | | | | | The only change in the default functionality should be that the output reports are slightly more verbose WRT files deleted. Not objected to by: freebsd-arch
* Add -s -a and -m flags for supressing the subject line, ignoring amdbrian2000-06-231-6/+17
| | | | | mounts and ignoring mfs mounts. Default functionality stays the same.
OpenPOWER on IntegriCloud