summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Back out 1.143 and 1.144. They are no longer needed now that we startimp2003-02-122-12/+0
| | | | | | devd later in the boot process. This should fix all the problems people have had with those commits. Diskless should be working again, and those that mount /usr with nfs should be able to do that again too.
* Start devd after the networking stuff, but before we mount theimp2003-02-121-2/+2
| | | | | | | | | | | critical remote systems. This lets us run commands from devd that aren't on the / partition. This also means we can remove some kludges from the networking startup that I added a while ago that caused other problems. There's still a race in starting devd that needs to be fixed in devd so that things present at boot will be configured by the time devd does daemon(). That race will be fixed later.
* Now that we don't have the NODEVFS case, we can just check to see if aimp2003-02-121-0/+3
| | | | | | | device node exists directly to see if OLDCARD is compiled into the kernel. This eliminates the scary warning that people using NEWCARD are seeing when they have pccard_enable=YES in their /etc/rc.conf files.
* Apply man.alias to /usr/share/openssl/man tooache2003-02-111-0/+8
|
* Install the OpenSSL man pages in /usr/share/openssl/mannectar2003-02-102-0/+21
| | | | and remove the WANT_OPENSSL_MANPAGES knob.
* Major cleanup & homogenization.des2003-02-1014-131/+150
|
* No idea what this is for, and it doesn't make much sense. If a port needsdes2003-02-101-8/+0
| | | | it, it can install its own copy in /usr/local/etc/pam.d/.
* There's no reason to have two identical policies for FTP servers, sodes2003-02-102-26/+5
| | | | make ftp a symlink to ftpd.
* Set the expected permissions of /dev to 0555 since this is what devfsjoerg2003-02-091-1/+1
| | | | | is using anyway. Otherwise, "make installworld" insists on resetting them to 0755.
* Allow multiple aliases files to be rebuiltgshapiro2003-02-081-3/+5
| | | | | | PR: bin/40540 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> MFC after: 3 days
* /etc/rc.network isn't built to handle a value of "DEFAULT" (nor should itgshapiro2003-02-081-1/+1
| | | | | | | | | | | | be). Using that string leads rc.network to execute: # sysctl -w vfs.nfs.bufpackets=DEFAULT vfs.nfs.bufpackets: 4 -> 0 Which isn't what was intended. PR: conf/31280 MFC after: 3 days
* Add a comment regarding the use of the msgs alias with sendmail to helpgshapiro2003-02-081-0/+4
| | | | | | users who want to enable it. PR: misc/39951
* Install geom include files.phk2003-02-081-0/+2
|
* Misc grammar, typo and wording fixes of comments.keramida2003-02-071-11/+11
| | | | | PR: docs/41034 Submitted by: Chris Pepper <pepper@rockefeller.edu>
* Add a header: #!/bin/sh.trhodes2003-02-063-0/+3
| | | | PR: 44363
* Use pam_group(8) instead of pam_wheel(8).des2003-02-061-1/+1
|
* NODEVFS cleanup.ru2003-02-051-2/+0
|
* ep(4) does not have link0 and link1 options.maxim2003-02-041-3/+2
| | | | | | | PR: conf/46651 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> Reviewed by: imp, mdodd MFC after: 1 week
* Don't enable pam_krb5 by default - most people don't have it since mostdes2003-02-031-2/+2
| | | | | | | people don't build with MAKE_KERBEROS5 defined. Provide commented-out usage examples instead, like we do everywhere else. Pointy hat to: des
* Enable pam_krb5 for sshd. I've had this in my tree for ages.des2003-02-021-0/+2
|
* NODEVFS cleanup: Goodbye, and good riddance!phk2003-02-012-1828/+0
|
* NODEVFS cleanup: Don't ever install MAKEDEV anymore.phk2003-02-011-7/+0
|
* Re-add information for applying for IP space from a registry since thatdbaker2003-01-281-1/+2
| | | | | | | | | hasn't been included since the ancient rs.internic.net address was removed. Offer the option of the five regional registries. MFC after: 3 days
* Change ofwcons to use the output-device property from the firmware for thejake2003-01-271-4/+4
| | | | | | | | | | name of the device that it creates. Update /etc/ttys accordingly. An alias is created for the old name so that old /etc/ttys will continue to work, but due to aliases being implemented as symlinks in devfs you cannot login as root when using the alias device. Discussed with: grehan
* NETWORKING should also mean routing daemons are up.mtm2003-01-255-8/+5
| | | | Approved by: markm (mentor)
* Start isdnd before ppp for those folks who use ppp-over-isdn.mtm2003-01-254-5/+4
| | | | Approved by: markm (mentor)
* Read /etc/rc.subr.mtm2003-01-251-0/+2
| | | | | Approved by: markm (mentor)(implicit) Noticed by: kris
* Cleanup as many instances of rc.conf variable use beforemtm2003-01-247-17/+16
| | | | | | calling load_rc_config(). Approved by: markm (mentor) dougb
* 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
OpenPOWER on IntegriCloud