aboutsummaryrefslogtreecommitdiff
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-09-30 07:33:42 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-09-30 07:33:42 +0000
commit3c067b94d49fe09f37a89301b085f3f31d3bd8ac (patch)
tree2ebc75b210a011eb91bacf8f57706f20d499e1b6 /etc/MAKEDEV
parent9c484989893852deffc2bce571923b6081c9a9a8 (diff)
downloadsrc-3c067b94d49fe09f37a89301b085f3f31d3bd8ac.tar.gz
src-3c067b94d49fe09f37a89301b085f3f31d3bd8ac.zip
You must rm -f lkm before attempting to create it.
Notes
Notes: svn path=/head/; revision=3235
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 95d21ee2a977..8ad6195a1f0d 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -69,7 +69,7 @@
# snd* various sound cards
# pcaudio PCM audio driver
#
-# $Id: MAKEDEV,v 1.39 1994/09/07 21:35:52 phk Exp $
+# $Id: MAKEDEV,v 1.40 1994/09/23 19:17:27 wollman Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -89,6 +89,7 @@ all)
;;
std)
rm -f console drum mem kmem null zero io tty klog stdin stdout stderr
+ rm -f lkm
mknod console c 0 0; chmod 600 console; chown root.wheel console
mknod drum c 4 0; chmod 640 drum; chown root.kmem drum
mknod kmem c 2 1; chmod 640 kmem; chown root.kmem kmem