From 4f7413053236cdf4eb4a6badb67ada8161495cec Mon Sep 17 00:00:00 2001 From: green Date: Sun, 30 Jul 2000 03:15:11 +0000 Subject: 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). --- etc/MAKEDEV | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/MAKEDEV') 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 -- cgit v1.1