aboutsummaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Disconnect libm from the build tree. It's broken, not beingJosef Karthauser2000-05-021-4/+0
| | | | | | | | | | | | maintained, and has been replaced by msun. The libm sources shouldn't be removed just yet as there are parts that should be merged into msun first. PR: misc/17848 Discussed with: phk & bde Notes: svn path=/head/; revision=59897
* Cause modules to build with the kernel build. Modules are removedChuck Robey2000-05-021-0/+1
| | | | | | | | | | | | | from the sys Makefile's SUBDIRs. This is conditioned in make.conf by the NO_MODULES variable and the existence of the modules directory. The actual location of the modules is not modified. Changes in Makefiles only, this does not affect Peter's recent changes. Reviewed by: Peter Wemm, who warned me I would get some flack, and he had the good idea for the NO_MODULES variable. Notes: svn path=/head/; revision=59884
* Fix a couple of easy cases where we make two identical devices.. onePeter Wemm2000-05-011-4/+4
| | | | | | | | | /dev/xxx and one /dev/rxxx. This changes them to a hard link so that less inodes are consumed and so that the permissions are always in sync. There are lots more of these still. Notes: svn path=/head/; revision=59819
* Add lib/X11/locale/zh_TW.Big5.Satoshi Asami2000-04-292-0/+4
| | | | | | | Found by: bento Notes: svn path=/head/; revision=59746
* remove last empty lineAndrey A. Chernov2000-04-271-1/+0
| | | | Notes: svn path=/head/; revision=59717
* Add to defaults/rc.conf a new function source_rc_confs which rcSheldon Hearn2000-04-2711-12/+36
| | | | | | | | | | | | | | | | | | | | scripts may use to source safely overrides in ${rc_conf_files} files. This protects users who insist on the bad practice of copying /etc/defaults/rc.conf to /etc/rc.conf from a recursive loop that exhausts available file descriptors. Several people have expressed interest in breaking this function out into its own shell script. Anyone who wants to embark on such an undertaking would do well to study the attributed PR. PR: 17595 Reported by: adrian Submitted by: Doug Barton <Doug@gorean.org> Notes: svn path=/head/; revision=59674
* Back out the hook to execute the file ${firewall_type}. The intendedBrian S. Dean2000-04-271-3/+1
| | | | | | | | | | | | | purpose of the hook was to provide the ability for a shell program to instantiate the firewall rules instead of forcing them to be statically coded. This functionality was already present through the use of ${firewall_script}, and I see no need to keep the ${firewall_type} hook around. Reminded by: Dag-Erling Smorgrav <des@freebsd.org> Notes: svn path=/head/; revision=59669
* Replace the /dev/stdin, /dev/stdout, and /dev/stderr nodes withChris Costello2000-04-261-3/+3
| | | | | | | | | | | | symlinks to fd/0, fd/1, and fd/2 respectively. This will make things easier for upcoming changes to fdesc (and does not break anything for the current state of things) and hopefully its position as the replacement for our existing static /dev/fd nodes. Suggested (and reviewed) by: phk Notes: svn path=/head/; revision=59639
* Add /bin/tcshAndrey A. Chernov2000-04-201-0/+2
| | | | Notes: svn path=/head/; revision=59434
* Document NO_TCSH knob.David E. O'Brien2000-04-171-0/+1
| | | | Notes: svn path=/head/; revision=59338
* Allow the firewall rules to be established by a shell script insteadBrian S. Dean2000-04-161-1/+3
| | | | | | | | | | of forcing them to be an 'ipfw' rules file. This allows one to determine interface addresses dynamically, etc. The rule is if the file referenced by ${firewall_type} is executable, it is sourced, but if it is just readable, it is used as input to 'ipfw' like before. Notes: svn path=/head/; revision=59270
* Remove pccard.conf.sample from Makefile, sorry I forgot.Mitsuru IWASAKI2000-04-151-1/+1
| | | | Notes: svn path=/head/; revision=59257
* Remove src/etc/pccard.conf.sample. This file is no longer used.Mitsuru IWASAKI2000-04-151-1057/+0
| | | | | | | | | The pccardd default config file is changed to /etc/defaults/pccard.conf. Approved by: imp Notes: svn path=/head/; revision=59255
* Document NO_BIND toggle flag.Jeroen Ruigrok van der Werven2000-04-101-0/+1
| | | | | | | | PR: 17710 Submitted by: Mark Huizer <xaa+sendpr@dohd.cx> Notes: svn path=/head/; revision=59124
* Add a step for showing changes in the way filesystems are mountedSheldon Hearn2000-04-061-0/+17
| | | | | | | | | | today from the way they were mounted yesterday. PR: 17155 Submitted by: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com> Notes: svn path=/head/; revision=59073
* Two changes:Warner Losh2000-04-061-16/+41
| | | | | | | | | 1) Move an cards to after aic, since an sorts after aic. 2) Add awi cards for the new awi drivers. This is a wireless pcmcia card. Notes: svn path=/head/; revision=59059
* Removed unnecessary comma in stf addr printf in hex format,Yoshinobu Inoue2000-04-062-2/+2
| | | | | | | | | which I mysteriously added. Submitted by: ume Notes: svn path=/head/; revision=59056
* MFPAO: support wildcard entry for generic serial and fixedMitsuru IWASAKI2000-04-051-0/+20
| | | | | | | | | | | | disk as fallthrough entry. Submitted by: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>, iwasaki Reviewed by: imp, -mobile ML and nomads ML in Japan Obtained from: http://www.freebsd.org/~iwasaki/pccard/pccardd-generic.diff http://home.jp.freebsd.org/~sanpei/4-current/usr.sbin-pccard-pccardd.diff Notes: svn path=/head/; revision=59053
* Do not report blocked out NIS password entries as passwordless.Sheldon Hearn2000-04-051-1/+1
| | | | | | | Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU> Notes: svn path=/head/; revision=59040
* Add an example of how to tweak CXXFLAGS in a make.conf file.David E. O'Brien2000-04-041-0/+6
| | | | | | | | This is in responce to several people breaking their world builds by incorrectly assigning to CXXFLAGS. Notes: svn path=/head/; revision=59006
* Enable etc/defaults/pccard.conf which is default configuration fileMitsuru IWASAKI2000-04-033-2/+9
| | | | | | | | | | | | | for pccardd. Please install /etc/defaults/pccard.conf and update /etc/defaults/rc.conf as well. Note that old pccard.conf.sample still remains for while but no longer to be maintained. Reviewed by: imp, -mobile ML and nomads ML in Japan. Notes: svn path=/head/; revision=58979
* Entry for Zip drive no longer needed. We do automatic rescans on connectNick Hibma2000-04-031-10/+0
| | | | | | | now. Notes: svn path=/head/; revision=58973
* Add a NO_MAILWRAPPER knob to make.conf and wrap it aroundSheldon Hearn2000-03-311-0/+1
| | | | | | | | | | mailwrapper(8) for folks who find it annoying to have their development version of sendmail blown away by ``make world''. PR: 17394 Notes: svn path=/head/; revision=58859
* Fix english.Yoshinobu Inoue2000-03-291-1/+1
| | | | | | | Specified by: sheldonh Notes: svn path=/head/; revision=58791
* Avoid using sed and awk in configure script.Yoshinobu Inoue2000-03-282-8/+12
| | | | | | | | | TODO: also replace other sed and awk usages. Submitted by: wollman Notes: svn path=/head/; revision=58753
* Add a configuration options which enable/disable IPv4 mapped IPv6 addrYoshinobu Inoue2000-03-283-0/+24
| | | | | | | | | support. Suggested and Reviewed by: ume Notes: svn path=/head/; revision=58752
* Clarify the disposition of hosts.deny and provide a logicallyChris Timmons2000-03-281-6/+5
| | | | | | | | | consistent portmap example rule. Reviewed by: obrien, markm Obtained-good-ideas from: obrien Notes: svn path=/head/; revision=58750
* Add a sysctl to specify the amount of UDP receive space NFS shouldMatthew Dillon2000-03-278-0/+36
| | | | | | | | | | | | | | reserve, in maximal NFS packets. Originally only 2 packets worth of space was reserved. The default is now 4, which appears to greatly improve performance for slow to mid-speed machines on gigabit networks. Add documentation and correct some prior documentation. Problem Researched by: Andrew Gallatin <gallatin@cs.duke.edu> Approved by: jkh Notes: svn path=/head/; revision=58710
* s/grep/grep -qDan Moschuk2000-03-271-1/+1
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=58678
* Update CFLAGS documentationKris Kennaway2000-03-271-1/+7
| | | | Notes: svn path=/head/; revision=58648
* Doug Ambrisko recommends not using minor 0-127 yet (Hardware flowNick Hibma2000-03-261-1/+2
| | | | | | | control) Notes: svn path=/head/; revision=58638
* Add the entry for usio, major 138Nick Hibma2000-03-261-0/+6
| | | | Notes: svn path=/head/; revision=58600
* o Improve the comment concerning rebuilding the database using cap_mkdb --Robert Watson2000-03-261-6/+4
| | | | | | | | | | it's not a speed thing, it's a correctness thing :-) o Reorder the path slightly to be more consistent Reviewed by: jhb Notes: svn path=/head/; revision=58579
* Comb through my mailboxes, trying to merge all the entries that othersWarner Losh2000-03-262-10/+156
| | | | | | | | | | | | | | | | | | | | | | have set me. This goes from now back to sometime in January 2000. Last years' entries might result in more. But it will need to wait for another time. o XJEM3288 entry (Ron Rosson <insane@lunatic.oneinsane.net>) o Fix Xircom CreditCard Modem 56 entry ("Juriy Goloveshkin <juriy@avias.com> ") o Add pcmcia cd-rom entry from juriy as well, even though it doesn't work o Add Intellegent Modem (sos) o 3C562 entries (Marat Fayzullin <fms@cs.umd.edu>) o Digiteam expresso modem (joerg_wunsch) o RFI Hotline serial card (joerg_wunsch) o EP401 Ethernet (jkoshy) o Novatel wireless modem (nsayer) o Intel modem 2400+ (aka US Roboitcs Worldport 14400) (sos) o Option I18n GSM fax modem (markm) o Toshiba SLIMV90 (roberto) Notes: svn path=/head/; revision=58578
* Fix a misspelling in the comments for tha IPv6 auth service and change themJohn Baldwin2000-03-251-2/+2
| | | | | | | to more closely resembles those in the IPv4 sction. Notes: svn path=/head/; revision=58574
* Synchronize login.conf default path with skel/dot.cshrc and root/dot.cshrcRobert Watson2000-03-251-1/+1
| | | | Notes: svn path=/head/; revision=58572
* o Migrate path, umask from dot.login to dot.cshrcRobert Watson2000-03-252-15/+13
| | | | | | | | | | | | | | | | | | | | | | | | | o Comment out display of fortune by default. o Synch root's .cshrc/.login and non-root's .cshrc/.login in terms of gratuitous variables set (EDITOR). o Remove some commented out variables set inconsistently or gratuitously, such as Interviews settings, 8-bit German locale for root only. o Synchronize comments in header, as well as references to appropriate man pages. o Remove MANPATH setting as apparently /etc/manpath.config does all that already. Similar changes probably need to be made in other dot.* files for root and skel, as all of these files seem to set different aliases, environmental variables, prompts, and have different semantics. As a result of this patch, leaving aside the setting of a special prompt for root, users of csh and tcsh should find similar environments when logging in or su'ing to any account using that shell. Reviewed by: asmodai, nbm, will Notes: svn path=/head/; revision=58570
* Only tell the user that we're Mounting NFS file systems when we have NFSDan Moschuk2000-03-251-4/+6
| | | | | | | | | | file systems to mount. PR: 17594 Submitted by: Doug Barton <Doug@gorean.org> Notes: svn path=/head/; revision=58566
* Add ${X11BASE}/lib/aout.Satoshi Asami2000-03-252-0/+4
| | | | Notes: svn path=/head/; revision=58540
* Move "Melco Airconnect" entry to correct place.Jun Kuriyama2000-03-232-8/+8
| | | | Notes: svn path=/head/; revision=58471
* Add the DOC_LANG variable, and associated documentary comments.Nik Clayton2000-03-221-0/+6
| | | | Notes: svn path=/head/; revision=58449
* Add a knob to turn off the mostly static docs (src/share/doc/).David E. O'Brien2000-03-211-0/+1
| | | | | | | | | | | | | | On a K6-2/450 with fairly fast SCSI disks, building+installing src/share/ takes 2m51.3s, where src/share/doc/ is 1m9.9s of that. However on a slow Alpha (233MHz) the times are 7m39.3s and 4m58.3s respectively. This commit allows one to speed up their build time, without not getting any important and required changes if one used "NOSHARE". Notes: svn path=/head/; revision=58418
* Make syslogd boot -s by default, which prevents Bad People from filling upBill Fumerola2000-03-201-1/+1
| | | | | | | | | | | your diskspace. PR: conf/15737 Submitted by: Kevin Day <toasty@dragondata.com> (PR) Nick Johnson <freebsd@spatula.net> (on -current) Notes: svn path=/head/; revision=58400
* Document NOUUCP switchDan Moschuk2000-03-201-0/+1
| | | | Notes: svn path=/head/; revision=58390
* Add and document a NO_X knob to force disabling of X support in doscmdKris Kennaway2000-03-191-0/+1
| | | | | | | Requested by: sysop@silver.komanda.com.ua Notes: svn path=/head/; revision=58280
* Add the entries for urio.Nick Hibma2000-03-181-1/+8
| | | | Notes: svn path=/head/; revision=58242
* Correct $FreeBSD tags to include the (missing) ``:'', restoring the tagsRobert Watson2000-03-183-3/+3
| | | | | | | to a useful condition. Notes: svn path=/head/; revision=58193
* Add the aue ethernet interface as wellNick Hibma2000-03-161-2/+2
| | | | | | | Submitted by: Can't remember and can't find it either. Notes: svn path=/head/; revision=58137
* Entries are now SORTED in this file. They are sorted first by theWarner Losh2000-03-162-1252/+1294
| | | | | | | | | | | | | | | | driver that they use, followed by the MFG CIS string, followed by the model CIS. Future entries *WILL* follow this convention, or I'll be grumpy. Please let me know if this messes anybody up. There were one or two pentries that were duplicated. Some were removed since they were identical, others were left in place. Approved, in principle, by the nomads mailing list. Notes: svn path=/head/; revision=58129
* Rescan the SCSI bus of just-added aic devices, so they can be usedDaniel C. Sobral2000-03-132-0/+4
| | | | | | | during installation. Notes: svn path=/head/; revision=58023