aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorGuido van Rooij <guido@FreeBSD.org>1997-03-23 20:08:22 +0000
committerGuido van Rooij <guido@FreeBSD.org>1997-03-23 20:08:22 +0000
commit8f89943eda4491e3d0a67cc4084e0c9c49d5be52 (patch)
treeb9411eec7d5aa143a88d2b00622c513c58e81906 /sbin/Makefile
parent8187fe48133bc2a01ee7fcbb9ad4589c545490f0 (diff)
downloadsrc-8f89943eda4491e3d0a67cc4084e0c9c49d5be52.tar.gz
src-8f89943eda4491e3d0a67cc4084e0c9c49d5be52.zip
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
Notes
Notes: svn path=/head/; revision=24149
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 930798028ee5..dc06d5307391 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 \