summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2000-04-09 21:08:27 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2000-04-09 21:08:27 +0000
commit4763f87d953178f3fc702bb9686f9aad5ae95df7 (patch)
tree59ffc5fbb6118ad643ab474118570b87f87e0d0c /etc
parentbfaf74ccc8bc2a76c15b21554cf5468cf48a1792 (diff)
fix ulpt major # allocation
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.i386/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index d434ca5898e..99002590741 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.77 2000/03/29 21:46:07 aaron Exp $
+# $OpenBSD: MAKEDEV,v 1.78 2000/04/09 21:08:26 matthieu Exp $
# $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@@ -249,7 +249,7 @@ uhid*)
ulpt*)
rm -f ulpt$unit
- mknod ulpt$unit c 63 $unit
+ mknod ulpt$unit c 64 $unit
chown root.wheel ulpt$unit
chmod 600 ulpt$unit
;;