summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-08-26 20:51:03 +0000
committerderaadt <deraadt@openbsd.org>1998-08-26 20:51:03 +0000
commit8d5a95b80503a683c89a2430d62fc8046b03bd60 (patch)
treecc978037a837d0c68300f9285d1814b68aa9095f
parentsync (diff)
downloadwireguard-openbsd-8d5a95b80503a683c89a2430d62fc8046b03bd60.tar.xz
wireguard-openbsd-8d5a95b80503a683c89a2430d62fc8046b03bd60.zip
rm before mknod
-rw-r--r--etc/etc.sparc/MAKEDEV4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/etc.sparc/MAKEDEV b/etc/etc.sparc/MAKEDEV
index c9cb17e8139..40a8c522901 100644
--- a/etc/etc.sparc/MAKEDEV
+++ b/etc/etc.sparc/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.45 1998/08/24 05:30:03 millert Exp $
+# $OpenBSD: MAKEDEV,v 1.46 1998/08/26 20:51:03 deraadt Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -187,6 +187,8 @@ ramdisk)
;;
std)
+ rm -f console drum mem kmem xf86 null zero io tty klog stdin stdout stderr ksyms
+ rm -f eeprom openprom tty[abcd] cua[abcd] fb mouse kbd
mknod console c 0 0
mknod tty c 2 0 ; chmod 666 tty
mknod kmem c 3 1 ; chmod 640 kmem ; chown root.kmem kmem