diff options
author | guido <guido@FreeBSD.org> | 1997-03-23 20:08:22 +0000 |
---|---|---|
committer | guido <guido@FreeBSD.org> | 1997-03-23 20:08:22 +0000 |
commit | c337c37259502bbcb3efde45ca7db82f927ff512 (patch) | |
tree | e2f5aeaa60774a851df745574651915a33ccf5a1 /sbin/Makefile | |
parent | 8e15480d4907712b453456ae3366cfe75ea7b804 (diff) | |
download | FreeBSD-src-c337c37259502bbcb3efde45ca7db82f927ff512.zip FreeBSD-src-c337c37259502bbcb3efde45ca7db82f927ff512.tar.gz |
Add generation number randomization. Newly created filesystems wil now
automatically have random generation numbers. The kenel way of handling those
also changed. Further it is advised to run fsirand on all your nfs exported
filesystems. the code is mostly copied from OpenBSD, with the randomization
chanegd to use /dev/urandom
Reviewed by: Garrett
Obtained from: OpenBSD
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 9307980..dc06d53 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -3,7 +3,7 @@ # XXX MISSING: icheck ncheck SUBDIR= adjkerntz badsect ccdconfig clri disklabel dmesg dset dump dumpfs \ - dumpon fsck fsdb ifconfig init ipfw md5 mknod modload \ + dumpon fsck fsdb fsirand ifconfig init ipfw md5 mknod modload \ modunload mount mount_cd9660 mount_ext2fs \ mount_lfs mount_nfs mount_null mount_portal mount_std \ mount_umap mount_union mountd newfs nfsd nfsiod \ |