summaryrefslogtreecommitdiffstats
path: root/etc/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Rename ISO8859-1 to ISO_8859-1 per RFC1700ache1995-06-171-2/+2
|
* Reviewed by: bde, jkhrgrimes1995-05-171-7/+17
| | | | | | | | | | | | | | | | | | | | Add comment that you should not have to edit netstart, and if you do we would like to know about it. The lo0 interface is now handled just like any other interface, This makes it possible to do things to it from sysconfig. Redo the comments in sysconfig about network_interfaces and ifconfig_${X} to reflect the moving of lo0 to this scheme. We now have an uncommented variable for sysintall to find and play with. (Your welcome Jordan) Redo the way static routes are handled. Basically use the same scheme for routes that I did for network interfaces. This allows any number of static routes to be added from sysconfig. Make sure we do the default route first so we stand a chance of getting to our DNS server (if we have one) to resolve our own IP address from $hostname.
* Remove XXX comment that I had moved to netstart and forgot to remove fromrgrimes1995-05-131-2/+1
| | | | here.
* Reviewed by: wollmanrgrimes1995-05-111-1/+9
| | | | Add a knob to make it easy to turn off RFC 1323 and RFC 1644 options.
* Add $defaultdomainname to sysconfig and use it in netstart to set thergrimes1995-04-241-2/+7
| | | | | | domainname. This eliminates /etc/defaultdomain. Correct tickadj, it should have been tickadjflags.
* Remove obsolete comments about my-name and my-network.rgrimes1995-04-111-1/+11
| | | | | | | | | | | | | | | | Have netstart directly source sysconfig so that it stands on its own. Do not source netstart in rc, run it with sh. Rework the dangerous /etc/hostname.* so that it uses a variable with a list of interfaces and a variable for each interface in that list. The files /etc/hostname.* become obsolete with this change, the information is now stored in /etc/sysconfig. Source any /etc/start_if.${ifn} files so they can export things to netstart (plans for future enhancements in this area.) Obsolete /etc/defaultrouter, this is now down with $defaultrouter from sysconfig.
* Set desired cursor type for sysconsache1995-04-041-1/+5
|
* Add function keys change setupache1995-03-301-1/+6
|
* start syslog earlierjkh1995-03-241-3/+2
| | | | add optional ibcs2 startup
* Get around problem of not exporting variables in sysconfigjkh1995-03-241-2/+2
|
* Another pass through our rc files in an attempt to eliminate historicaljkh1995-03-231-1/+9
| | | | crufy and generally make all of this easier to understand and modify.
* Finally remove the evil little bit of excreta that was the /etc/mynamejkh1995-03-221-1/+6
| | | | file. hostname is set in sysconfig.
* Almost full syscons setup via rc & sysconfigache1995-03-221-4/+38
|
* Change named starting convention to use $namedflags like most otherwollman1995-03-211-3/+5
| | | | | daemons that take command-line arguments. Correct /etc/namedb installation to use the correct files.
* Begin a long-overdue cleanup of this whole mess.jkh1995-03-211-0/+91
1. Move all system configuration variables into /etc/sysconfig 2. Adapt other files to use it. 3. Add a host of new variables for micro-managing your system in various ways. For 2.1, /etc/sysconfig will be machine-edited so that the user doesn't even have to care at all about the various funny names we picked. 4. Enable dset. We won't get it debugged if we never use it, and no one has said anything negative about it yet, so here goes! 5. Try to use one consistent style throughout.
OpenPOWER on IntegriCloud