aboutsummaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
| | | | | | | especially in troff files. Notes: svn path=/head/; revision=108533
* Further sync to kernel make_dev(): since we don't provide group accessRobert Watson2002-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 Notes: svn path=/head/; revision=108507
* add fwmem* and fw*.Hidetoshi Shimokawa2002-12-311-0/+12
| | | | Notes: svn path=/head/; revision=108487
* Set the mode on the raidctl device to 0600.Robert Watson2002-12-311-1/+1
| | | | | | | Reviewed by: scottl Notes: svn path=/head/; revision=108486
* Install /sys/dev/firewire/*.h under /usr/include/dev/firewireHidetoshi Shimokawa2002-12-301-0/+2
| | | | | | | for userland utilities. Notes: svn path=/head/; revision=108433
* Add directories for upcoming ca_ES localeAndrey A. Chernov2002-12-302-0/+12
| | | | Notes: svn path=/head/; revision=108427
* Synchronize old rc.diskless scripts from new rc.d/ scriptsMatthew Dillon2002-12-282-23/+52
| | | | Notes: svn path=/head/; revision=108350
* Redo the initial rc_ng check to avoid rc.conf pollution occuring too early,Matthew 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> Notes: svn path=/head/; revision=108200
* Forgot to add rcconf.sh to the Makefile, and forgot to rename rcconf toMatthew Dillon2002-12-222-1/+1
| | | | | | | rcconf.sh in the last commit. Notes: svn path=/head/; revision=108192
* Do not unconditionally load the configuration files for the RCNG case.Matthew 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 Notes: svn path=/head/; revision=108191
* Revamp the way rc.diskless1 creates and populates memory filesystems. MakeMatthew Dillon2002-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 Notes: svn path=/head/; revision=108145
* Delay an optional amount of time after booting before starting aKirk McKusick2002-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. Notes: svn path=/head/; revision=108018
* Add Web Objects.Eric Melville2002-12-171-0/+2
| | | | | | | | Obtained from: IANA Sponsored by: Apple Notes: svn path=/head/; revision=108008
* Back out the previous commit, since there could be dire consequences ifBrian Feldman2002-12-171-3/+3
| | | | | | | /etc/rc were accidentally executed (as requested by other committeers). Notes: svn path=/head/; revision=108002
* /home/green/tmp/cvsSFosXgBrian Feldman2002-12-171-3/+3
| | | | Notes: svn path=/head/; revision=107994
* Add IPP (Internet Printing Protocol) and remove blank lines.Eric Melville2002-12-171-6/+2
| | | | | | | | Obtained from: IANA Sponsored by: Apple Notes: svn path=/head/; revision=107988
* Change the name for the local unix-socket based protocolMartin Blapp2002-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 Notes: svn path=/head/; revision=107952
* Bring in the settings from /etc/rc.devfs, which include the vga symlinkDoug Barton2002-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) Notes: svn path=/head/; revision=107919
* o Don't consider LOOPBACK devices as configured...Warner Losh2002-12-133-3/+6
| | | | Notes: svn path=/head/; revision=107841
* Renumber divert.Bill Fenner2002-12-131-1/+1
| | | | | | | | Forgotten by: fenner Approved by: re (murray) Notes: svn path=/head/; revision=107817
* o redirect the grep to /dev/nullWarner Losh2002-12-124-2/+12
| | | | | | | | | | o use ifn rather than interface in rc.network o merge into rc.d/network1 Approved by: (re blanket) Notes: svn path=/head/; revision=107774
* Add Remote AppleEvents/PPC Toolbox.Eric Melville2002-12-121-0/+2
| | | | | | | | | Approved by: rwatson Obtained from: IANA Sponsored by: Apple Notes: svn path=/head/; revision=107765
* o Don't do anything if the interface is already up.Warner Losh2002-12-112-11/+17
| | | | | | | | | o Only delay in pccard_ether when we're doing dhcp and starting the interface. Approved: (re blanket for devd) Notes: svn path=/head/; revision=107761
* Avoid using perl in the periodic & security scripts. This brings theGiorgos Keramidas2002-12-075-32/+37
| | | | | | | | | base system one step closer to being totally perl-free. Approved by: re (jhb) Notes: svn path=/head/; revision=107674
* Make pccardd have -z by default. This fixes a few startup problemsWarner Losh2002-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 Notes: svn path=/head/; revision=107655
* Since OpenSSH drops privileges before calling pam_open_session(3),Dag-Erling Smørgrav2002-12-031-1/+1
| | | | | | | | | pam_lastlog(8) can't possibly work, so let OpenSSH handle lastlog. Approved by: re (rwatson) Notes: svn path=/head/; revision=107553
* Don't install old LOMAC include files; do install new mac_lomacRobert Watson2002-12-031-2/+2
| | | | | | | | | | | include files. Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/head/; revision=107547
* Two fixes for devd:Warner Losh2002-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. Notes: svn path=/head/; revision=107397
* Removed the vestiges of modems(5).Ruslan Ermilov2002-11-272-35/+1
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107318
* Update rc scripts to load mac_lomac instead of lomac.Robert Watson2002-11-262-2/+2
| | | | | | | | | Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/head/; revision=107280
* compliance with RFC3152.Hajimu UMEMOTO2002-11-261-0/+7
| | | | | | | | | PR: standards/45557 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: re Notes: svn path=/head/; revision=107254
* Clarify adjkerntz(8) note and use complete sentences in comments.Tom Hukins2002-11-221-6/+5
| | | | | | | | PR: misc/45493 Approved by: re (rwatson) Notes: svn path=/head/; revision=107171
* Make directory for bluetooth include files.Julian Elischer2002-11-211-0/+4
| | | | Notes: svn path=/head/; revision=107123
* Do not emit a message on stderr when one of the compared filesThomas Quinot2002-11-161-1/+1
| | | | | | | | | | is shorter than the other. Reviewed by: roberto MFC after: 3 days Notes: svn path=/head/; revision=106988
* Remove incorrect output redirection.Thomas Quinot2002-11-161-1/+1
| | | | | | | | | Reviewed by: roberto Committed from: EuroBSDCon Amsterdam MFC after: 3 days Notes: svn path=/head/; revision=106987
* Backout rev. 1.263.Ruslan Ermilov2002-11-151-2/+0
| | | | | | | Approved by: jmallett Notes: svn path=/head/; revision=106958
* Fixed two typos in comments.Ruslan Ermilov2002-11-151-2/+2
| | | | Notes: svn path=/head/; revision=106946
* [DAIVD O'BRIEN's OPINION]David E. O'Brien2002-11-121-6/+0
| | | | | | | Head off what I think is an abuse of the TRB, and disable lukemftpd. Notes: svn path=/head/; revision=106817
* Turn off devd until I have a devd.conf file that I can install oneWarner Losh2002-11-121-1/+1
| | | | | | | that does no harm. Notes: svn path=/head/; revision=106797
* Add devd_enableWarner Losh2002-11-101-0/+1
| | | | | | | Submitted by: dougb Notes: svn path=/head/; revision=106723
* By popular demand, make the debug log to syslog.Gordon Tetlow2002-11-091-1/+3
| | | | | | | Remove an extraneous return too. Notes: svn path=/head/; revision=106700
* Add devd to the mix. It should run basically last at this point.Warner Losh2002-11-092-1/+18
| | | | | | | # I've tested this, but only lightly, so please email me with problems. Notes: svn path=/head/; revision=106688
* Diff reduction to NetBSD:Gordon Tetlow2002-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 Notes: svn path=/head/; revision=106643
* Import the latest hints file from Internic. The most important changeDoug Barton2002-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. Notes: svn path=/head/; revision=106493
* Force rpcbind to start even if it wasn't enabled. This solves the ypbindBill Fenner2002-11-041-0/+10
| | | | | | | | | problems people were having at startup. Approved by: re Notes: svn path=/head/; revision=106431
* Restore /var/games; lots of ports' games use it.Mark Murray2002-11-041-0/+3
| | | | Notes: svn path=/head/; revision=106403
* Add IPv6 setup for ipfilter. `ipv6_ipfilter_rules' was addedHajimu UMEMOTO2002-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 Notes: svn path=/head/; revision=106333
* Wrap test case in an if statement to avoid crunching a return value.Gordon Tetlow2002-10-311-1/+3
| | | | Notes: svn path=/head/; revision=106231
* Remove Perl bits still lurking in BSD.local.dist. It is aAnton Berezin2002-10-291-18/+0
| | | | | | | | | responsibility of lang/perl5 to deal with those nowadays. Requested by: kkenn Notes: svn path=/head/; revision=106154
* Tweak the warning language.David E. O'Brien2002-10-291-4/+4
| | | | Notes: svn path=/head/; revision=106117