summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass a filename to kvm_mkdb, it can figure out the correct filewollman1994-09-241-2/+2
| | | | on its own.
* Make /dev/lkm as a part of `std'. Delete references to ancient `com' driver.wollman1994-09-232-24/+4
|
* root must be remounted read/write fairly early in the startup proceduredg1994-09-231-6/+4
| | | | both for NFS diskless and for VFS LKMs.
* fbtab: Pulled down from Attic, fixed spaces to tabs.rgrimes1994-09-231-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make.conf: Pulled in the following changes that had been commited to share/examples/etc: ---------------------------- revision 1.6 date: 1994/09/20 22:30:33; author: adam; state: Exp; lines: +3 -3 BOOTWAIT example converted to milliseconds calibration ---------------------------- revision 1.4 date: 1994/09/19 21:35:28; author: wollman; state: Exp; lines: +7 -1 Document NO_SHARED_LIBCC_INT. ---------------------------- revision 1.3 date: 1994/09/19 21:28:11; author: wollman; state: Exp; lines: +12 -17 Install /etc from the same source as /usr/share/examples/etc (mostly). ---------------------------- revision 1.2 date: 1994/09/19 02:05:08; author: ache; state: Exp; lines: +1 -11 Remove STARTUP_LOCALE, obsoleted now ---------------------------- revision 1.1 date: 1994/09/08 19:08:59; author: jkh; state: Exp; Add a sample make.conf. Also document the new X11BASE variable, and expand some of the documentation for other entries. Submitted by: jkh ---------------------------- manpath.config: Pulled down from Attic, and merged share/examples/etc changes. rc: Pulled in the following change from share/examples/etc: ---------------------------- revision 1.2 date: 1994/09/19 23:13:37; author: ache; state: Exp; lines: +1 -2 Remove warning about adjkerntz /var/run file ----------------------------
* fbtab: Pulled down from Attic, fixed spaces to tabs.rgrimes1994-09-234-27/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make.conf: Pulled in the following changes that had been commited to share/examples/etc: ---------------------------- revision 1.6 date: 1994/09/20 22:30:33; author: adam; state: Exp; lines: +3 -3 BOOTWAIT example converted to milliseconds calibration ---------------------------- revision 1.4 date: 1994/09/19 21:35:28; author: wollman; state: Exp; lines: +7 -1 Document NO_SHARED_LIBCC_INT. ---------------------------- revision 1.3 date: 1994/09/19 21:28:11; author: wollman; state: Exp; lines: +12 -17 Install /etc from the same source as /usr/share/examples/etc (mostly). ---------------------------- revision 1.2 date: 1994/09/19 02:05:08; author: ache; state: Exp; lines: +1 -11 Remove STARTUP_LOCALE, obsoleted now ---------------------------- revision 1.1 date: 1994/09/08 19:08:59; author: jkh; state: Exp; Add a sample make.conf. Also document the new X11BASE variable, and expand some of the documentation for other entries. Submitted by: jkh ---------------------------- manpath.config: Pulled down from Attic, and merged share/examples/etc changes. rc: Pulled in the following change from share/examples/etc: ---------------------------- revision 1.2 date: 1994/09/19 23:13:37; author: ache; state: Exp; lines: +1 -2 Remove warning about adjkerntz /var/run file ----------------------------
* Add -e option to mtree commands so that extra directories are ignored.rgrimes1994-09-231-6/+9
| | | | | Change conditional around building usr/local to be MAKE_LOCAL instead of CDROMDIST. This was coped from src/Makefile and makes much more since.
* Revert the change that moved the /etc files to share/examples/etc, thergrimes1994-09-231-2/+6
| | | | | files have been pulled down out of the Attic and updates will be applied shortly.
* Root should NEVER have . in the path.rgrimes1994-09-221-2/+2
|
* Revert the change that removed the -k flag from the ls alias, we have ls -krgrimes1994-09-221-2/+2
| | | | again.
* Get rid of the files that now live in src/share/examples/etc, and updatewollman1994-09-191-7/+3
| | | | Makefile to install them from there rather than from here.
* More reasonable example of BOOTWAIT parameteradam1994-09-192-6/+6
| | | | Added comment about multiplication factor
* removed usr/include/mdphk1994-09-191-3/+1
|
* Fix 'ls' alias to work with new ls (-k is not supported)pst1994-09-191-2/+2
|
* Add commented out setenv ENABLE_STARTUP_LOCALEache1994-09-191-1/+2
|
* Remove STARTUP_LOCALE reference, obsoletedache1994-09-192-22/+2
|
* These are mtree generated versions of these files using thergrimes1994-09-195-404/+361
| | | | | | | new mtree options. I will be updating these shortly to remove some old stuff and add some new stuff. These currently produce the exact same trees as they did.
* Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, andwollman1994-09-161-1/+3
| | | | | | arrange for that directory to get created by mtree. Also, process secure directory after all the others, because the programs there may overlay ones installed from the main part of the tree.
* Eliminate use of raw control characters in stty commands, make echo's andrgrimes1994-09-162-5/+5
| | | | | | stty commands self consistent. Submitted by: bde
* 1. Change all references for the kernel from /386bsd to /kernel.rgrimes1994-09-155-13/+16
| | | | | | | | 2. Make this say it is 2.0.0 (Development). 3. Update the stty commands to say ^H for erase. 4. Update the disklabel commands to use the new 4.4 syntax.
* 1. Add back *.c to CLEANFILES, seems crunch makes quite a mess!rgrimes1994-09-151-64/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2. Update the COPYRIGHT= to be just the COPYRIGHT file for now. 3. Fully parameterize the floppy device being used. This is needed right now so I can at least build these on 1.44 until it all is working, then I will have to find a way to get them back down to size. 4. Remove mount_pcfs from the filesystem floppy, we don't have that yet. 5. Update the shared libraries t obe copied. This should now work for this and all future releases. 6. Reduce the CRYPT_SRCS down to the few static binaries that have crypt in them. 7. Change all references for the kernel from /386bsd to /kernel. 8. For some reason umount is returning 1, use a - until I can find out why. 9. Update the disklabel commands to be 4.4 syntax. 10. Remove the ugly elvis wart, we don't have elvis anymore. 11. Use the -d (directories only) option on the mtree commands. This greatly reduces the noise from distrib-dirs:. 12. Note the fact that the mtree commands need a wrapper around them as they return a status of 2 if the tree was modified and the make should not exit on that condition. 13. Add a trailing slash on the chflags command as ${RELEASEDIR} may be a symbolic link.
* nfsiod should be started if this is a NFS-client, not if it is a server.phk1994-09-151-1/+4
| | | | | look for "nfs" in etc/fstab, and start it if we see it. Not quite perfect, but better. mount_nfs should start it, if it isn't running.
* Added support for defaultrouter, both as a variable and as /etc/defaultrouter.phk1994-09-151-16/+19
| | | | | | | Changed the everlenghtening list of "if [ -f /etc/hostname.foo ].." to a loop which will do them all, and look for init-scripts for them as well. perfect place to put your calls to slattach and such: /etc/start_if.sl0 for instance.
* Don't build /etc/confgig; we decided not to take that route.wollman1994-09-131-3/+1
|
* Clean up prototype for /usr/share/zoneinfo, so we don't get boguswollman1994-09-131-72/+2
| | | | Canada, posix, right, etc. directories.
* Added /usr/share/examples and subdirectories.wollman1994-09-131-1/+12
|
* Add kerberosIV to /usr/include,csgr1994-09-091-1/+3
| | | | in preparation for getting kerberos (eBones) working.
* Correct path to crunch, and remove srccontrib tarballs (we have no morergrimes1994-09-091-9/+4
| | | | srccontrib!)
* Secure /var/{backups, crash, and cron} by changing them to mode 750.rgrimes1994-09-091-2/+3
| | | | Reviewed by: davidg
* Fix missing .. before phantasia. Caused by incorectly adding a directory,rgrimes1994-09-091-1/+2
| | | | | | | | you MUST add the directory name and the .. entry to close the directory. If you do not understand mtree files, do not modify them, it is very easy to trash someones box with a mistake in here. Especially with regards to .. entries.
* Add the missing . entries to BSD.*.dist files.rgrimes1994-09-095-4/+40
| | | | | New file BSD.release.dist is used for creating release area top level directories.
* Remove the explicit call to ../Makefile mdec:, it is now handled by a makergrimes1994-09-091-19/+4
| | | | | | install from the top level correctly. Rewrite release-dirs: to use new mtree file mtree/BSD.release.dist.
* Add /var/games/phantasia to list of targets, as per Rod's earlier suggestion.jkh1994-09-081-1/+2
| | | | Submitted by: jkh
* You need the freefall.mc file to build the release /etc/sendmail.cf file from.rgrimes1994-09-081-0/+47
|
* 1. Make CLEANFILES a little less dangerous by being more spcifc aboutrgrimes1994-09-081-28/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | some file names. 2. Add MAKEDEVS= that does all the /dev population so that this is not duplicated in 2 or 3 places. Helps to keep it in sync too. Cleaned up and fixed to not overflow inode tables. 3. Fix paths to the 2 crypt versions. 4. Init is sbin/init now instead of sbin/init.bsdi. 5. bdes is now in secure/usr.bin, will need to do something about telnet. 6. Incorporate 1.1.5.1 patches for EXTRACT.sh files. 7. Correct calls to make kcopy-flooppy to work with or without obj/. 8. Reorder src-clean: target so that it does not destroy the real obj tree, but does rip out junk and obj links. 9. Incorporate 1.1.5.1 patche for srcbin tarball name. 10. Add chflags command to release-dirs target so the rm -rf can have a chance to work. With this and a few more commits I will have 2.0 bin tarballs.
* Add usr/share/games/bogglergrimes1994-09-081-1/+3
|
* Added wd2 and wd3 to the standard set. They are in GENERICAH, they canphk1994-09-072-22/+8
| | | | | | | be installed on, so they should be in /dev as well. Removed the smoking remains of dcf*. I didn't realize that it had made it into MAKEDEV. Gone from cdevsw long time ago, gone from /dev now.
* Make include/md directory to hold MD2/34/5 include files for libmd on install.pst1994-09-071-1/+3
| | | | Submitted by: pst
* Remove the old crypt/no-crypt rules and replace them withpst1994-09-071-10/+14
| | | | | | | | | | | the choice of building with the password scrambler or the DES libraries. Folks outside the US can simply drop in the other DES libraries. (stupid laws...) Everything still keys off of the old NOCRYPT variable so building a portable distribution remains the same. Submitted by: pst
* Change references of 'mount_isofs' to 'mount_cd9660' as needed by FBSD 2.0gpalmer1994-09-051-3/+3
|
* Make it possible to run lptcontrol on a printer port which does notcsgr1994-09-032-24/+10
| | | | | | | | | | | | | | | | | actually have a printer connected or online: - MAKEDEV: remove all signs of lpa add lpctl? devices (minor # = unit + 128) - usr.sbin/Makefile add lptcontrol - sys/i386/isa/lpt.c implement the LP_BYPASS flag: when a unit is opened with this flag set, the printer is not primed, and no check is made to see that the printer is online. This can only be used to pass ioctls. (giving us /dev/lpctl?) - lptcontrol.c use /dev/lpctl? (LP_BYPASS) -f flag removed, -u flag added - lptcontrol.8 document changes in lptcontrol rewrite using mandoc macros Submitted by: Geoff.
* Example of locale setup correctedache1994-09-031-3/+2
|
* Do uname -rs instead of uname -a when generating /etc/motd.dg1994-08-311-1/+1
|
* Added /etc/gnats directory to BSD.root.dist mtree template.paul1994-08-291-1/+3
| | | | Submitted by: Paul Richards
* Add sample (empty) fbtab file. Anyone is welcome to add additionalguido1994-08-221-0/+2
| | | | | | lines (like perhaps line for soundblasters etc). Reviewed by: Submitted by: guido
* 1) adapted to a world without "fastboot" and "fasthalt".dg1994-08-211-9/+7
| | | | 2) updated to work with 2.0/4.4 binaries.
* Add rotattion of cron log to weekly.guido1994-08-111-0/+10
| | | | | Reviewed by: Submitted by: guido
* Oh GACK! src-clean doesn't quite work that easily since cleandist rebuilds thejkh1994-06-291-1/+2
| | | | | obj links again and they need to be nuked out one more time after it's finished. Sigh.. Oh well, this code will probably never be run again anyway.
* Put some of Rod's ugly hacks back - a couple of them prevent Yet Another Rebootjkh1994-06-291-1/+12
| | | | after bin/des distribution is extracted, so I figure it's worth it.
* Clean this puppy up quite a bit. Most notably:jkh1994-06-291-80/+53
| | | | | | | 1. Use ${MAKE} everywhere again. Whoops. 2. Replace multiple invocations of gzip ... split ... with one variable. 3. Add src-clean target for making the src tree presentable before making a src tarball out of it.
* $rotdelay is now initialized to "-d 0 -n 1" and no longer changed basedrgrimes1994-06-292-7/+3
| | | | | | | | | | | upon disk type. In far more cases than not this is the optimal setting for any disk drive made after 1990. This now means all installs will have the disks newfs'ed with either: newfs -b 8192 -f 1024 -d 0 -n 1 or newfs -n 4096 -f 512 -d 0 -n 1 depending on what the user chooses for the blocking factor.
OpenPOWER on IntegriCloud