summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Make the catman command (in the commented-out example) run by user `man'joerg1995-03-191-1/+1
| | | | instead of `root'.
* Create /usr/share/games/quiz.db via mtree and remove private mkdir commandrgrimes1995-03-181-1/+3
| | | | from Makefile.
* Use new mtree file to rebuild /usr/include.rgrimes1995-03-181-0/+52
|
* Use new mtree file to rebuild /usr/include.rgrimes1995-03-181-15/+7
| | | | | Replace rm -f; ln -s with ln -sf when installing LATIN1LINKS, also do not attempt to chown/chmod these links.
* Remove extra fi that caused this script to fail during boot.rgrimes1995-03-171-2/+1
|
* Semi-major RC file cleanup:wollman1995-03-163-38/+40
| | | | | | | - Do ntp right - Move recenrly-added and long-standing junk from rc.local into rc, so . that rc.local truly is LOCAL. - Fix named invocation to use the correct boot file location.
* Included the (now use{able,ful}) catman program as an (commented out)joerg1995-03-151-0/+4
| | | | example.
* Make /dev/pss instead of /dev/sndproc (unused)ache1995-03-132-8/+8
|
* Clean up white space.bde1995-03-122-86/+86
|
* Noticed by: Natedufault1995-03-112-6/+10
| | | | | | Fixed the MAKEDEV pattern for SCSI processor type driver so it doesn't screw up ptys. Does anyone want to suggest a better name than "pt0" for SCSI processor devices before 2.1?
* Simplify all the newfs commands into ${NEWFS} and add -t 0 -u 0 sorgrimes1995-03-101-7/+5
| | | | | | | we can again newfs floppies. Now I just need to squish the bits back under 1.44MB :-(. I don't know if it will be possible to get down to 1.2MB.
* Back out my previous change and file it under the catagory of One Of Thosejkh1995-03-061-6/+0
| | | | | Things That Seemed Like A Good Idea At The Time. There's a better solution for /etc out there and this is not a step in that direction.
* If there is a host-specific rc file lurking in /usr/share/misc, executejkh1995-03-051-0/+7
| | | | | it. Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
* Add processor and worm driversdufault1995-03-042-4/+28
|
* For sd, vn and wd:bde1995-03-042-140/+112
| | | | | | | | | | | | | | | Support sliced devices better. E.g.: `sh MAKEDEV sd0' creates [r]sd0 and [r]sd0s[1-4] as well as [r]sd0[a-h] (the extra devices created by default won't hurt apart from wasting inodes). `sh MAKEDEV sd0s1[a-h]' creates [r]sd0s1[a-h] (any partition creates all). `sh MAKEDEV sd0s5' creates [r]sd0s5. Support unit numbers 0-31 (was 0-6). For wd: Remove support for creating DOSpartitions wd*[i-m]. These will get removed if you run MAKEDEV on `all' or on wd*.
* Add Matsushita CDROM device entries.jkh1995-03-022-10/+52
| | | | Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>
* Cleanup device names, add more devices for Linux sounddriverache1995-02-272-12/+30
|
OpenPOWER on IntegriCloud