summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* /var/run is cleared on boot. Rerun 'ldconfig /usr/X386/lib' afterrich1993-11-241-1/+5
| | | | clearing /var/run if /sbin/ldconfig exists.
* Missing part of Julians new scsi code, add new driver uk and revise thergrimes1993-11-222-78/+74
| | | | entries for st.
* Added /etc/config as a directory to be maintained. Also added RCS Id.wollman1993-11-121-0/+3
|
* Removed option to install FreeBSD alongside an existing *BSDalm1993-11-121-9/+13
| | | | paritition, since disklabel cannot deal with this...
* Added more options and flags files per suggestions from -hackers.wollman1993-11-127-0/+26
|
* Added configuration and flags files for most of the stuff in /etc/rcwollman1993-11-1214-0/+56
| | | | | and /etc/rc.local. Unless somebody complains soon, I'll fix the Makefile to install these and the rc files to use them.
* Added RCS Id. Also changed comment to indicate that /etc/host.confwollman1993-11-111-5/+12
| | | | | | | determines when and how this file will be consulted. Added comment to the effect that (1) zero is not a vaild network number and (2) please get a valid network number assigned by your provider or by the Internet Registry.
* >From: Adam David <adam@veda.is>rgrimes1993-11-101-1/+1
| | | | | | | | Date: Wed, 10 Nov 1993 00:51:19 GMT Subject: typo in etc/gettytab [editor: fix typo in comment about what things need turned off for none crt entries]
* fixed conditional that caused install to see a DOS partition when none exists.alm1993-11-081-2/+2
|
* Added a new flag variable to /etc/netstart, $sendmail_flags, whichwollman1993-11-072-4/+16
| | | | | | | gives the flags to be passed to sendmail when it is started. (If it is "NO", sendmail is not started.) Also, always start the portmapper regardless of the value of $nfs_server; this should prevent the inetd complaints we have seen from recurring.
* Added comment about how to enable NIS hostname resolution.wollman1993-11-071-0/+3
|
* Commented out sortlist entry; most users aren't located at UCB and sowollman1993-11-071-2/+4
| | | | | a different sortlist (if any) would be more appropriate. Users should configure manually.
* Updated to reflect current situation w.r.t. root name servers.wollman1993-11-071-11/+12
|
* Added a whole bunch of common protocols and ports from the latest edition ofwollman1993-11-072-17/+125
| | | | Assigned Numbers.
* Added comment in the description of `com' devices that they are usuallywollman1993-11-062-4/+12
| | | | | not what users want unless they have re-configured their kernels. Hopefully some people will actually read this.
* Deleted the ifconfig lines with we0, ne0, ec0: the drivers don't existats1993-10-291-3/+1
| | | | anymore. Added an ifconfig line with ie0.
* Add zero and io to the rm -f line for std devices so they get removed beforergrimes1993-10-282-4/+4
| | | | an attempt is made to mknod them.
* Reworked the search for suid sgid programs to be more like the original andrgrimes1993-10-251-10/+8
| | | | | only to run find on local file systems. It now works and no longer gets the error from sort
* Redirect standard error onto standard out when call /etc/security sorgrimes1993-10-251-1/+1
| | | | | | that the errors from /etc/security are in the mail message from /etc/security and not the /etc/daily mail message. Now just to fix the bug in /etc/security
* Moved sound drivers from major 21 to major 30.jkh1993-10-232-22/+24
|
* New snd*) target for making driver entries for new sound driver.jkh1993-10-232-2/+88
|
* From Andrew Chernov:dg1993-10-221-2/+26
| | | | | | | | (see changes to getty which this patch is part of) Basically, a few of the tty flags were changed to work better with 'CRT's, and the flags are better documented (documentation from Bruce Evans).
* Change space to tab in ruserd line per Guido van Rooijrgrimes1993-10-211-2/+2
|
* Make whatisdb after the whole system is installed, since the one inrgrimes1993-10-211-0/+1
| | | | | share/man will only create entries for manual pages that have been installed up to that point.
* Fixe a spelling error and added both the mse (logitech and ATI inport) andnate1993-10-192-6/+64
| | | | | | the psm (PS/2 bus) mouse support (The psm driver will have to come later)
* Make darn sure that fsck does not try to fsck dos file systems by settingrgrimes1993-10-191-1/+1
| | | | | the fsck pass to 0, same thing for dump field, in the fstab that is created by this script.
* Remove reference to EPSILON release.rgrimes1993-10-191-2/+2
|
* Fix for version name in /etc/motd, now uses uname to get this information!rgrimes1993-10-181-1/+1
|
* Change getty entry to start on /dev/console instead of /dev/vga, this fixesrgrimes1993-10-181-1/+1
| | | | the syslogd problem with consoles that do not respond after hupping syslogd.
* Checked and corrected various bits of grammar, as requested.jkh1993-10-161-11/+11
|
* Fix the document title to match the format of our other docs.rgrimes1993-10-161-15/+19
| | | | | | | Clean up some stuff so that it reads a little better (some one please review this for me!) Adaptec controllers are 154x and 174x series. Add Buslogic 545S.
* Remove the EPSILON from the release levelrgrimes1993-10-161-1/+1
|
* Fix the title up on this, removed the date and format it to matchrgrimes1993-10-161-10/+26
| | | | | | | | | | | | | | | the RELEASE NOTES. Adaptec controllers are now 154x and 174x series, no more reference to specific models. Revamp the CSI hard disk controller section in general to be more user readable. Add the fact that the Mitsumi CDROM controller and drive are now supported. Add a note that the Intel 82501 serial chip is NOT supported. Floppy controller is fd0, not fdc0, same for wd disk controller.
* Allow install floppy to be placed in the B: drive.chmr1993-10-161-1/+8
|
* Add /etc/uucp for uucp configuration filesrgrimes1993-10-141-0/+2
|
* Change uusnap to uustat -a, since we do not have a uusnap installed (somergrimes1993-10-131-1/+1
| | | | one did not finish porting uucp/contrib directory)
* Disable rpc services so that inetd no longer hangs when you are notrgrimes1993-10-131-3/+5
| | | | | | | running portmapper. These are site specific functionality and should only be enabled for sites that want them, not by default. These services REQUIRE portmapper to be running
* You can now specify the type of floppy you want built (floppy3 or floppy5)rgrimes1993-10-101-6/+13
| | | | | | | | | | | | | | | | | with a Makefile override. The default is floppy5 since all distribution floppies must be <= 1.2Mb so that every one can use them. If you want to make 1.44MB floppies with more space on them do a setenv FLOPPY floppy3 before running make. >From: "Jordan K. Hubbard" <jkh%whisker.lotus.ie@dec4ie.ieunet.ie> Date: Sun, 10 Oct 1993 05:11:51 -0700 I went to make myself some boot floppies straight off the dist today and ran into the fact that I'm using a 3.5" floppy as my drive A, so I did the following (you can still use floppy5 as your default - I just have it set to floppy3 for my machine).
* Added /dev/zero and /dev/io, they have been around for a while, time torgrimes1993-10-062-2/+6
| | | | have some /dev entries.
* Split the src-tarball target up into multiple targets, there is nowrgrimes1993-10-011-12/+113
| | | | | a tar ball for each top level src directory, plus the base tar ball that has the very toplevel files in it.
* Release level changed from GAMMA to EPSILONrgrimes1993-10-013-5/+5
|
* Updated to reflect the fact the there is no longer an ne driver, told torgrimes1993-10-011-3/+7
| | | | use ed0 as the replacement, noted new addresses
* Changed address freebsd-comments to freebsd-questionsrgrimes1993-10-011-2/+2
|
* Added share/syscons/scrnmaps directoryrgrimes1993-09-301-0/+2
|
* Support for new wt driver. Removed old references to as* disk types sincergrimes1993-09-302-20/+32
| | | | they are long gone.
* Updated for new location of syscons fonts and keymap filesrgrimes1993-09-291-3/+5
|
* Entries so RPC servers are started.jtc1993-09-231-0/+5
|
* added to install_notes instructions for loading distribtuionalm1993-09-224-111/+177
| | | | | | | | files from a MS-DOS partition. Minor cleanup: fixed spelling error in inst1.install capitalized sentences in kc.profile reworded initial load_fd options
* Extended load_fd() to support reading from the first Primary DOSalm1993-09-213-83/+166
| | | | | | | | | | | | | | | partition of the boot disk. So we have yet another medium via which to load the FreeBSD distribution files. load_fd() has options for listing and (if reading from the C: drive) changing directories. load_fd's notation assumes that the first Primary partition on disk is the DOS drive C: (since this and only this one is mounted by install). Otherwise, the notation may be a bit confusing. We'll know the assumption is bad if people complain about not finding files on their "C:" drive... Added a device file existence check to kc.profile.
* Added BSD.local.dist to MTREE files so that it gets installed in /etc/mtreergrimes1993-09-211-1/+1
|
OpenPOWER on IntegriCloud