Source-Changes-HG archive

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

[src/trunk]: src/distrib after checking and setting DONEPROFILE, export it so...



details:   https://anonhg.NetBSD.org/src/rev/53a2e1808190
branches:  trunk
changeset: 474023:53a2e1808190
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sat Jun 26 06:12:49 1999 +0000

description:
after checking and setting DONEPROFILE, export it so that children of the
shell (e.g.  programs and shells invoked via sysinst) don't try to run
sysinst again.  Fixes PR#7805.

diffstat:

 distrib/alpha/instkernel/ramdisk/dot.hdprofile  |  3 ++-
 distrib/alpha/instkernel/ramdisk/dot.profile    |  3 ++-
 distrib/amiga/floppies/inst/dot.profile         |  3 ++-
 distrib/amiga/floppies/upgr/dot.hdprofile       |  3 ++-
 distrib/amiga/floppies/upgr/dot.profile         |  3 ++-
 distrib/amiga/miniroot/dot.profile              |  3 ++-
 distrib/arm32/floppies/inst/dot.hdprofile       |  3 ++-
 distrib/arm32/floppies/inst/dot.profile         |  3 ++-
 distrib/arm32/floppies/upgr/dot.hdprofile       |  3 ++-
 distrib/arm32/floppies/upgr/dot.profile         |  3 ++-
 distrib/arm32/ramdisk/dot.hdprofile             |  3 ++-
 distrib/arm32/ramdisk/dot.profile               |  3 ++-
 distrib/atari/miniroot/dot.profile              |  3 ++-
 distrib/bebox/floppies/ramdisk/dot.hdprofile    |  3 ++-
 distrib/bebox/floppies/ramdisk/dot.profile      |  3 ++-
 distrib/hp300/miniroot/dot.profile              |  3 ++-
 distrib/i386/floppies/ramdisk/dot.hdprofile     |  3 ++-
 distrib/i386/floppies/ramdisk/dot.profile       |  3 ++-
 distrib/mac68k/instkernel/ramdisk/dot.hdprofile |  3 ++-
 distrib/mac68k/instkernel/ramdisk/dot.profile   |  3 ++-
 distrib/mac68k/miniroot/dot.profile             |  3 ++-
 distrib/macppc/floppies/ramdisk/dot.profile     |  3 ++-
 distrib/mvme68k/miniroot/dot.profile            |  3 ++-
 distrib/pc532/floppies/inst/dot.hdprofile       |  3 ++-
 distrib/pc532/floppies/inst/dot.profile         |  3 ++-
 distrib/pc532/floppies/upgr/dot.hdprofile       |  3 ++-
 distrib/pc532/floppies/upgr/dot.profile         |  3 ++-
 distrib/pmax/ramdisk/dot.hdprofile              |  3 ++-
 distrib/pmax/ramdisk/dot.profile                |  3 ++-
 distrib/sparc/miniroot/dot.profile              |  3 ++-
 distrib/sparc/ramdisk.sysinst/dot.profile.m4    |  3 ++-
 distrib/sparc/ramdisk/dot.profile               |  3 ++-
 distrib/sparc64/miniroot/dot.profile            |  3 ++-
 distrib/vax/ramdisk/dot.hdprofile               |  3 ++-
 distrib/vax/ramdisk/dot.profile                 |  3 ++-
 distrib/x68k/floppies/ramdisk/dot.hdprofile     |  3 ++-
 distrib/x68k/floppies/ramdisk/dot.profile       |  3 ++-
 37 files changed, 74 insertions(+), 37 deletions(-)

diffs (truncated from 653 to 300 lines):

diff -r 83f53634b416 -r 53a2e1808190 distrib/alpha/instkernel/ramdisk/dot.hdprofile
--- a/distrib/alpha/instkernel/ramdisk/dot.hdprofile    Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/alpha/instkernel/ramdisk/dot.hdprofile    Sat Jun 26 06:12:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.hdprofile,v 1.1 1998/02/01 01:58:53 thorpej Exp $
+#      $NetBSD: dot.hdprofile,v 1.2 1999/06/26 06:12:49 cgd Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # All rights reserved.
@@ -40,6 +40,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        echo "Checking filesystems..."
        fsck -y
diff -r 83f53634b416 -r 53a2e1808190 distrib/alpha/instkernel/ramdisk/dot.profile
--- a/distrib/alpha/instkernel/ramdisk/dot.profile      Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/alpha/instkernel/ramdisk/dot.profile      Sat Jun 26 06:12:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.2 1999/04/29 01:23:53 ross Exp $
+#      $NetBSD: dot.profile,v 1.3 1999/06/26 06:12:49 cgd Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -43,6 +43,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        # get the terminal type
        eval `tset -s -m ":?$TERM"`
diff -r 83f53634b416 -r 53a2e1808190 distrib/amiga/floppies/inst/dot.profile
--- a/distrib/amiga/floppies/inst/dot.profile   Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/amiga/floppies/inst/dot.profile   Sat Jun 26 06:12:49 1999 +0000
@@ -27,7 +27,7 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
-#       $NetBSD: dot.profile,v 1.4 1998/01/09 21:51:28 perry Exp $
+#       $NetBSD: dot.profile,v 1.5 1999/06/26 06:12:50 cgd Exp $
 
 PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
 export PATH
@@ -40,6 +40,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        # set up some sane defaults
        echo 'erase ^?, werase ^W, kill ^U, intr ^C'
diff -r 83f53634b416 -r 53a2e1808190 distrib/amiga/floppies/upgr/dot.hdprofile
--- a/distrib/amiga/floppies/upgr/dot.hdprofile Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/amiga/floppies/upgr/dot.hdprofile Sat Jun 26 06:12:49 1999 +0000
@@ -27,7 +27,7 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
-#       $NetBSD: dot.hdprofile,v 1.3 1998/01/09 21:51:29 perry Exp $
+#       $NetBSD: dot.hdprofile,v 1.4 1999/06/26 06:12:51 cgd Exp $
 
 PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
 export PATH
@@ -40,6 +40,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        echo "Checking filesystems..."
        fsck -y
diff -r 83f53634b416 -r 53a2e1808190 distrib/amiga/floppies/upgr/dot.profile
--- a/distrib/amiga/floppies/upgr/dot.profile   Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/amiga/floppies/upgr/dot.profile   Sat Jun 26 06:12:49 1999 +0000
@@ -27,7 +27,7 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
-#       $NetBSD: dot.profile,v 1.3 1998/01/09 21:51:30 perry Exp $
+#       $NetBSD: dot.profile,v 1.4 1999/06/26 06:12:51 cgd Exp $
 
 PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
 export PATH
@@ -40,6 +40,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        # set up some sane defaults
        echo 'erase ^?, werase ^W, kill ^U, intr ^C'
diff -r 83f53634b416 -r 53a2e1808190 distrib/amiga/miniroot/dot.profile
--- a/distrib/amiga/miniroot/dot.profile        Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/amiga/miniroot/dot.profile        Sat Jun 26 06:12:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.4 1998/01/09 21:51:32 perry Exp $
+#      $NetBSD: dot.profile,v 1.5 1999/06/26 06:12:51 cgd Exp $
 #
 # Copyright (c) 1995 Jason R. Thorpe
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -41,6 +41,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        # set up some sane defaults
        echo 'erase ^?, werase ^W, kill ^U, intr ^C'
diff -r 83f53634b416 -r 53a2e1808190 distrib/arm32/floppies/inst/dot.hdprofile
--- a/distrib/arm32/floppies/inst/dot.hdprofile Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/arm32/floppies/inst/dot.hdprofile Sat Jun 26 06:12:49 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.hdprofile,v 1.2 1998/01/09 21:51:33 perry Exp $
+# $NetBSD: dot.hdprofile,v 1.3 1999/06/26 06:12:52 cgd Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # All rights reserved.
@@ -40,6 +40,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        echo "Checking filesystems..."
        fsck -y
diff -r 83f53634b416 -r 53a2e1808190 distrib/arm32/floppies/inst/dot.profile
--- a/distrib/arm32/floppies/inst/dot.profile   Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/arm32/floppies/inst/dot.profile   Sat Jun 26 06:12:49 1999 +0000
@@ -27,7 +27,7 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
-#       $NetBSD: dot.profile,v 1.3 1998/01/09 21:51:34 perry Exp $
+#       $NetBSD: dot.profile,v 1.4 1999/06/26 06:12:52 cgd Exp $
 
 PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
 export PATH
@@ -40,6 +40,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        # set up some sane defaults
        echo 'erase ^H, werase ^W, kill ^U, intr ^C'
diff -r 83f53634b416 -r 53a2e1808190 distrib/arm32/floppies/upgr/dot.hdprofile
--- a/distrib/arm32/floppies/upgr/dot.hdprofile Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/arm32/floppies/upgr/dot.hdprofile Sat Jun 26 06:12:49 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.hdprofile,v 1.2 1998/01/09 21:51:36 perry Exp $
+# $NetBSD: dot.hdprofile,v 1.3 1999/06/26 06:12:52 cgd Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # All rights reserved.
@@ -40,6 +40,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        echo "Checking filesystems..."
        fsck -y
diff -r 83f53634b416 -r 53a2e1808190 distrib/arm32/floppies/upgr/dot.profile
--- a/distrib/arm32/floppies/upgr/dot.profile   Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/arm32/floppies/upgr/dot.profile   Sat Jun 26 06:12:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.3 1998/01/09 21:51:37 perry Exp $
+#      $NetBSD: dot.profile,v 1.4 1999/06/26 06:12:52 cgd Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # All rights reserved.
@@ -40,6 +40,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        # set up some sane defaults
        echo 'erase ^H, werase ^W, kill ^U, intr ^C'
diff -r 83f53634b416 -r 53a2e1808190 distrib/arm32/ramdisk/dot.hdprofile
--- a/distrib/arm32/ramdisk/dot.hdprofile       Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/arm32/ramdisk/dot.hdprofile       Sat Jun 26 06:12:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.hdprofile,v 1.3 1998/09/29 03:08:47 mark Exp $
+#      $NetBSD: dot.hdprofile,v 1.4 1999/06/26 06:12:53 cgd Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # All rights reserved.
@@ -40,6 +40,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        echo "Checking filesystems..."
        fsck -y
diff -r 83f53634b416 -r 53a2e1808190 distrib/arm32/ramdisk/dot.profile
--- a/distrib/arm32/ramdisk/dot.profile Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/arm32/ramdisk/dot.profile Sat Jun 26 06:12:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.4 1998/10/05 00:20:43 mark Exp $
+#      $NetBSD: dot.profile,v 1.5 1999/06/26 06:12:53 cgd Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -43,6 +43,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        # set up some sane defaults
        echo 'erase ^?, werase ^W, kill ^U, intr ^C'
diff -r 83f53634b416 -r 53a2e1808190 distrib/atari/miniroot/dot.profile
--- a/distrib/atari/miniroot/dot.profile        Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/atari/miniroot/dot.profile        Sat Jun 26 06:12:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.4 1998/01/09 21:51:41 perry Exp $
+#      $NetBSD: dot.profile,v 1.5 1999/06/26 06:12:53 cgd Exp $
 #
 # Copyright (c) 1995 Jason R. Thorpe
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -41,6 +41,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        # set up some sane defaults
        echo 'erase ^H, werase ^W, kill ^U, intr ^C'
diff -r 83f53634b416 -r 53a2e1808190 distrib/bebox/floppies/ramdisk/dot.hdprofile
--- a/distrib/bebox/floppies/ramdisk/dot.hdprofile      Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/bebox/floppies/ramdisk/dot.hdprofile      Sat Jun 26 06:12:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.hdprofile,v 1.1 1998/11/19 08:58:04 sakamoto Exp $
+#      $NetBSD: dot.hdprofile,v 1.2 1999/06/26 06:12:55 cgd Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # All rights reserved.
@@ -40,6 +40,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        echo "Checking filesystems..."
        fsck -y
diff -r 83f53634b416 -r 53a2e1808190 distrib/bebox/floppies/ramdisk/dot.profile
--- a/distrib/bebox/floppies/ramdisk/dot.profile        Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/bebox/floppies/ramdisk/dot.profile        Sat Jun 26 06:12:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.1 1998/11/19 08:58:04 sakamoto Exp $
+#      $NetBSD: dot.profile,v 1.2 1999/06/26 06:12:56 cgd Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -43,6 +43,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        # set up some sane defaults
        echo 'erase ^?, werase ^W, kill ^U, intr ^C'
diff -r 83f53634b416 -r 53a2e1808190 distrib/hp300/miniroot/dot.profile
--- a/distrib/hp300/miniroot/dot.profile        Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/hp300/miniroot/dot.profile        Sat Jun 26 06:12:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.2 1998/01/09 21:51:42 perry Exp $
+#      $NetBSD: dot.profile,v 1.3 1999/06/26 06:12:56 cgd Exp $
 #
 # Copyright (c) 1995 Jason R. Thorpe
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -41,6 +41,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        # set up some sane defaults
        echo 'erase ^H, werase ^W, kill ^U, intr ^C'
diff -r 83f53634b416 -r 53a2e1808190 distrib/i386/floppies/ramdisk/dot.hdprofile
--- a/distrib/i386/floppies/ramdisk/dot.hdprofile       Sat Jun 26 04:44:36 1999 +0000
+++ b/distrib/i386/floppies/ramdisk/dot.hdprofile       Sat Jun 26 06:12:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.hdprofile,v 1.3 1998/01/09 21:51:44 perry Exp $
+#      $NetBSD: dot.hdprofile,v 1.4 1999/06/26 06:12:56 cgd Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # All rights reserved.
@@ -40,6 +40,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        echo "Checking filesystems..."



Home | Main Index | Thread Index | Old Index