summaryrefslogtreecommitdiffstats
path: root/etc/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* Bring in rc file changes from -current.jkh1997-04-271-340/+0
|
* Make the use of mousedtype/sysmouse clearer.brian1997-04-101-1/+4
| | | | Suggested by: jkh
* Make a sysconfig variable controlling if teh kernel should acceptguido1997-04-091-1/+7
| | | | | | | nfs requests from non-privileged ports. Change mountd such that it does never set this variable, but only clears it when run with -n. Also document this in the man page.
* Add portmapflags and syslogd flags.pst1997-04-011-1/+7
| | | | Reviewed by: jkh
* Having two knobs until you get a kernel core dump saved is silly.joerg1997-03-161-4/+1
| | | | | | | | | | Leave dumpdev, but kill the savecore variable. Thus, it's still off by default, but all you need is enabling dumpdev now. phk's old argument that savecore might inadvertendly fill up the disk no longer counts, savecore now correctly obeyes a `minfree' file, and we ship our systems with such a file that even has a reasonable default.
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
|
* Fixed comment that did not match code (cursor -> bell).bde1997-01-271-1/+1
|
* As /etc/sysconfig and /etc/rc.i386 is now, you can't modify the sysconsjkh1997-01-241-0/+3
| | | | | | | bell type on boot. Slightly annoying when your system doesn't have a speaker. This adds a `keybell' frob for setting it. Closes PR#2519 Submitted-By: Jonathan Mini <mini@hydrogen.nike.efn.org>
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Minor modifications to the PCCARD startup files and comments.nate1997-01-061-2/+5
| | | | Submitted by: The Nomads
* Typo police.alex1997-01-041-2/+2
|
* ifconfig 127.0.0.1 instead of localhostadam1996-12-101-3/+3
|
* Add knobs for IPX.jhay1996-11-051-2/+14
| | | | 2.2 candidate?
* Add rudimentry support for ifconfig'ing aliases at boot. Also allowpeter1996-10-271-1/+8
| | | | start_if.<if> to do all the work instead if so configured. With examples.
* Add hooks for rpc.ypxfrd in /etc/sysconfig and /etc/rc. Also changewpaul1996-10-211-2/+7
| | | | | a couple of benign cases of 'yppasswdd' to 'rpc.yppasswdd.' (Like rpc.yppasswdd, rpc.ypxfrd should only be run on NIS master servers.)
* Use real device for mousedport, because /dev/mouse usually linkedache1996-09-091-2/+3
| | | | | with /dev/sysmouse when moused is active Add comment about this fact
* Use /dev/mouse for default moused portache1996-09-071-3/+4
| | | | | Add comment explanation how to turn mouse support on particular screen (vidcontrol -m on)
* Add a new "swapfile" variable so that you can add a file as a additionaljkh1996-08-211-1/+5
| | | | swap as the system is coming up.
* Add moused hooks (OFF by default)ache1996-06-231-1/+22
|
* Neaten up some of the comments in here.jkh1996-05-131-1/+4
|
* Remove the comments that suggest people not turnmpp1996-04-261-5/+3
| | | | | | on accounting and quotas because they don't work. They seem to work just fine, and the comments generate too many questions.
* Update the Entropy-Gatherer to reflect a better setup - do notmarkm1996-04-121-6/+12
| | | | | | use IRQ1, as the keyboard hook already gets this timing info. Also some slight improvements to the comments.
* Add skeleton firewall setup(s). Comments very welcome.phk1996-04-031-1/+4
|
* Renamed the relevant PC-Card support files to reflect the newest release.nate1996-03-141-3/+3
|
* PC-CARD hooks. Someday it will actually enable working code. :)nate1996-03-121-1/+32
| | | | | | | | Reviewed by: phk Submitted by: Tatsumi Hosokawa <hosokawa@mt.cs.keio.ac.jp> & BSD Nomads I re-wrote alot of this, but the ideas are based on the code from the most recent pccard-snapshot.
* Correct a typo in the sample AMD flags.jkh1996-03-061-2/+2
|
* "slow downs" --> "slowdowns"adam1996-02-281-2/+2
|
* update suggested flags for rpc.yppasswdd (-t now does what -m used to do)wpaul1996-02-241-3/+3
|
* Remove my previous bogus comment about the relationship between thejkh1996-02-111-4/+5
| | | | | | | | static_routes and defaultrouter variables. I'm glad I looked again, however, as I realized that setting static_routes to NO in the case of a defaultrouter would wind up with a bogus value for static_routes. It doesn't really hurt anything, but it's still wrong so I fixed it. I think this whole routing section of sysconfig needs a revisit - it's getting gross!
* Close conf/1007 and take this opportunity to correct a few long-standingjkh1996-02-091-5/+8
| | | | | bogons with the way static_routes was being handled. Also document the fact that default_router overrides static_routes entirely.
* Close PR conf/589 - amd should only evaluate ${amdflags}.jkh1996-02-091-2/+5
| | | | | | | | While I'm at it, add a commented-out sample amd flags line to sysconfig and drop a sample amd.map file in this directory for easy copying. I know that this file's contents are highly site-variable, but the one I've chosen for an example is also the one I've seen on 99.9% of the amd-using sites I've visited. I think it's a fair default.
* Another round of spelling fixes.mpp1996-01-311-5/+5
|
* Add an option to start mrouted. Off by defaultgpalmer1996-01-291-1/+5
|
* Add (at long last) an option to say if you want to run the printergpalmer1996-01-281-1/+4
| | | | daemon (lpd) or not. Set to run it by default.
* New hack for configuring routers spawns two new variables:jkh1996-01-061-2/+7
| | | | | | router=<some routed> routerflags=<startup flags> Submitted by: Paul Richards et al
* Fixed initialization of $local_startup. sysconfig attempted to runbde1996-01-051-2/+2
| | | | /usr/X11R6/etc/rc.d every time it was sourced.
* Go to new scheme for local_startup variable. Now one can specify multiplejkh1995-12-281-16/+8
| | | | | | | | | | | directories to check in looking for port startup scripts. The specific gunge for apache httpd, gated and pcnfsd in /etc/sysconfig and /etc/netstart is gone now. Note that pcnfsd's troubles aren't necessarily over (and probably why NetBSD brought it into their sources) - anyone adding pcnfsd will STILL have to tweak /etc/sysconfig in order to set the new variable `weak_mountd_authentication' to YES. The flags to mountd are directly affected by pcnfsd's requirements for non-root mounts, unfortunately! :-( Submitted by: paul & jkh
* Put in a user-configurable variable to allow root to select interrupts to bemarkm1995-11-131-1/+21
| | | | used in the entropy-gathering for /dev/random.
* In a moment of weakness, I added the switch for loading the linux LKM,peter1995-10-281-1/+4
| | | | in the same style as the ibcs2 LKM..
* Reword confusing comment.wollman1995-09-291-2/+2
| | | | Requested by: Nate Williams
* local_startup=/usr/local/etc/rc.djkh1995-09-191-2/+2
| | | | | | | | | | [ As suggested by Satoshi - rc.local.d was pretty redundant under /usr/local; duh! :-)] [ -f /etc/rc.local ] && sh /etc/rc.local For backwards compatibilty with non-executable rc.local files. Sorry, Bruce! Submitted by: asami & bde & jkh
* Bring my fixes over from 2.1.jkh1995-09-191-2/+2
|
* Removed startup code for pcnfsd and apache. These don't even existpaul1995-09-181-1/+8
| | | | | | | | | in FreeBSD and should never have got in here. Removed hard-coded /etc/rc.local.d hacks and implemented a more flexible solution. Added a local configuration area to sysconfig.
* Correct a small typo I noticed during my 2.1 merge.jkh1995-09-141-2/+2
|
* Add checks for pcnfsd (flag to mountd must be added in this case)jkh1995-09-141-1/+10
| | | | and Apache httpd, so a user can be brought up to speed quickly.
* Add a "gateway" flag so that user can set up a gateway machine automaticallyjkh1995-08-231-1/+4
| | | | from sysinstall.
* Rmove daemons localization (commented out), produce veryache1995-08-101-13/+1
| | | | | strange effects when contacting with localized daemon from foreign environment.
* Not sure if Rod is still working in these or not, so here goes.wollman1995-07-201-1/+4
| | | | | | Add nis_ypsetflags sysconfig entry and appropriate code in rc to call ypset if needed. Should probably automatically add `-ypsetme' to ypbind flags if this is set.
* Fix a small bug in sysconfig introduced with 1.16. dumpdev needs apeter1995-07-051-3/+3
| | | | | definition, otherwise /etc/rc generates error messages while running "dumpon" Reviewed by: bde
* Optionally set the dump device.bde1995-06-251-1/+7
|
OpenPOWER on IntegriCloud