fsirand is no longer needed.

This commit is contained in:
dsl 2003-09-03 19:38:04 +00:00
parent ffaea276d3
commit 426b102381
1 changed files with 6 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: newfs.8,v 1.54 2003/08/12 12:25:15 wiz Exp $
.\" $NetBSD: newfs.8,v 1.55 2003/09/03 19:38:04 dsl Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)newfs.8 8.6 (Berkeley) 5/3/95
.\"
.Dd August 12, 2003
.Dd September 3, 2003
.Dt NEWFS 8
.Os
.Sh NAME
@ -262,11 +262,9 @@ The size of a sector in bytes (almost never anything but 512).
Defaults to 512.
.El
.Sh NOTES
If the file system will be exported over NFS, the
.Xr fsirand 8
utility should be run after
.Nm
to improve security.
The file system is created with
.Sq random
inode generation numbers to improve NFS security.
.Pp
The owner and group ids of the root node of the new file system
are set to the effective uid and gid of the user initializing
@ -297,7 +295,7 @@ utility.
.Xr dumpfs 8 ,
.\" .Xr format 8 ,
.Xr fsck_ffs 8 ,
.Xr fsirand 8 ,
.\" .Xr fsirand 8 ,
.Xr makefs 8 ,
.Xr mount 8 ,
.Xr mount_mfs 8 ,