summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-07-30 03:15:11 +0000
committergreen <green@FreeBSD.org>2000-07-30 03:15:11 +0000
commit4f7413053236cdf4eb4a6badb67ada8161495cec (patch)
treeaf8283e13a1b38a388d6e569eeeff66221cdd475
parent24f340732c1992352684993dbe28a12f3aaa56fb (diff)
downloadFreeBSD-src-4f7413053236cdf4eb4a6badb67ada8161495cec.zip
FreeBSD-src-4f7413053236cdf4eb4a6badb67ada8161495cec.tar.gz
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).
-rw-r--r--etc/MAKEDEV2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 025d36e..5211f1c 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -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
OpenPOWER on IntegriCloud