Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Sync "sh $0.local all" lines.



details:   https://anonhg.NetBSD.org/src/rev/c3fcf2970803
branches:  trunk
changeset: 533036:c3fcf2970803
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Jun 19 15:08:40 2002 +0000

description:
Sync "sh $0.local all" lines.

diffstat:

 etc/etc.dreamcast/MAKEDEV |  4 ++--
 etc/etc.evbsh3/MAKEDEV    |  4 ++--
 etc/etc.mipsco/MAKEDEV    |  4 ++--
 etc/etc.news68k/MAKEDEV   |  4 ++--
 etc/etc.newsmips/MAKEDEV  |  4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diffs (100 lines):

diff -r bdc9e1026502 -r c3fcf2970803 etc/etc.dreamcast/MAKEDEV
--- a/etc/etc.dreamcast/MAKEDEV Wed Jun 19 15:02:47 2002 +0000
+++ b/etc/etc.dreamcast/MAKEDEV Wed Jun 19 15:08:40 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.20 2002/06/18 13:40:18 wiz Exp $
+#      $NetBSD: MAKEDEV,v 1.21 2002/06/19 15:08:40 wiz Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -409,7 +409,7 @@
 
 local)
        umask 0
-       #sh $0.local all
+       sh $0.local all
        umask 77
        ;;
 
diff -r bdc9e1026502 -r c3fcf2970803 etc/etc.evbsh3/MAKEDEV
--- a/etc/etc.evbsh3/MAKEDEV    Wed Jun 19 15:02:47 2002 +0000
+++ b/etc/etc.evbsh3/MAKEDEV    Wed Jun 19 15:08:40 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.16 2002/06/18 13:54:40 wiz Exp $
+#      $NetBSD: MAKEDEV,v 1.17 2002/06/19 15:08:41 wiz Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -341,7 +341,7 @@
 
 local)
        umask 0
-       #sh $0.local all
+       sh $0.local all
        umask 77
        ;;
 
diff -r bdc9e1026502 -r c3fcf2970803 etc/etc.mipsco/MAKEDEV
--- a/etc/etc.mipsco/MAKEDEV    Wed Jun 19 15:02:47 2002 +0000
+++ b/etc/etc.mipsco/MAKEDEV    Wed Jun 19 15:08:40 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.15 2002/06/18 13:40:21 wiz Exp $
+#      $NetBSD: MAKEDEV,v 1.16 2002/06/19 15:08:41 wiz Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -363,7 +363,7 @@
 
 local)
        umask 0
-       sh $0.local
+       sh $0.local all
        ;;
 
 *)
diff -r bdc9e1026502 -r c3fcf2970803 etc/etc.news68k/MAKEDEV
--- a/etc/etc.news68k/MAKEDEV   Wed Jun 19 15:02:47 2002 +0000
+++ b/etc/etc.news68k/MAKEDEV   Wed Jun 19 15:08:40 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.19 2002/06/18 13:40:27 wiz Exp $
+#      $NetBSD: MAKEDEV,v 1.20 2002/06/19 15:08:41 wiz Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -369,7 +369,7 @@
 
 local)
        umask 0
-       sh $0.local
+       sh $0.local all
        ;;
 
 *)
diff -r bdc9e1026502 -r c3fcf2970803 etc/etc.newsmips/MAKEDEV
--- a/etc/etc.newsmips/MAKEDEV  Wed Jun 19 15:02:47 2002 +0000
+++ b/etc/etc.newsmips/MAKEDEV  Wed Jun 19 15:08:40 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.32 2002/06/18 13:40:27 wiz Exp $
+#      $NetBSD: MAKEDEV,v 1.33 2002/06/19 15:08:43 wiz Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -426,7 +426,7 @@
 
 local)
        umask 0
-       sh $0.local
+       sh $0.local all
        ;;
 
 *)



Home | Main Index | Thread Index | Old Index