Browse Source

sync

OPENBSD_3_5
drahn 21 years ago
parent
commit
70b1944676
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/etc.cats/MAKEDEV

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

@ -3,7 +3,7 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
# OpenBSD: etc.cats/MAKEDEV.md,v 1.2 2004/02/10 01:31:20 millert Exp
# OpenBSD: etc.cats/MAKEDEV.md,v 1.3 2004/02/11 21:28:14 drahn Exp
# OpenBSD: MAKEDEV.mi,v 1.68 2004/02/10 01:31:20 millert Exp
# OpenBSD: MAKEDEV.sub,v 1.9 2004/01/12 22:18:24 todd Exp
#
@ -415,8 +415,8 @@ tty[C-F]*)
ttyF*) n=F m=768;;
esac
case $U in
[0-9a-f]) M tty$n$U c 67 $(( 16#$U + $m )) 600;;
cfg) M tty${n}cfg c 67 $((255+$m)) 600;;
[0-9a-f]) M tty$n$U c 60 $(( 16#$U + $m )) 600;;
cfg) M tty${n}cfg c 60 $((255+$m)) 600;;
*) echo bad unit $U for $i; exit 1;;
esac
;;


Loading…
Cancel
Save