1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Add random and urandom.

This commit is contained in:
Bruce Evans 1995-10-29 15:52:31 +00:00
parent a98ca4699e
commit 2226a9e686
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11922
2 changed files with 22 additions and 2 deletions

View File

@ -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

View File

@ -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