summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-10-29 15:52:31 +0000
committerbde <bde@FreeBSD.org>1995-10-29 15:52:31 +0000
commit6eadaa66672f24df595076b48a89c5961a5d8f06 (patch)
tree9d95c86e0a2effbd7c84cf7b94152a48fd790170 /etc/MAKEDEV
parent88d6fa4d4abcae38b7ea2520fe4f00203d58d677 (diff)
downloadFreeBSD-src-6eadaa66672f24df595076b48a89c5961a5d8f06.zip
FreeBSD-src-6eadaa66672f24df595076b48a89c5961a5d8f06.tar.gz
Add random and urandom.
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV12
1 files changed, 11 insertions, 1 deletions
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
OpenPOWER on IntegriCloud