Zap default creation of /dev/lkm - it doesn't point to anything anymore
This commit is contained in:
parent
f0c9964ef7
commit
1f405d596b
@ -126,7 +126,7 @@
|
|||||||
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
|
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
|
||||||
# kbd keyboard devices
|
# 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
|
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
|
||||||
@ -253,7 +253,6 @@ std)
|
|||||||
mknod stdin c 22 0; chmod 666 stdin
|
mknod stdin c 22 0; chmod 666 stdin
|
||||||
mknod stdout c 22 1; chmod 666 stdout
|
mknod stdout c 22 1; chmod 666 stdout
|
||||||
mknod stderr c 22 2; chmod 666 stderr
|
mknod stderr c 22 2; chmod 666 stderr
|
||||||
mknod lkm c 32 0; chmod 644 lkm
|
|
||||||
mknod pci c 78 0; chmod 644 pci
|
mknod pci c 78 0; chmod 644 pci
|
||||||
mkdir -p fd
|
mkdir -p fd
|
||||||
(cd fd && eval `echo "" | awk ' BEGIN { \
|
(cd fd && eval `echo "" | awk ' BEGIN { \
|
||||||
|
@ -107,7 +107,7 @@
|
|||||||
# pci PCI configuration-space access from user mode
|
# pci PCI configuration-space access from user mode
|
||||||
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
|
# 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
|
# 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 stdin c 22 0; chmod 666 stdin
|
||||||
mknod stdout c 22 1; chmod 666 stdout
|
mknod stdout c 22 1; chmod 666 stdout
|
||||||
mknod stderr c 22 2; chmod 666 stderr
|
mknod stderr c 22 2; chmod 666 stderr
|
||||||
mknod lkm c 32 0; chmod 644 lkm
|
|
||||||
mknod pci c 78 0; chmod 644 pci
|
mknod pci c 78 0; chmod 644 pci
|
||||||
mkdir -p fd
|
mkdir -p fd
|
||||||
(cd fd && eval `echo "" | awk ' BEGIN { \
|
(cd fd && eval `echo "" | awk ' BEGIN { \
|
||||||
|
@ -126,7 +126,7 @@
|
|||||||
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
|
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
|
||||||
# kbd keyboard devices
|
# 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
|
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
|
||||||
@ -253,7 +253,6 @@ std)
|
|||||||
mknod stdin c 22 0; chmod 666 stdin
|
mknod stdin c 22 0; chmod 666 stdin
|
||||||
mknod stdout c 22 1; chmod 666 stdout
|
mknod stdout c 22 1; chmod 666 stdout
|
||||||
mknod stderr c 22 2; chmod 666 stderr
|
mknod stderr c 22 2; chmod 666 stderr
|
||||||
mknod lkm c 32 0; chmod 644 lkm
|
|
||||||
mknod pci c 78 0; chmod 644 pci
|
mknod pci c 78 0; chmod 644 pci
|
||||||
mkdir -p fd
|
mkdir -p fd
|
||||||
(cd fd && eval `echo "" | awk ' BEGIN { \
|
(cd fd && eval `echo "" | awk ' BEGIN { \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user