aboutsummaryrefslogtreecommitdiff
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-06-25 10:55:23 +0000
committerMark Murray <markm@FreeBSD.org>2000-06-25 10:55:23 +0000
commit2c00ff843494c9d436d48007c3cdf9c7500976a8 (patch)
treeeb7012fd48b28d233166f252ab60649b2b3258a4 /etc/MAKEDEV
parent3ec3f887b0fe9c456e275d3d428a5c0d261e1ab5 (diff)
downloadsrc-2c00ff843494c9d436d48007c3cdf9c7500976a8.tar.gz
src-2c00ff843494c9d436d48007c3cdf9c7500976a8.zip
Clean up all the old setup code for the old /dev/random. This will be
revisited when the new /dev/random is done.
Notes
Notes: svn path=/head/; revision=62075
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 17c08b6320db..aa0d4dc0d76b 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -303,7 +303,7 @@ std)
mknod mem c 2 0 root:kmem; chmod 640 mem
mknod null c 2 2; chmod 666 null
mknod random c 2 3; chmod 644 random
- mknod urandom c 2 4; chmod 644 urandom
+ ln -sf random urandom
mknod zero c 2 12; chmod 666 zero
mknod io c 2 14; chmod 600 io
mknod tty c 1 0; chmod 666 tty