summaryrefslogtreecommitdiffstats
path: root/etc/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* 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