diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-24 22:44:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-24 22:44:09 +0000 |
commit | 0a88e64b0c6184b79d7c29b02d98f49c4bd56999 (patch) | |
tree | 1133391f2e83d73bad6d10ded475f7878eaeb1cb /etc/etc.sparc | |
parent | 34f7b2e05d8a46be7d1350e182013d3523e33f04 (diff) |
cgfour* matches cgfourteen*, duh
Diffstat (limited to 'etc/etc.sparc')
-rw-r--r-- | etc/etc.sparc/MAKEDEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.sparc/MAKEDEV b/etc/etc.sparc/MAKEDEV index 39ddeba518b..c5f73405299 100644 --- a/etc/etc.sparc/MAKEDEV +++ b/etc/etc.sparc/MAKEDEV @@ -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 ;; |