summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* compliance with RFC3152.ume2002-11-261-0/+7
| | | | | | PR: standards/45557 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: re
* Clarify adjkerntz(8) note and use complete sentences in comments.tom2002-11-221-6/+5
| | | | | PR: misc/45493 Approved by: re (rwatson)
* Make directory for bluetooth include files.julian2002-11-211-0/+4
|
* Do not emit a message on stderr when one of the compared filesthomas2002-11-161-1/+1
| | | | | | | is shorter than the other. Reviewed by: roberto MFC after: 3 days
* Remove incorrect output redirection.thomas2002-11-161-1/+1
| | | | | | Reviewed by: roberto Committed from: EuroBSDCon Amsterdam MFC after: 3 days
* Backout rev. 1.263.ru2002-11-151-2/+0
| | | | Approved by: jmallett
* Fixed two typos in comments.ru2002-11-151-2/+2
|
* [DAIVD O'BRIEN's OPINION]obrien2002-11-121-6/+0
| | | | Head off what I think is an abuse of the TRB, and disable lukemftpd.
* Turn off devd until I have a devd.conf file that I can install oneimp2002-11-121-1/+1
| | | | that does no harm.
* Add devd_enableimp2002-11-101-0/+1
| | | | Submitted by: dougb
* By popular demand, make the debug log to syslog.gordon2002-11-091-1/+3
| | | | Remove an extraneous return too.
* Add devd to the mix. It should run basically last at this point.imp2002-11-092-1/+18
| | | | # I've tested this, but only lightly, so please email me with problems.
* Diff reduction to NetBSD:gordon2002-11-081-19/+16
| | | | | | | | | | | | | Fix a minor grammer nit. Get rid of _echo that uses logger and just call logger in the 3 routines that need it. Add a comment referencing rc.conf(5) in the case of an incorrectly set variable. This pulls rc.subr up to 1.51 of rc.subr. I skipped 1.49 (systrace support) since I don't have systrace. Obtained from: NetBSD
* Import the latest hints file from Internic. The most important changedougb2002-11-061-13/+13
| | | | | is that J has moved, however I'm sure you'll all be very disappointed to hear that you can no longer retrieve this file via gopher.
* Force rpcbind to start even if it wasn't enabled. This solves the ypbindfenner2002-11-041-0/+10
| | | | | | problems people were having at startup. Approved by: re
* Restore /var/games; lots of ports' games use it.markm2002-11-041-0/+3
|
* Add IPv6 setup for ipfilter. `ipv6_ipfilter_rules' was addedume2002-11-023-9/+37
| | | | | | | | | to specify rules definition file for ipfilter. The default is /etc/ipf6.rules. If there is a file which is specified by 'ipv6_ipfilter_rules', IPv6 rule is installed. Reviewed by: Ronald van der Pol <Ronald.vanderPol@rvdp.org> MFC after: 1 week
* Wrap test case in an if statement to avoid crunching a return value.gordon2002-10-311-1/+3
|
* Remove Perl bits still lurking in BSD.local.dist. It is atobez2002-10-291-18/+0
| | | | | | responsibility of lang/perl5 to deal with those nowadays. Requested by: kkenn
* Tweak the warning language.obrien2002-10-291-4/+4
|
OpenPOWER on IntegriCloud