FreeBSD src
Go to file
Jordan K. Hubbard a257a45ecd I have added a new option -p to the mount command. This was
inspired by SunOS version of mount which uses option -p to
indicate that the mount information should be printed in fstab
format.
This is a neat way to create a new fstab file to use later when
one has modified the mount points or mount options or added or
removed mount some mount points. You just type

	mount -p > /etc/fstab.new

and there is your new fstab file ready to be used though you
will of course have to add any necessary noauto flags manually.

[Committers note:  This also seems to do the wrong thing for AMD
 mounts, but in the more average case this is a nifty feature nonetheless
 and one can always edit the bogus entries out]

Submitted-By: Jukka Ukkonen <jau@jau.csc.fi>
1996-07-21 23:34:04 +00:00
bin add a reference to killall(1) 1996-07-03 22:19:50 +00:00
contrib/tcl General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
eBones Whups! Missed a ${.OBJDIR} here. 1996-07-01 06:34:27 +00:00
etc Move things up a bit to make startup pretty 1996-07-18 19:09:06 +00:00
games Correctly declare main() as `int'. 1996-07-17 20:13:33 +00:00
gnu Check for, and disallow, duplicate tags in the "cvs import" command. 1996-07-20 02:08:56 +00:00
include Fixed new and old standards conformance bugs. The non-POSIX confstr() was 1996-07-17 10:52:38 +00:00
lib Bring in fixes to db 1.85 from NetBSD. These fixes have been documented as 1996-07-21 02:23:13 +00:00
libexec Include <sys/types.h> before including <grp.h> so that this doesn't 1996-07-12 05:55:38 +00:00
lkm Added or restored #include of <machine/md_var.h>. Some declarations 1996-07-01 20:29:10 +00:00
release 1. Fix the CD installation bogon for Novice install I mentioned. 1996-07-16 17:11:45 +00:00
sbin I have added a new option -p to the mount command. This was 1996-07-21 23:34:04 +00:00
secure Bring in my changes for removing the pestilent obj links (unless you 1996-06-24 04:26:21 +00:00
share Brought UK entries up-to-date with present reality, corrected a spello. 1996-07-21 19:41:21 +00:00
sys Don't dereference sc->sc_setmtu if it's NULL (such as when it's not running) 1996-07-21 17:14:06 +00:00
tools Update to use modern make meta-variables. Fix the $Id$ both. 1996-06-30 18:02:58 +00:00
usr.bin Fix botches in the handling of "AM" and "PM": 1996-07-19 00:44:55 +00:00
usr.sbin Reset Pred1 protocol on FCS errors. 1996-07-21 13:01:27 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Fix typo in Makefile. 1996-07-21 00:05:31 +00:00