|
@ -1,5 +1,5 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# $OpenBSD: MAKEDEV,v 1.45 2001/06/17 06:40:50 brad Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: MAKEDEV,v 1.46 2001/06/23 02:29:30 drahn Exp $ |
|
|
# |
|
|
# |
|
|
# Copyright (c) 1990 The Regents of the University of California. |
|
|
# Copyright (c) 1990 The Regents of the University of California. |
|
|
# All rights reserved. |
|
|
# All rights reserved. |
|
@ -192,7 +192,7 @@ std) |
|
|
mknod stdin c 21 0 ; chmod 666 stdin |
|
|
mknod stdin c 21 0 ; chmod 666 stdin |
|
|
mknod stdout c 21 1 ; chmod 666 stdout |
|
|
mknod stdout c 21 1 ; chmod 666 stdout |
|
|
mknod stderr c 21 2 ; chmod 666 stderr |
|
|
mknod stderr c 21 2 ; chmod 666 stderr |
|
|
# mknod ksyms c 43 0 ; chmod 640 ksyms ; chown root.kmem ksyms |
|
|
|
|
|
|
|
|
mknod ksyms c 43 0 ; chmod 640 ksyms ; chown root.kmem ksyms |
|
|
;; |
|
|
;; |
|
|
|
|
|
|
|
|
usbs) |
|
|
usbs) |
|
|