summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-28 09:59:27 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-28 09:59:27 +0000
commit222742d2c29a44c33c79b913956caa3f0abec493 (patch)
treee8e108419d2449ef9524ab93cee7ab75c70392c3 /etc
parentc5a61da88b8c999f38a277c0b346ef11b3bcf8b9 (diff)
downloadFreeBSD-src-222742d2c29a44c33c79b913956caa3f0abec493.zip
FreeBSD-src-222742d2c29a44c33c79b913956caa3f0abec493.tar.gz
Add zero and io to the rm -f line for std devices so they get removed before
an attempt is made to mknod them.
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV4
-rw-r--r--etc/etc.i386/MAKEDEV4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 2f910f4..4a4b33c 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -67,7 +67,7 @@
# tw* xten power controller
# snd* various sound cards
#
-# $Id: MAKEDEV,v 1.12 1993/10/23 10:58:51 jkh Exp $
+# $Id: MAKEDEV,v 1.13 1993/10/23 22:24:35 jkh Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -86,7 +86,7 @@ all)
# these are for codrv and interfere with other devices! - rgrimes
;;
std)
- rm -f console drum mem kmem null tty klog stdin stdout stderr
+ rm -f console drum mem kmem null zero io tty klog stdin stdout stderr
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
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 2f910f4..4a4b33c 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -67,7 +67,7 @@
# tw* xten power controller
# snd* various sound cards
#
-# $Id: MAKEDEV,v 1.12 1993/10/23 10:58:51 jkh Exp $
+# $Id: MAKEDEV,v 1.13 1993/10/23 22:24:35 jkh Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -86,7 +86,7 @@ all)
# these are for codrv and interfere with other devices! - rgrimes
;;
std)
- rm -f console drum mem kmem null tty klog stdin stdout stderr
+ rm -f console drum mem kmem null zero io tty klog stdin stdout stderr
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
OpenPOWER on IntegriCloud