summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/MAKEDEV12
-rw-r--r--etc/etc.i386/MAKEDEV12
2 files changed, 22 insertions, 2 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
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 41708d6..1dc27e1 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/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