Browse Source

add missing entries for xfs in all

OPENBSD_2_4
art 26 years ago
parent
commit
c5073ca670
6 changed files with 20 additions and 11 deletions
  1. +2
    -2
      src/etc/etc.amiga/MAKEDEV
  2. +10
    -2
      src/etc/etc.hp300/MAKEDEV
  3. +2
    -2
      src/etc/etc.mac68k/MAKEDEV
  4. +2
    -1
      src/etc/etc.pmax/MAKEDEV
  5. +2
    -2
      src/etc/etc.powerpc/MAKEDEV
  6. +2
    -2
      src/etc/etc.sun3/MAKEDEV

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

@ -1,5 +1,5 @@
#!/bin/sh -
# $OpenBSD: MAKEDEV,v 1.38 1998/09/25 11:11:58 todd Exp $
# $OpenBSD: MAKEDEV,v 1.39 1998/10/15 21:24:52 art Exp $
# $NetBSD: MAKEDEV,v 1.21 1996/05/19 21:03:49 veego Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -170,7 +170,7 @@ all)
sh $this view00 view01 view02 view03 view04 view05 pty0 pty1
sh $this lpa0 lpa1 lpt0 lpt1 lpt2 ipl
sh $this ccd0 ccd1 ccd2 ccd3 wd0 wd1 acd0 ch0 uk0 uk1
sh $this tun0 tun1 par0 lkm ss0 random audio0 local
sh $this tun0 tun1 par0 lkm ss0 random audio0 xfs0 local
;;
floppy|ramdisk)


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

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.27 1998/09/15 10:23:22 pattonme Exp $
# $OpenBSD: MAKEDEV,v 1.28 1998/10/15 21:24:53 art Exp $
# $NetBSD: MAKEDEV,v 1.12 1995/11/05 23:50:22 thorpej Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -66,6 +66,7 @@
# tun* network tunnel driver
# lkm loadable kernel modules interface
# *random inkernel random number generator
# xfs* XFS filesystem devices
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin
@ -101,7 +102,7 @@ all)
sh MAKEDEV sd0 sd1 sd2 rd0 rd1 pty0 vnd0 vnd1 vnd2 vnd3
sh MAKEDEV hil grf0 apci0 ppi0 ite0 dca0 dcm0 dcm1 dcm2 dcm3
sh MAKEDEV bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9
sh MAKEDEV ipl tun0 tun1 tun2 tun3 lkm random
sh MAKEDEV ipl tun0 tun1 tun2 tun3 lkm random xfs0
sh MAKEDEV local
;;
@ -486,6 +487,13 @@ random|srandom|urandom|prandom|arandom)
chmod 644 random srandom urandom prandom arandom
;;
xfs*)
rm -f xfs$unit
mknod xfs$unit c 51 $unit
chmod 600 xfs$unit
chown root.wheel xfs$unit
;;
local)
umask 0
test -s MAKEDEV.local && sh MAKEDEV.local


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

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.25 1998/09/25 12:28:04 todd Exp $
# $OpenBSD: MAKEDEV,v 1.26 1998/10/15 21:24:53 art Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -144,7 +144,7 @@ all)
sh $this lkm
sh $this random
sh $this uk0 uk1
sh $this ss0
sh $this ss0 xfs0
sh $this local
;;


+ 2
- 1
src/etc/etc.pmax/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.25 1998/09/25 11:28:22 todd Exp $
# $OpenBSD: MAKEDEV,v 1.26 1998/10/15 21:24:53 art Exp $
# @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
#
@ -115,6 +115,7 @@ all)
# sh $this tun0 tun1 tun2 tun3
sh $this bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9
# sh $this lkm local
sh $this xfs0
sh $this fb0 fb1 fb2
;;


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

@ -1,5 +1,5 @@
#!/bin/sh -
# $OpenBSD: MAKEDEV,v 1.23 1998/10/10 06:25:20 rahnds Exp $
# $OpenBSD: MAKEDEV,v 1.24 1998/10/15 21:24:53 art Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -143,7 +143,7 @@ all)
sh $this tun0 tun1 tun2 tun3
sh $this random uk0 uk1 ss0 ss1
sh $this kbd mouse
sh $this lkm
sh $this lkm xfs0
sh $this local
;;


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

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.23 1998/09/27 21:59:51 kstailey Exp $
# $OpenBSD: MAKEDEV,v 1.24 1998/10/15 21:24:53 art Exp $
# $NetBSD: MAKEDEV,v 1.8 1996/03/03 16:54:17 thorpej Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -90,7 +90,7 @@ case $arg in
all)
sh $this std fd sd0 sd1 sd2 sd3 st0 st1 pty0 random ss0 uk0
sh $this bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9
sh $this ipl
sh $this ipl xfs0
;;
std)


Loading…
Cancel
Save