1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Since the driver supports both (and may have different semantics for

both soon...), create urandom instead of the link to random.  It's
also what makes sense according to the make_dev(9)'s in random(4).
This commit is contained in:
Brian Feldman 2000-07-30 03:15:11 +00:00
parent 3c1b957d66
commit ae7ccf4237
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64016

View File

@ -308,7 +308,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
ln -sf random urandom
mknod urandom c 2 4; chmod 644 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