summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Don't try to deal with vi.recover if the directory doesn't existdougb2003-02-211-0/+1
| | | | | PR: conf/24515 Submitted by: Jeroen C. van Gelderen <jeroen@systemics.com>
* We stopped reloading rc.conf for each script a long time ago. Thingsmtm2003-02-161-2/+2
| | | | | | | shouldn't depend on that any more. PR: conf/48332 Approved by: markm (mentor)(implicit)
* Alphabetize.des2003-02-161-9/+9
|
* Back out previous commit now that pam_opieaccess(8) has an allow_localdes2003-02-161-1/+1
| | | | option.
* Add the allow_local option to all pam_opieaccess entries.des2003-02-166-6/+6
|
* Add the want_agent option to the commented-out "session" pam_ssh entry.des2003-02-161-1/+1
|
* Allow password logins from localhost (including the console).des2003-02-151-1/+1
|
* Remove {man,cat}n from /usr/share/man. They had been added for TCL,keramida2003-02-151-10/+0
| | | | | | | but it's no longer a part of the base-system and buildworld works fine here after deleting them both on disk and from the mtree spec files. Not objected to by: kris, silence on -audit
* kenv moved from /usr/bin/ to /bin/.jhay2003-02-154-12/+12
|
* Add another backslash ('\').jhay2003-02-153-3/+3
|
* Add YIS YWL-11B.shiba2003-02-151-0/+6
|
* When cleaning /var/run make sure the control files are not removedmtm2003-02-152-2/+6
| | | | | | | | unconditionally when the script is being rerun (when it is called with the reload argument). PR: conf/47517 Approved by: markm (mentor)
* 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)
OpenPOWER on IntegriCloud