|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: MAKEDEV.local,v 1.2 1996/05/26 10:25:15 deraadt Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: MAKEDEV.local,v 1.3 1999/11/25 20:10:57 ian Exp $ |
|
|
# |
|
|
# |
|
|
# Copyright (c) 1991 The Regents of the University of California. |
|
|
# Copyright (c) 1991 The Regents of the University of California. |
|
|
# All rights reserved. |
|
|
# All rights reserved. |
|
@ -38,7 +38,7 @@ |
|
|
|
|
|
|
|
|
# Local device MAKEDEV script. |
|
|
# Local device MAKEDEV script. |
|
|
|
|
|
|
|
|
PATH=/sbin:/bin:/usr/bin |
|
|
|
|
|
|
|
|
PATH=/sbin:/usr/sbin:/bin:/usr/bin |
|
|
umask 77 |
|
|
umask 77 |
|
|
for i |
|
|
for i |
|
|
do |
|
|
do |
|
|