Browse Source

cgfour* matches cgfourteen*, duh

OPENBSD_2_2
deraadt 27 years ago
parent
commit
94ed4023c3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.sparc/MAKEDEV

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

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.30 1997/08/08 09:43:02 downsj Exp $
# $OpenBSD: MAKEDEV,v 1.31 1997/08/24 22:44:08 deraadt Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -226,7 +226,7 @@ cgthree*)
mknod cgthree$unit c 55 $unit; chmod 666 cgthree$unit
;;
cgfour*)
cgfour[0-9]*)
mknod cgfour$unit c 39 $unit; chmod 666 cgfour$unit
;;


Loading…
Cancel
Save