summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* A better solution for the noisy ibcs2 startup, just echo a space and thenrgrimes1995-04-132-8/+4
| | | | | call ibcs2. Submitted by: jkh, slight modification by me.
* I missed some of Frank Durda's changes for MAKEDEV. Fixed.jkh1995-04-132-2/+16
| | | | Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>
* Call gated as /usr/local/sbin/gated instead of possible addingache1995-04-121-2/+2
| | | | /usr/local/sbin to rc PATH
* Fix "at" directories ownerache1995-04-121-4/+4
|
* Add -r to rm -f /var/spool/uucp/.Temp/*ache1995-04-111-2/+2
|
* Remove obsolete comments about my-name and my-network.rgrimes1995-04-113-18/+27
| | | | | | | | | | | | | | | | 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.
* Add missing "echo '.'" to end of file so that the next file calledrgrimes1995-04-102-2/+6
| | | | starts on a new line.
* This is a purely cosmetic clean up. Fix many cut and paste problems thatrgrimes1995-04-0912-72/+74
| | | | had turned tabs into spaces.
* Upgrade to RFC1700 (IANA)ache1995-04-091-161/+1637
|
* Added /usr/share/examples/cvs for use by cvsinit.nate1995-04-081-1/+3
|
* Add ident (commented out)ache1995-04-081-0/+1
|
* Fix official name of 113/tcp serviceache1995-04-081-2/+2
| | | | Obtained from: SunOS /etc/services
* Don't spit out a gratuitous ibcs2 startup message.jkh1995-04-062-4/+8
|
* Set desired cursor type for sysconsache1995-04-043-5/+19
|
* Add missing ';'ache1995-04-012-4/+4
|
* Make /usr/share/nls/* dirs for message catalog stuffache1995-04-011-1/+53
|
* Add modem database file for new tip changes.jkh1995-03-312-2/+35
|
* Restore my function key configuration stuff which Rod promise toache1995-03-302-4/+34
| | | | | | | restore but really didn't do it. Restore message from old rc about configuring syscons whith echo added before it to go to new line after "echo -n xtend" f.e. and similar stuff.
* Make the creation of the header line in /etc/motd be consistentrgrimes1995-03-301-3/+2
| | | | | | with other BSD based systems. Submitted by: wollman
* This is the rc work as provided by pts, I will me makeing some additionalrgrimes1995-03-306-190/+331
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes to it based upon other outstanding bug reports and commits made after his work. Comments: (a) sysconfig is still used to do all configuration. I was not going to change that out from under you.... a user never need edit netstart or rc* unless they're being very weird. (b) rc.maint has been folded back into rc. It is just unworkable as a separate chunk because of ordering bogosities (c) netstart does what it says... it starts up enough of the network to get up, it doesn't start every bloody daemon that might talk to a socket... netstart ifconfig's the devices and sets up routing if configured to do so. (d) nfs disks are mounted immediately after netstart completes (e) syslog is started as early as possible (right after nfs) so that error messages can get logged to remote syslog servers properly (f) named is started (there is an argument that says that named should be started before syslogd because if you are the dns server for your domain, you'd like named to resolve remote hosts in syslog.conf, but this is a minority case and the trivial workarround is to put the syslog host in /etc/hosts or use an /etc/resolv.conf -- why? because you want syslog to catch named errors, which is a MUCH more important and likely occurance) (g) NOW all of the rest of the network daemons such as the time stuff, RPC, NIS, NFS, Kerberos and inetd are started (h) the rest of the generic stuff is done (cron/printer/sendmail) (i) shared libraries are set (j) /etc/rc.i386 is run (this does FreeBSD/386 specific stuff like ibcs2, xtend, and all of the syscons stuff (this is actually started as /etc/rc.`uname -m` (k) the syscons stuff has gotten a serious cleaning to make it consistent with rc conventions (l) rc.local has had the comments about syscons removed (they are not relevant to this file now) and the full name of the kernel has been restored to /etc/motd Submitted by: pts
* Killed Mr. "Falcon". May he rest in peace.dg1995-03-301-1/+0
|
* Remove reference to examples/sysconsache1995-03-301-4/+1
|
* Add function keys change setupache1995-03-302-3/+20
|
* Move the invocation of rc.maint ahead of netstart. This is actually OKjkh1995-03-292-7/+9
| | | | | since /var wouldn't be mounted at this point anyway - the mount of NFS comes after both of them are run. This closes misc/276.
* 1. Add missing -n's to echo lines, closing misc/278jkh1995-03-291-11/+12
| | | | | 2. Make output of spaces follow conventions used elsewhere. 3. Inform user of a few things being started that were silent before.
* History merge after repository restore of netstart,v:rgrimes1995-03-291-17/+23
| | | | | | | | | | | | | date: 1995/03/26 18:18:59; author: wpaul; state: Exp; lines: +23 -17 Make syslogd work again: in needs to be started in netstart right before the rest of the system daemons are brought up and *after* the network interfaces have been configured. Also fix one other potential problem: the NIS services need to be started relavively early since some of the other daemons might need them. The automounter is a good example: if you use amd with NIS-based maps, you'd better have NIS running before you start it. :) I think mountd might need it too, now that netgroups can be read via NIS as well.
* Remove gratutious echo to close misc/279.jkh1995-03-291-3/+1
|
* History merge after repository restore of netstart,v:rgrimes1995-03-291-2/+97
| | | | | | date: 1995/03/23 01:25:18; author: jkh; state: Exp; Another pass through our rc files in an attempt to eliminate historical crufy and generally make all of this easier to understand and modify.
* Remove the private copy of directories in usr/include from here,rgrimes1995-03-271-17/+1
| | | | this is now handled in BSD.include.dist.
* Make syslogd work again: in needs to be started in netstart rightwpaul1995-03-261-5/+1
| | | | | | | | | | | before the rest of the system daemons are brought up and *after* the network interfaces have been configured. Also fix one other potential problem: the NIS services need to be started relavively early since some of the other daemons might need them. The automounter is a good example: if you use amd with NIS-based maps, you'd better have NIS running before you start it. :) I think mountd might need it too, now that netgroups can be read via NIS as well.
* Include ``toor'' in the list of forbidden ftp users, just in case someonejoerg1995-03-251-0/+1
| | | | | | is providing this user with a password. Pointed out by: charly@Fachschaften.TU-Muenchen.DE
* Add rc.maint file.jkh1995-03-241-3/+3
|
* start syslog earlierjkh1995-03-243-9/+13
| | | | add optional ibcs2 startup
* Install /etc/sysconfigphk1995-03-241-2/+2
|
* Correct a few spelling bogons.jkh1995-03-241-6/+6
| | | | Submitted by: phk
* Get around problem of not exporting variables in sysconfigjkh1995-03-242-6/+6
|
* Convert from using old root.cache to new named.rootrgrimes1995-03-233-4/+5
|
* This commit was generated by cvs2svn to compensate for changes in r7270,rgrimes1995-03-231-0/+39
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the official InterNIC Registration Services named.root filergrimes1995-03-231-0/+39
| | | | | on a vendor branch for easy updates. Reviewed by: phk
* rc.netstart -> netstartjkh1995-03-231-3/+3
|
* Add a home for system maintainance tasks.jkh1995-03-231-0/+71
|
* Another pass through our rc files in an attempt to eliminate historicaljkh1995-03-233-166/+166
| | | | 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-222-13/+105
|
* Change named starting convention to use $namedflags like most otherwollman1995-03-213-13/+16
| | | | | daemons that take command-line arguments. Correct /etc/namedb installation to use the correct files.
* Update root NS cache.wollman1995-03-213-13/+66
| | | | | | | | Delete bogus localhost.rev. Add prototype localhost.rev and a script to create it automatically. (NB to installl people: you should ask ``do you have a full-time connection o the Internet?'', run this script, and enable named if the answer is yes.)
* Begin a long-overdue cleanup of this whole mess.jkh1995-03-213-71/+151
| | | | | | | | | | | 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.
* Fix apm and gsc rules to allow `<blah>0' or just `<blah>' to be shorthand.jkh1995-03-212-6/+6
| | | | [Actually, it's `<blah>*' but I'm not telling anyone]
* make.conf doesn't postulate anything about libm now.phk1995-03-212-6/+6
|
* Take out obsolete KERBEROS_IV build variable. Just eBones now.jkh1995-03-202-12/+4
| | | | Submitted by: Mark Murray <mark@grondar.za>
OpenPOWER on IntegriCloud