summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Reviewed by: jkhwes1999-02-092-2/+46
| | | | | | Submitted by: wes Added commentary to ttys to clarify the meaning of the columns. Added commentary to ttys to clarify the meaning of the columns.
* Reviewed by: jkhwes1999-02-091-1/+23
| | | | | Submitted by: wes Added commentary to ttys to clarify the meaning of the columns.
* Install rc.conf properly into /etc/defaults/ directory.jkh1999-02-091-3/+4
|
* Add /etc/defaults.jkh1999-02-091-1/+3
|
* Move rc.conf into defaults/ directory. This is part of a larger seriesjkh1999-02-091-3/+6
| | | | of commits to deal with the rc.conf.site confusion.
* Revamp rc.diskless. Split into rc.diskless1 and rc.diskless2. providedillon1999-02-0911-169/+518
| | | | | more opportunities for overriding. Clean up /etc/rc ( remove conf_dir, remove startup mount special cases, remove other special cases )
* Get rid of $conf_dirdillon1999-02-091-3/+3
|
* Get rid of the conf_dir junk for rc.diskless ( rc.diskless will use adillon1999-02-091-11/+6
| | | | better mechanism ). rc.conf should be considerably more readable now.
* Redirect mail to pseudo-user pop to root.des1999-02-082-2/+4
| | | | | PR: conf/9555 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Bruce gently nudged me into doing this rightmjacob1999-02-053-57/+45
|
* add back ctl for sa and add more unitsmjacob1999-02-043-15/+39
|
* Add bits useful to getting laptops going (my Libretto in particular)markm1999-02-044-6/+32
| | | | | Add ActionTec v.90 modem and Libretto Floppy to pccard database; Autoload pcic device.
* Change vinum_drives to vinum_slicesgrog1999-02-041-2/+2
| | | | Spotted-by: Jake <jake@checker.org>
* Remove commented out definition of FTP_PASSIVE_MODE, it is (and has alwaysasami1999-02-032-12/+2
| | | | | | been) an environment variable and doesn't belong here. Pointed out by: cnh@ems.mindspring.net, sanpei@yy.cs.keio.ac.jp
* Add a entry for zh-FAQ.vanilla1999-01-311-1/+5
|
* Do not try to fetch anti-spam files from gulf.net.jmb1999-01-311-34/+2
| | | | | They nolonger provide a list of spam domains and spam ip address ranges.
* Change variable name vinum_slices to vinum_drives to match the variablegrog1999-01-311-3/+3
| | | | | | | | we set in rc.conf. Background: the `vinum read' command has changed. For a short period of time, it required the names of the slices on which vinum was stored. Now it requires the names of the drives.
* Added /usr/share/examples/svr4newton1999-01-301-1/+3
|
* Added a knob for svr4 to rc.conf (and associated support in rc.i386)newton1999-01-303-3/+14
| | | | Suggested by: jkh
* Unload the splash decoder module when a screen saver module is loaded.yokota1999-01-292-2/+8
| | | | | | | | Strictly speaking, it is not necessary; the screen saver will load even if the splash module is still in memory. But still, it is the right thing to do, otherwise the splash decoder module just wasts the kernel space. Discussed with: des
* If vfs.nfs.diskless_valid does not exist, the conditional failsdillon1999-01-291-2/+3
| | | | | | and spews an error message we'd rather not spew. Fixed. Submitted by: Kevin Street <street@iname.com>
* Now that newsyslog is capable of doing this at a specific time,wollman1999-01-282-14/+6
| | | | | | | let it rotate /var/log/wtmp again, and update monthly/200.accounting to take this into account. (Some sites might want to change the parameters of the rotation; it's easier to do this when it's all centralized in newsyslog.conf.)
* DOH! Did I ever screw that up. Take the /etc prefixes off thejkh1999-01-271-2/+2
| | | | | | filenames. Noted by: Randy Bush <randy@psg.com>
* Add directory structure of diskless examplesdillon1999-01-261-1/+11
|
* Create overrideable MFS filesystem sizes and do a bit of cleanup.dillon1999-01-261-10/+35
|
* Allow /etc/rc.conf.site as well as /etc/rc.conf.local (and add rc_conf_filesjkh1999-01-261-6/+7
| | | | variable for frobbing).
* Remove use of kern.conf_dir sysctl. conf_dir is left as a localdillon1999-01-261-2/+2
| | | | | | | variable and propogates back to /etc/rc where it will be used to locate the rc.local file. The local variable will also be used by /etc/rc.conf. Note that /etc/rc.conf reverts to its prior operation of accessing /etc/rc.conf.local if run standalone.
* Remove sysctl's from rc.conf, there seems to be a concensus thatdillon1999-01-261-7/+4
| | | | | | rc.conf should only contain simple ops. We still keep the conf_dir override, however, and this will be used when rc.conf is run from /etc/rc in a diskless configuration.
* Ripped out EDITOR=ee with extreme prejudice.dg1999-01-261-3/+3
|
* Move reading of rc.conf sooner as requested by Greg. I'm a tad nervouspeter1999-01-261-9/+8
| | | | | | about this becase that makes it get run *before* the filesystems are mounted. If people have added stuff to their rc.conf or rc.conf.local that uses stuff outside of /bin and /sbin, this will break.
* The vinum setup tool automatically loads the vinum module if it's needed,peter1999-01-261-7/+2
| | | | | | there is no need to duplicate the logic here. XXX rc.conf needs to be read sooner..
* Commit first rc.diskless startup plus modifications to rc.conf and Makefiledillon1999-01-253-5/+136
| | | | to make it work. NOTE! Uses new kern.conf_dir sysctl.
* Finish up /etc/rc adjustments to handle diskless read-only-root booting.dillon1999-01-251-21/+42
| | | | This will be followed up by rc.diskless and documentation.
* Introduce rc script for BOOTP 'diskless' boot. Well, not quite disklessdillon1999-01-251-1/+12
| | | | | | | | | since the kernel must be booted from something ( like a floppy ). This script must occur near the beginning of the rc file in order to support read-only NFS mounts, which in turn allows all the BOOTP machines to use the same / and /usr. The companion rc.diskless script is forthcoming.
* Replace a bunch of "ln foo bar"'s with "ln -f foo bar".markm1999-01-242-84/+84
| | | | | | | | This means that if(when) you go "sh MAKEDEV all" in /dev the devices get remade; you don't get errors. A lot of the changes are for info only; they are commented out. Not exactly shot to pieces by: bde
* More libcrypt backout.markm1999-01-241-8/+2
|
* Added comment about how auth_default is used by passwd.brandon1999-01-221-2/+8
|
* Euro support, part 2.imp1999-01-211-1/+37
| | | | | | | | | This should be merged into RELENG_3 and a similar patch may be needed for RELENG_2_2, should that deemed necessary. Make world succeeded with these patches in my tree. Submitted by: "Kaleb S. KEITHLEY" <kaleb@ics.com>
* nuke dset from here.jkh1999-01-201-4/+3
| | | | Reminded by: peter
* Change MASTER_SITE_BACKUP to point to new dir on wcarchive. Merge someasami1999-01-202-4/+10
| | | | MASTER_SITE_* macros from latest bsd.port.mk.
* Rename files to indicate a bit better that they are just sampleshm1999-01-193-11/+11
|
* Add directory /usr/share/examples/isdnhm1999-01-181-1/+3
|
* Only start vinum if vinum_slices variable is non-emptygrog1999-01-181-2/+2
| | | | Reported-by: roberto
* Add hooks for starting vinum at boot time. Set the variablegrog1999-01-172-2/+12
| | | | | | | | vinum_slices to the names of all slices (block device) which are under the control of vinum. The configuration will be read in from each in turn, starting with the most recently updated. Reviewed-by: jkh
* Add some special hooks for sppp(4) interfaces. In addition to thejoerg1999-01-138-8/+112
| | | | | | | | | | | normal ifconfig stuff, one might need to pass down authentication parameters for them. This is closely tied to Hellmuth's impending rc patches for ISDN, but sppp can also be used separately (thus it doesn't go directly into the planned ISDN section of rc.conf). Reviewed by: hm
* Integrate the ISDN subsystem into the /etc/rc frameworkhm1999-01-1311-10/+140
| | | | Reviewed by: Joerg Wunsch
* Oops, I missed a few more /etc/nologin references yesterday. It appearsasami1999-01-121-2/+2
| | | | | | my check of the tree was incomplete. Sorry guys. Reported by: Ben Smithurst <ben@scientia.demon.co.uk>
* Update the default sendmail.cf to be a little more respectable.peter1999-01-121-11/+19
| | | | | | | | | I have not enabled rbl by default, I understand an 'opt-in' is a key part of it's legal protection. Activate a few optional features (access_db, virtusertable, etc) which will operate if (and only if) the corresponding table is created. I've also turned on the MIME buffer overflow checking with sendmail.org's recommended values (256/128).
* Take cdev major # 114 for ugenn_hibma1999-01-122-2/+12
|
* add minimum2 entryjkh1999-01-122-2/+12
|
OpenPOWER on IntegriCloud