mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Zap default creation of /dev/lkm - it doesn't point to anything anymore
This commit is contained in:
parent
98e32b1820
commit
7c01dc0998
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46028
@ -126,7 +126,7 @@
|
||||
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
|
||||
# kbd keyboard devices
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.193 1999/03/16 13:34:00 sos Exp $
|
||||
# $Id: MAKEDEV,v 1.194 1999/04/08 21:23:18 msmith Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
|
||||
@ -253,7 +253,6 @@ std)
|
||||
mknod stdin c 22 0; chmod 666 stdin
|
||||
mknod stdout c 22 1; chmod 666 stdout
|
||||
mknod stderr c 22 2; chmod 666 stderr
|
||||
mknod lkm c 32 0; chmod 644 lkm
|
||||
mknod pci c 78 0; chmod 644 pci
|
||||
mkdir -p fd
|
||||
(cd fd && eval `echo "" | awk ' BEGIN { \
|
||||
|
@ -107,7 +107,7 @@
|
||||
# pci PCI configuration-space access from user mode
|
||||
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.4 1999/02/04 20:35:07 mjacob Exp $
|
||||
# $Id: MAKEDEV,v 1.5 1999/02/05 22:53:18 mjacob Exp $
|
||||
# from etc.i386 MAKEDEV,v 1.171 1998/09/15 10:21:35 gibbs Exp
|
||||
#
|
||||
|
||||
@ -227,7 +227,6 @@ std)
|
||||
mknod stdin c 22 0; chmod 666 stdin
|
||||
mknod stdout c 22 1; chmod 666 stdout
|
||||
mknod stderr c 22 2; chmod 666 stderr
|
||||
mknod lkm c 32 0; chmod 644 lkm
|
||||
mknod pci c 78 0; chmod 644 pci
|
||||
mkdir -p fd
|
||||
(cd fd && eval `echo "" | awk ' BEGIN { \
|
||||
|
@ -126,7 +126,7 @@
|
||||
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
|
||||
# kbd keyboard devices
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.193 1999/03/16 13:34:00 sos Exp $
|
||||
# $Id: MAKEDEV,v 1.194 1999/04/08 21:23:18 msmith Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
|
||||
@ -253,7 +253,6 @@ std)
|
||||
mknod stdin c 22 0; chmod 666 stdin
|
||||
mknod stdout c 22 1; chmod 666 stdout
|
||||
mknod stderr c 22 2; chmod 666 stderr
|
||||
mknod lkm c 32 0; chmod 644 lkm
|
||||
mknod pci c 78 0; chmod 644 pci
|
||||
mkdir -p fd
|
||||
(cd fd && eval `echo "" | awk ' BEGIN { \
|
||||
|
Loading…
Reference in New Issue
Block a user