summaryrefslogtreecommitdiff
path: root/etc/etc.x68k
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-05-13 05:35:02 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-05-13 05:35:02 +0000
commit1eab4c1ea709703e299cf22769b4408bd1e0f2b3 (patch)
tree5525546d13e0503081b760ccf509974dd69ea154 /etc/etc.x68k
parent3915bbd2a1acc58e9031ce6a1e6e2f886bc8e143 (diff)
Only run MAKEDEV.local if it exists. Avoids an error message
during installs where there is no MAKEDEV.local.
Diffstat (limited to 'etc/etc.x68k')
-rw-r--r--etc/etc.x68k/MAKEDEV6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.x68k/MAKEDEV b/etc/etc.x68k/MAKEDEV
index 3ab91c7d8ca..6f954a8da8f 100644
--- a/etc/etc.x68k/MAKEDEV
+++ b/etc/etc.x68k/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.7 1997/04/23 20:39:06 gvf Exp $
+# $OpenBSD: MAKEDEV,v 1.8 1997/05/13 05:35:01 millert Exp $
# $NetBSD: MAKEDEV,v 1.1.1.1.4.1 1996/06/17 02:36:16 oki Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@@ -34,7 +34,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: MAKEDEV,v 1.7 1997/04/23 20:39:06 gvf Exp $
+# $Id: MAKEDEV,v 1.8 1997/05/13 05:35:01 millert Exp $
#
# from:
# hp300/MAKEDEV (1/15/94), from:
@@ -482,7 +482,7 @@ bell*)
local)
umask 0
- sh MAKEDEV.local
+ test -s MAKEDEV.local && sh MAKEDEV.local
umask 77
;;