summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* DTRT for acd/wcd backwards compatibilityjkh1999-02-142-20/+28
|
* Use more sensible defaults.jkh1999-02-141-1/+1
|
* Correct various mentions of rc.confjkh1999-02-131-21/+10
|
* jkh accidently removed rc.diskless1 & 2, then put rc.diskless back whendillon1999-02-121-2/+2
| | | | | | he moved rc.conf. Then he deleted rc.diskless when it ( of course ) didn't work. Now I'm putting the originally accidently removed rc.diskless{1,2} back in.
* Add /usr/share/examples/ppp directorybrian1999-02-116-558/+5
| | | | | Don't install /etc/ppp/ppp.*.example Remove ppp/ppp.{conf,linkup,linkdown,secret}.sample
* This tries to install rc.diskless, but there is no such file.jkh1999-02-111-2/+2
| | | | | I don't know which of the two to install in its place so just remove it for now and get the release build working again.
* Our default /etc/dhclient.conf.obrien1999-02-101-0/+8
|
* Use /etc/defaults/rc.conf everywhere, falling back to /etc/rc.confjkh1999-02-1010-26/+42
| | | | as necessary (for half-assed upgrades).
* Install a little, erm, less from the etc/defaults directory.jkh1999-02-101-2/+2
|
* 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
|
OpenPOWER on IntegriCloud