From 6eadaa66672f24df595076b48a89c5961a5d8f06 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 29 Oct 1995 15:52:31 +0000 Subject: Add random and urandom. --- etc/MAKEDEV | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'etc/MAKEDEV') diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 41708d6..1dc27e1 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -93,7 +93,7 @@ # isdn* ISDN devices # labpc* National Instrument's Lab-PC and LAB-PC+ # -# $Id: MAKEDEV,v 1.106 1995/09/22 20:42:11 peter Exp $ +# $Id: MAKEDEV,v 1.107 1995/10/17 16:26:54 bde Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin: @@ -872,6 +872,16 @@ pcaudio) chown root.wheel pcaudio pcaudioctl ;; +random) + rm -f random + mknod random c 2 3; chmod 660 random; chown root.kmem random + ;; + +urandom) + rm -f urandom + mknod urandom c 2 4; chmod 660 urandom; chown root.kmem urandom + ;; + socksys) rm -f socksys nfsd spx mknod socksys c 41 0 -- cgit v1.1