summaryrefslogtreecommitdiff
path: root/etc/etc.amiga
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.amiga
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.amiga')
-rw-r--r--etc/etc.amiga/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.amiga/MAKEDEV b/etc/etc.amiga/MAKEDEV
index 12529e76f84..f005c3778cc 100644
--- a/etc/etc.amiga/MAKEDEV
+++ b/etc/etc.amiga/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.20 1997/05/02 08:21:55 niklas Exp $
+# $OpenBSD: MAKEDEV,v 1.21 1997/05/13 05:34:48 millert Exp $
# $NetBSD: MAKEDEV,v 1.21 1996/05/19 21:03:49 veego Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@@ -516,7 +516,7 @@ uk*)
local)
umask 0
- sh MAKEDEV.local
+ test -s MAKEDEV.local && sh MAKEDEV.local
umask 77
;;