artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c823858
)
fix ipl major number
author
kstailey
<kstailey@openbsd.org>
Wed, 5 Feb 1997 02:37:45 +0000
(
02:37
+0000)
committer
kstailey
<kstailey@openbsd.org>
Wed, 5 Feb 1997 02:37:45 +0000
(
02:37
+0000)
etc/etc.sun3/MAKEDEV
patch
|
blob
|
history
diff --git
a/etc/etc.sun3/MAKEDEV
b/etc/etc.sun3/MAKEDEV
index
03d1e9e
..
a6f0d29
100644
(file)
--- a/
etc/etc.sun3/MAKEDEV
+++ b/
etc/etc.sun3/MAKEDEV
@@
-1,6
+1,6
@@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.1
1 1997/01/13 00:29:28
kstailey Exp $
+# $OpenBSD: MAKEDEV,v 1.1
2 1997/02/05 02:37:45
kstailey Exp $
# $NetBSD: MAKEDEV,v 1.8 1996/03/03 16:54:17 thorpej Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@@
-127,7
+127,7
@@
bpf*)
;;
ipl)
- mknod ipl c 7
2
0
+ mknod ipl c 7
5
0
chown root.wheel ipl
;;