Zap default creation of /dev/lkm - it doesn't point to anything anymore

This commit is contained in:
Peter Wemm 1999-04-24 20:57:39 +00:00
parent 98e32b1820
commit 7c01dc0998
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46028
3 changed files with 3 additions and 6 deletions

View File

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

View File

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

View File

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