aboutsummaryrefslogtreecommitdiff
path: root/etc/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* Bring in rc file changes from -current.Jordan K. Hubbard1997-04-271-340/+0
| | | | Notes: svn path=/head/; revision=25184
* Make the use of mousedtype/sysmouse clearer.Brian Somers1997-04-101-1/+4
| | | | | | | Suggested by: jkh Notes: svn path=/head/; revision=24770
* Make a sysconfig variable controlling if teh kernel should acceptGuido van Rooij1997-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. Notes: svn path=/head/; revision=24759
* Add portmapflags and syslogd flags.Paul Traina1997-04-011-1/+7
| | | | | | | Reviewed by: jkh Notes: svn path=/head/; revision=24463
* Having two knobs until you get a kernel core dump saved is silly.Joerg Wunsch1997-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. Notes: svn path=/head/; revision=23939
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-231-1/+1
| | | | Notes: svn path=/head/; revision=23037
* Fixed comment that did not match code (cursor -> bell).Bruce Evans1997-01-271-1/+1
| | | | Notes: svn path=/head/; revision=22026
* As /etc/sysconfig and /etc/rc.i386 is now, you can't modify the sysconsJordan K. Hubbard1997-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> Notes: svn path=/head/; revision=21972
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Minor modifications to the PCCARD startup files and comments.Nate Williams1997-01-061-2/+5
| | | | | | | Submitted by: The Nomads Notes: svn path=/head/; revision=21365
* Typo police.Alexander Langer1997-01-041-2/+2
| | | | Notes: svn path=/head/; revision=21314
* ifconfig 127.0.0.1 instead of localhostAdam David1996-12-101-3/+3
| | | | Notes: svn path=/head/; revision=20272
* Add knobs for IPX.John Hay1996-11-051-2/+14
| | | | | | | 2.2 candidate? Notes: svn path=/head/; revision=19433
* Add rudimentry support for ifconfig'ing aliases at boot. Also allowPeter Wemm1996-10-271-1/+8
| | | | | | | start_if.<if> to do all the work instead if so configured. With examples. Notes: svn path=/head/; revision=19203
* Add hooks for rpc.ypxfrd in /etc/sysconfig and /etc/rc. Also changeBill Paul1996-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.) Notes: svn path=/head/; revision=19076
* Use real device for mousedport, because /dev/mouse usually linkedAndrey A. Chernov1996-09-091-2/+3
| | | | | | | | with /dev/sysmouse when moused is active Add comment about this fact Notes: svn path=/head/; revision=18182
* Use /dev/mouse for default moused portAndrey A. Chernov1996-09-071-3/+4
| | | | | | | | Add comment explanation how to turn mouse support on particular screen (vidcontrol -m on) Notes: svn path=/head/; revision=18112
* Add a new "swapfile" variable so that you can add a file as a additionalJordan K. Hubbard1996-08-211-1/+5
| | | | | | | swap as the system is coming up. Notes: svn path=/head/; revision=17767
* Add moused hooks (OFF by default)Andrey A. Chernov1996-06-231-1/+22
| | | | Notes: svn path=/head/; revision=16645
* Neaten up some of the comments in here.Jordan K. Hubbard1996-05-131-1/+4
| | | | Notes: svn path=/head/; revision=15758
* Remove the comments that suggest people not turnMike Pritchard1996-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. Notes: svn path=/head/; revision=15399
* Update the Entropy-Gatherer to reflect a better setup - do notMark Murray1996-04-121-6/+12
| | | | | | | | | use IRQ1, as the keyboard hook already gets this timing info. Also some slight improvements to the comments. Notes: svn path=/head/; revision=15216
* Add skeleton firewall setup(s). Comments very welcome.Poul-Henning Kamp1996-04-031-1/+4
| | | | Notes: svn path=/head/; revision=15027
* Renamed the relevant PC-Card support files to reflect the newest release.Nate Williams1996-03-141-3/+3
| | | | Notes: svn path=/head/; revision=14624
* PC-CARD hooks. Someday it will actually enable working code. :)Nate Williams1996-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. Notes: svn path=/head/; revision=14596
* Correct a typo in the sample AMD flags.Jordan K. Hubbard1996-03-061-2/+2
| | | | Notes: svn path=/head/; revision=14395
* "slow downs" --> "slowdowns"Adam David1996-02-281-2/+2
| | | | Notes: svn path=/head/; revision=14296
* update suggested flags for rpc.yppasswdd (-t now does what -m used to do)Bill Paul1996-02-241-3/+3
| | | | Notes: svn path=/head/; revision=14242
* Remove my previous bogus comment about the relationship between theJordan K. Hubbard1996-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! Notes: svn path=/head/; revision=14018
* Close conf/1007 and take this opportunity to correct a few long-standingJordan K. Hubbard1996-02-091-5/+8
| | | | | | | | bogons with the way static_routes was being handled. Also document the fact that default_router overrides static_routes entirely. Notes: svn path=/head/; revision=14000
* Close PR conf/589 - amd should only evaluate ${amdflags}.Jordan K. Hubbard1996-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. Notes: svn path=/head/; revision=13996
* Another round of spelling fixes.Mike Pritchard1996-01-311-5/+5
| | | | Notes: svn path=/head/; revision=13798
* Add an option to start mrouted. Off by defaultGary Palmer1996-01-291-1/+5
| | | | Notes: svn path=/head/; revision=13701
* Add (at long last) an option to say if you want to run the printerGary Palmer1996-01-281-1/+4
| | | | | | | daemon (lpd) or not. Set to run it by default. Notes: svn path=/head/; revision=13659
* New hack for configuring routers spawns two new variables:Jordan K. Hubbard1996-01-061-2/+7
| | | | | | | | | router=<some routed> routerflags=<startup flags> Submitted by: Paul Richards et al Notes: svn path=/head/; revision=13277
* Fixed initialization of $local_startup. sysconfig attempted to runBruce Evans1996-01-051-2/+2
| | | | | | | /usr/X11R6/etc/rc.d every time it was sourced. Notes: svn path=/head/; revision=13256
* Go to new scheme for local_startup variable. Now one can specify multipleJordan K. Hubbard1995-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 Notes: svn path=/head/; revision=13071
* Put in a user-configurable variable to allow root to select interrupts to beMark Murray1995-11-131-1/+21
| | | | | | | used in the entropy-gathering for /dev/random. Notes: svn path=/head/; revision=12269
* In a moment of weakness, I added the switch for loading the linux LKM,Peter Wemm1995-10-281-1/+4
| | | | | | | in the same style as the ibcs2 LKM.. Notes: svn path=/head/; revision=11858
* Reword confusing comment.Garrett Wollman1995-09-291-2/+2
| | | | | | | Requested by: Nate Williams Notes: svn path=/head/; revision=11073
* local_startup=/usr/local/etc/rc.dJordan K. Hubbard1995-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 Notes: svn path=/head/; revision=10898
* Bring my fixes over from 2.1.Jordan K. Hubbard1995-09-191-2/+2
| | | | Notes: svn path=/head/; revision=10895
* Removed startup code for pcnfsd and apache. These don't even existPaul Richards1995-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. Notes: svn path=/head/; revision=10885
* Correct a small typo I noticed during my 2.1 merge.Jordan K. Hubbard1995-09-141-2/+2
| | | | Notes: svn path=/head/; revision=10747
* Add checks for pcnfsd (flag to mountd must be added in this case)Jordan K. Hubbard1995-09-141-1/+10
| | | | | | | and Apache httpd, so a user can be brought up to speed quickly. Notes: svn path=/head/; revision=10716
* Add a "gateway" flag so that user can set up a gateway machine automaticallyJordan K. Hubbard1995-08-231-1/+4
| | | | | | | from sysinstall. Notes: svn path=/head/; revision=10184
* Rmove daemons localization (commented out), produce veryAndrey A. Chernov1995-08-101-13/+1
| | | | | | | | strange effects when contacting with localized daemon from foreign environment. Notes: svn path=/head/; revision=10019
* Not sure if Rod is still working in these or not, so here goes.Garrett 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. Notes: svn path=/head/; revision=9593
* Fix a small bug in sysconfig introduced with 1.16. dumpdev needs aPeter Wemm1995-07-051-3/+3
| | | | | | | | definition, otherwise /etc/rc generates error messages while running "dumpon" Reviewed by: bde Notes: svn path=/head/; revision=9401
* Optionally set the dump device.Bruce Evans1995-06-251-1/+7
| | | | Notes: svn path=/head/; revision=9305