Browse Source

remove ksyms in std entry like other std things

OPENBSD_2_4
millert 26 years ago
parent
commit
f3bc659222
5 changed files with 11 additions and 11 deletions
  1. +2
    -2
      src/etc/etc.alpha/MAKEDEV
  2. +2
    -2
      src/etc/etc.amiga/MAKEDEV
  3. +2
    -2
      src/etc/etc.hp300/MAKEDEV
  4. +2
    -2
      src/etc/etc.i386/MAKEDEV
  5. +3
    -3
      src/etc/etc.mvme68k/MAKEDEV

+ 2
- 2
src/etc/etc.alpha/MAKEDEV View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $OpenBSD: MAKEDEV,v 1.34 1998/08/24 05:29:48 millert Exp $
# $OpenBSD: MAKEDEV,v 1.35 1998/08/24 05:49:48 millert Exp $
# $NetBSD: MAKEDEV,v 1.8.4.1 1996/06/18 00:41:56 cgd Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -118,7 +118,7 @@ raminst)
;;
std)
rm -f console drum mem kmem null zero io tty klog stdin stdout stderr
rm -f console drum mem kmem null zero io tty klog stdin stdout stderr ksyms
mknod console c 0 0
mknod drum c 3 0 ; chmod 640 drum ; chown root.kmem drum
mknod kmem c 2 1 ; chmod 640 kmem ; chown root.kmem kmem


+ 2
- 2
src/etc/etc.amiga/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.34 1998/08/24 05:30:07 millert Exp $
# $OpenBSD: MAKEDEV,v 1.35 1998/08/24 05:49:55 millert Exp $
# $NetBSD: MAKEDEV,v 1.21 1996/05/19 21:03:49 veego Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -135,7 +135,7 @@ floppy|ramdisk)
std)
rm -f console drum kmem mem reload null zero tty
rm -f klog stdin stdout stderr ipf
rm -f klog stdin stdout stderr ipf ksyms
mknod console c 0 0
mknod drum c 3 0 ; chmod 640 drum ; chown root.kmem drum
mknod kmem c 2 1 ; chmod 640 kmem ; chown root.kmem kmem


+ 2
- 2
src/etc/etc.hp300/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.25 1998/08/24 05:29:53 millert Exp $
# $OpenBSD: MAKEDEV,v 1.26 1998/08/24 05:49:51 millert Exp $
# $NetBSD: MAKEDEV,v 1.12 1995/11/05 23:50:22 thorpej Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -113,7 +113,7 @@ raminst)
;;
std)
rm -f console drum kmem mem null zero tty klog stdin stdout stderr
rm -f console drum kmem mem null zero tty klog stdin stdout stderr ksyms
mknod console c 0 0
mknod drum c 3 0 ; chmod 640 drum ; chown root.kmem drum
mknod kmem c 2 1 ; chmod 640 kmem ; chown root.kmem kmem


+ 2
- 2
src/etc/etc.i386/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.60 1998/08/24 05:29:56 millert Exp $
# $OpenBSD: MAKEDEV,v 1.61 1998/08/24 05:49:52 millert Exp $
# $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -134,7 +134,7 @@ ramdisk)
;;
std)
rm -f console drum mem kmem xf86 null zero io tty klog stdin stdout stderr
rm -f console drum mem kmem xf86 null zero io tty klog stdin stdout stderr ksyms
mknod console c 0 0
mknod drum c 4 0 ; chmod 640 drum ; chown root.kmem drum
mknod kmem c 2 1 ; chmod 640 kmem ; chown root.kmem kmem


+ 3
- 3
src/etc/etc.mvme68k/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.22 1998/08/24 05:29:59 millert Exp $
# $OpenBSD: MAKEDEV,v 1.23 1998/08/24 05:49:54 millert Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -33,7 +33,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $Id: MAKEDEV,v 1.22 1998/08/24 05:29:59 millert Exp $
# $Id: MAKEDEV,v 1.23 1998/08/24 05:49:54 millert Exp $
#
# Device "make" file. Valid arguments:
# all makes all known devices, including local devices,
@ -103,7 +103,7 @@ all)
std)
rm -f console drum kmem mem null zero tty
rm -f klog stdin stdout stderr
rm -f klog stdin stdout stderr ksyms
mknod console c 0 0
mknod drum c 3 0 ; chmod 640 drum ; chown root.kmem drum
mknod kmem c 2 1 ; chmod 640 kmem ; chown root.kmem kmem


Loading…
Cancel
Save