summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Missing '$'mtm2003-01-231-1/+1
| | | | Approved by: markm (mentor)(implicit)
* Write out the debug messages (from the previous commit) only ifmtm2003-01-201-5/+11
| | | | | | the evaluated command exists. Approved by: markm (mentor)(implicit)
* Add a missing OR.mtm2003-01-203-6/+6
| | | | Approved by: markm (mentor)(implicit)
* Make the debug messages, for when a script rolls its own start routine,mtm2003-01-181-1/+5
| | | | | | | more usefull. Currently it just says 'xxx_cmd'; whereas with this change it will name the routine that's being run. Approved by: markm (mentor)
* Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).shiba2003-01-181-0/+6
|
* Add Allied Telesis WR211PCM.shiba2003-01-171-0/+6
|
* Add missing ca_ES, lt_LT, sr_YU aliasesache2003-01-171-0/+4
|
* Purely cosmetic change.mtm2003-01-161-1/+1
| | | | | | The # PROVIDE line should precede the # REQUIRE line. Approved by: markm (mentor)
* Add missing lib/X11/xedit/lisp directory.anholt2003-01-161-0/+2
|
* Add rc_debug knob to rc.conf. The code for it has been in rc.subr formtm2003-01-141-0/+1
| | | | | | | | some time now. Document all knobs introduced by rc.d Approved by: markm (mentor) Reviewd by: gordon (earlier revision)
* Finish merging in rev. 1.124 of rc.network, so that natd can be usedmtm2003-01-141-2/+2
| | | | | | | | | | | withough the $natd_interface having to be explicitly specified on the command line. Approved by: markm (mentor) Submitted by: Aaron D. Gifford <agifford@infowest.com> PR: conf/47024 MFC: upon re approval
* Add an entry for the Dlink Air 660 Wireless PC Card.trhodes2003-01-141-0/+6
| | | | | | PR: 46977 Submitted by: gioria Approved by: imp
* Fix the named script to find the correct pid file for themtm2003-01-122-2/+3
| | | | | | | | | | | | named(8) daemon by providing a new rc.conf knob: named_pidfile that defaults to the path specified in the system-installed named.conf(5). Approved by: markm (mentor) Reviewed by: dougb Noticed by : Galen Sampson <galen_sampson@yahoo.com> Dan Pelleg <daniel+bsd@pelleg.org> PR: conf/46402 MFC: 2 weeks (with re@ approval)
* Either compaq has two variants of the WL200, or the old entry isimp2003-01-101-0/+6
| | | | | | | wrong. Go ahead and include a second entry for the WL200 until I can sort this out. Submitted by: Matt Pearce
* Move devd.conf here and install it by default (didn't do a repo copyimp2003-01-092-1/+96
| | | | | | because there's so little history to save). MFC After: 10 millifortnights
* Tighten wording of comment.wollman2003-01-081-2/+2
| | | | Suggested by: gshapiro
* Do not do manually what sendmail(8) can do better automatically.wollman2003-01-082-28/+6
| | | | | Tell sendmail to clean up its own host status cache. The error condition handling could probably be done better.
* Add support for bzip2ed log files.se2003-01-053-3/+21
|
* Comment out imap3@220 and imap4-ssl@585 which are not used.schweikh2003-01-041-4/+6
| | | | | | PR: conf/46294 Submitted by: Larry Rosenman <ler@lerctr.org> MFC after: 2 weeks
* Add 1701/l2tp, layer 2 tunnelling protocol, as per IANA services.schweikh2003-01-041-0/+4
| | | | | | PR: conf/35240 Submitted by: Annihilator <annihilator.c@usa.net> MFC after: 2 weeks
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
| | | | especially in troff files.
* Further sync to kernel make_dev(): since we don't provide group accessrwatson2002-12-311-1/+1
| | | | | | | | | | to /dev/raidctl, don't set the group to operator. (This isn't a storage device, it's a control device). Also, since umask here is already restrictive, we don't need to explicitly set the mode. Submitted by: bde
* add fwmem* and fw*.simokawa2002-12-311-0/+12
|
* Set the mode on the raidctl device to 0600.rwatson2002-12-311-1/+1
| | | | Reviewed by: scottl
* Install /sys/dev/firewire/*.h under /usr/include/dev/firewiresimokawa2002-12-301-0/+2
| | | | for userland utilities.
* Add directories for upcoming ca_ES localeache2002-12-302-0/+12
|
* Synchronize old rc.diskless scripts from new rc.d/ scriptsdillon2002-12-282-23/+52
|
* Redo the initial rc_ng check to avoid rc.conf pollution occuring too early,dillon2002-12-231-14/+34
| | | | | | initdiskless may retarget /etc and various rc.conf files. The initial check is now done in a subshell. Reviewed by: Mike Makonnen <mtm@identd.net>
* Forgot to add rcconf.sh to the Makefile, and forgot to rename rcconf todillon2002-12-222-1/+1
| | | | rcconf.sh in the last commit.
* Do not unconditionally load the configuration files for the RCNG case.dillon2002-12-229-285/+636
| | | | | | | | | | | | | | Instead, load them as part of the rc.d system. This allows us to prioritize the initidiskless script so it runs before the configuration files are loaded and allows us to get rid of the exit 2 hack in /etc/rc. The exit 2 never worked anyway since it did not unset the prior configuration, causing the diskless code to not operate properly. Do a major cleanup and revamping of the diskless code for RCNG. This will be backported to the non-RCNG scripts as well as -stable. With suggestions from: Mike Makonnen <mtm@identd.net> MFC after: 7 days
* Revamp the way rc.diskless1 creates and populates memory filesystems. Makedillon2002-12-211-72/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | the whole thing generic. That is, /conf/base, /conf/default, /conf/${ipba}, and /conf/${ip} are all handled the same way. Introduce an NFS remounting feature via the /conf/base/<dir>/diskless_remount so you can avoid dup'ing system directories in /conf (described in rc file). Introduce a memory filesystem sizing feature via the /conf/base/<dir>/md_size file that allows you to override the default memory filesystem size. Introduce a file containing relative paths to remove for each memory filesystem directory as /conf/base/<dirname>.remove. Make the cpio feature more generic (applies to any filesystem) (aka /conf/base/<dirname>.cpio.gz). Allow any root directories to be created as a memory filesystem via the /conf/*/* mechanism. Replace the copyright notice with a reference to the COPYRIGHT file and do other cleanups. (documentation and man page updates to follow). MFC after: 3 days
* Delay an optional amount of time after booting before starting amckusick2002-12-183-4/+22
| | | | | | | | | background fsck. The delay defaults to sixty seconds to allow large applications such as the X server to start before disk I/O bandwidth is monopolized by fsck. Submitted by: Brooks Davis <brooks@one-eyed-alien.net> Sponsored by: DARPA & NAI Labs.
* Add Web Objects.eric2002-12-171-0/+2
| | | | | Obtained from: IANA Sponsored by: Apple
* Back out the previous commit, since there could be dire consequences ifgreen2002-12-171-3/+3
| | | | /etc/rc were accidentally executed (as requested by other committeers).
* /home/green/tmp/cvsSFosXggreen2002-12-171-3/+3
|
* Add IPP (Internet Printing Protocol) and remove blank lines.eric2002-12-171-6/+2
| | | | | Obtained from: IANA Sponsored by: Apple
* Change the name for the local unix-socket based protocolmbr2002-12-161-1/+1
| | | | | | | | | from "unix" back to "local". Add some compat stuff so both ways work for some time. Reviewed by: phk Approved by: imp (UPDATING) Requested by: iedowse, lukem@netbsd.org
* Bring in the settings from /etc/rc.devfs, which include the vga symlinkdougb2002-12-151-2/+3
| | | | | | | | | that's being replaced here. This is what /etc/rc does now. There is no NetBSD devfs, so there is no compatibility issue. Not objected to by: FreeBSD-rc@yahoogroups.com Approved by: re (murray)
* o Don't consider LOOPBACK devices as configured...imp2002-12-133-3/+6
|
* Renumber divert.fenner2002-12-131-1/+1
| | | | | Forgotten by: fenner Approved by: re (murray)
* o redirect the grep to /dev/nullimp2002-12-124-2/+12
| | | | | | | o use ifn rather than interface in rc.network o merge into rc.d/network1 Approved by: (re blanket)
* Add Remote AppleEvents/PPC Toolbox.eric2002-12-121-0/+2
| | | | | | Approved by: rwatson Obtained from: IANA Sponsored by: Apple
* o Don't do anything if the interface is already up.imp2002-12-112-11/+17
| | | | | | o Only delay in pccard_ether when we're doing dhcp and starting the interface. Approved: (re blanket for devd)
* Avoid using perl in the periodic & security scripts. This brings thekeramida2002-12-075-32/+37
| | | | | | base system one step closer to being totally perl-free. Approved by: re (jhb)
* Make pccardd have -z by default. This fixes a few startup problemsimp2002-12-061-1/+1
| | | | | | | | | where people want to have the cards configured. Lack of -z is a speed optimization. Submitted by: many voices on mobile@ Approved by: re@ (rwatson) MFC after: 3 days
* Since OpenSSH drops privileges before calling pam_open_session(3),des2002-12-031-1/+1
| | | | | | pam_lastlog(8) can't possibly work, so let OpenSSH handle lastlog. Approved by: re (rwatson)
* Don't install old LOMAC include files; do install new mac_lomacrwatson2002-12-031-2/+2
| | | | | | | | include files. Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Two fixes for devd:imp2002-11-301-1/+6
| | | | | 1) Move devd to the start of the head of the boot process rather than the end. 2) Disable devctl if devd is disabled.
* Removed the vestiges of modems(5).ru2002-11-272-35/+1
| | | | Approved by: re
* Update rc scripts to load mac_lomac instead of lomac.rwatson2002-11-262-2/+2
| | | | | | Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
OpenPOWER on IntegriCloud