summaryrefslogtreecommitdiff
path: root/etc/etc.arm32
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.arm32
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.arm32')
-rw-r--r--etc/etc.arm32/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.arm32/MAKEDEV b/etc/etc.arm32/MAKEDEV
index b9f3324d76a..81113e0e01c 100644
--- a/etc/etc.arm32/MAKEDEV
+++ b/etc/etc.arm32/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.7 1996/12/14 18:23:53 millert Exp $
+# $OpenBSD: MAKEDEV,v 1.8 1997/05/13 05:34:50 millert Exp $
# $NetBSD: MAKEDEV,v 1.3 1996/04/26 20:10:24 mark Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@@ -360,7 +360,7 @@ random|srandom|urandom|prandom|arandom)
local)
umask 0
- sh MAKEDEV.local
+ test -s MAKEDEV.local && sh MAKEDEV.local
;;
esac