summaryrefslogtreecommitdiff
path: root/etc/etc.atari
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>1997-07-31 04:08:15 +0000
committerperry <perry@NetBSD.org>1997-07-31 04:08:15 +0000
commit07a71fdfd0ae8525ca25253e7c0f13d32ceddde3 (patch)
treefd32e843cd19cd670c722d4f98ece3e6b07feb18 /etc/etc.atari
parente53ae14bdd9123c748fe5c64f6abeb8b63f762e9 (diff)
Make MAKEDEV and MAKEDEV.local mutually consistant. Reported in
pr #2596 by Tatoku Ogaito, but my fix is different from his. This is purely an aesthetic change.
Diffstat (limited to 'etc/etc.atari')
-rw-r--r--etc/etc.atari/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.atari/MAKEDEV b/etc/etc.atari/MAKEDEV
index 965747cc830..df16b125b66 100644
--- a/etc/etc.atari/MAKEDEV
+++ b/etc/etc.atari/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.19 1997/07/23 01:29:43 phil Exp $
+# $NetBSD: MAKEDEV,v 1.20 1997/07/31 04:08:22 perry Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -469,7 +469,7 @@ ipl)
local)
umask 0
- sh MAKEDEV.local
+ sh MAKEDEV.local all
umask 77
;;