diff --git a/distrib/acorn32/ramdisk/dot.profile b/distrib/acorn32/ramdisk/dot.profile index 976f3752d724..f633738db795 100644 --- a/distrib/acorn32/ramdisk/dot.profile +++ b/distrib/acorn32/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.3 2003/07/26 17:06:25 salo Exp $ +# $NetBSD: dot.profile,v 1.3.102.1 2020/01/28 10:20:25 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -60,5 +60,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then mount -t kernfs /kern /kern # run the installation or upgrade script. - sysinst + sysinst || stty sane fi diff --git a/distrib/alpha/instkernel/ramdisk/dot.profile b/distrib/alpha/instkernel/ramdisk/dot.profile index 866b1ccaff64..b5bb200b7c96 100644 --- a/distrib/alpha/instkernel/ramdisk/dot.profile +++ b/distrib/alpha/instkernel/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.10 2009/03/29 10:12:31 tsutsui Exp $ +# $NetBSD: dot.profile,v 1.10.50.1 2020/01/28 10:20:26 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -60,5 +60,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then mount -u $ROOTDEV / # run the installation program - sysinst + sysinst || stty sane fi diff --git a/distrib/amd64/ramdisks/common/dot.profile b/distrib/amd64/ramdisks/common/dot.profile index 990ceee4f5c4..96cba5ac24b1 100644 --- a/distrib/amd64/ramdisks/common/dot.profile +++ b/distrib/amd64/ramdisks/common/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.3 2011/02/13 03:58:38 jym Exp $ +# $NetBSD: dot.profile,v 1.3.48.1 2020/01/28 10:20:24 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -68,7 +68,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then if [ -x /sysinst ]; then # run the installation or upgrade script. - sysinst + sysinst || stty sane else echo "This image contains utilities which may be needed" echo "to get you out of a pinch." diff --git a/distrib/arc/ramdisk/dot.profile b/distrib/arc/ramdisk/dot.profile index ddc54cf470c6..2c722177acee 100644 --- a/distrib/arc/ramdisk/dot.profile +++ b/distrib/arc/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.4 2008/11/20 13:43:28 tsutsui Exp $ +# $NetBSD: dot.profile,v 1.4.52.1 2020/01/28 10:20:28 msaitoh Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -71,7 +71,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then read _forceloop case "$_forceloop" in i*|I*) - /sysinst + /sysinst || stty sane ;; s*|S*) diff --git a/distrib/atari/floppies/common/dot.profile b/distrib/atari/floppies/common/dot.profile index 7213bdabad38..102b5f661118 100644 --- a/distrib/atari/floppies/common/dot.profile +++ b/distrib/atari/floppies/common/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.7 2017/11/25 09:40:17 tsutsui Exp $ +# $NetBSD: dot.profile,v 1.7.6.1 2020/01/28 10:20:28 msaitoh Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -107,5 +107,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then break done - sysinst + sysinst || stty sane fi diff --git a/distrib/bebox/ramdisk/dot.profile b/distrib/bebox/ramdisk/dot.profile index a40da2d0f77c..63fbe030c996 100644 --- a/distrib/bebox/ramdisk/dot.profile +++ b/distrib/bebox/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.1 2010/10/17 11:05:18 kiyohara Exp $ +# $NetBSD: dot.profile,v 1.1.50.1 2020/01/28 10:20:26 msaitoh Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -72,7 +72,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then read _forceloop case "$_forceloop" in i*|I*) - /sysinst + /sysinst || stty sane ;; s*|S*) diff --git a/distrib/cats/ramdisk/dot.profile b/distrib/cats/ramdisk/dot.profile index 3f15b4eb5f8d..3b092722c67c 100644 --- a/distrib/cats/ramdisk/dot.profile +++ b/distrib/cats/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.4 2008/02/01 17:18:07 tsutsui Exp $ +# $NetBSD: dot.profile,v 1.4.74.1 2020/01/28 10:20:25 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -72,7 +72,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then # run the installation or upgrade script. if [ -x /sysinst ]; then # run the installation or upgrade script. - sysinst + sysinst || stty sane else echo "This image contains utilities which may be needed" echo "to get you out of a pinch." diff --git a/distrib/cobalt/ramdisk/dot.profile b/distrib/cobalt/ramdisk/dot.profile index 089dce78ace0..c7d75396af8d 100644 --- a/distrib/cobalt/ramdisk/dot.profile +++ b/distrib/cobalt/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.1 2008/02/02 14:06:48 tsutsui Exp $ +# $NetBSD: dot.profile,v 1.1.76.1 2020/01/28 10:20:24 msaitoh Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -71,7 +71,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then read _forceloop case "$_forceloop" in i*|I*) - /sysinst + /sysinst || stty sane ;; s*|S*) diff --git a/distrib/dreamcast/ramdisk/dot.profile b/distrib/dreamcast/ramdisk/dot.profile index cb629991120b..a485d23bdf68 100644 --- a/distrib/dreamcast/ramdisk/dot.profile +++ b/distrib/dreamcast/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.2 2003/07/26 17:06:39 salo Exp $ +# $NetBSD: dot.profile,v 1.2.102.1 2020/01/28 10:20:28 msaitoh Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -71,7 +71,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then read _forceloop case "$_forceloop" in i*|I*) - # /sysinst + # /sysinst || stty sane echo 'Sorry, sysinst is not ready on this port.' /bin/sh ;; diff --git a/distrib/emips/miniroot/dot.profile b/distrib/emips/miniroot/dot.profile index 1ba6d3220acf..41d940d4c401 100644 --- a/distrib/emips/miniroot/dot.profile +++ b/distrib/emips/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.1 2011/01/26 01:18:44 pooka Exp $ +# $NetBSD: dot.profile,v 1.1.50.1 2020/01/28 10:20:23 msaitoh Exp $ PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export PATH @@ -17,4 +17,4 @@ export PATH fi done - sysinst + sysinst || stty sane diff --git a/distrib/emips/ramdisk/dot.profile b/distrib/emips/ramdisk/dot.profile index 78b1a6f30a30..edb1e9ae80e9 100644 --- a/distrib/emips/ramdisk/dot.profile +++ b/distrib/emips/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.2 2011/06/19 02:40:38 tsutsui Exp $ +# $NetBSD: dot.profile,v 1.2.46.1 2020/01/28 10:20:26 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -60,5 +60,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then mount -u $ROOTDEV / # run the installation program - sysinst + sysinst || stty sane fi diff --git a/distrib/evbarm/instkernel/ramdisk/dot.profile b/distrib/evbarm/instkernel/ramdisk/dot.profile index cbc09cedd748..4af58eb1729c 100644 --- a/distrib/evbarm/instkernel/ramdisk/dot.profile +++ b/distrib/evbarm/instkernel/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.2 2003/07/26 17:06:40 salo Exp $ +# $NetBSD: dot.profile,v 1.2.102.1 2020/01/28 10:20:24 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -60,5 +60,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then mount -t kernfs /kern /kern # run the installation or upgrade script. - sysinst + sysinst || stty sane fi diff --git a/distrib/evbmips/instkernel/ramdisk/dot.profile b/distrib/evbmips/instkernel/ramdisk/dot.profile index bd0ed9aab768..e18a598bc536 100644 --- a/distrib/evbmips/instkernel/ramdisk/dot.profile +++ b/distrib/evbmips/instkernel/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.1 2006/03/30 15:45:42 shige Exp $ +# $NetBSD: dot.profile,v 1.1.90.1 2020/01/28 10:20:25 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -60,5 +60,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then mount -t kernfs /kern /kern # run the installation or upgrade script. - sysinst + sysinst || stty sane fi diff --git a/distrib/evbppc/ramdisk/dot.profile b/distrib/evbppc/ramdisk/dot.profile index a1c7a4097c16..4ec7ea96eb31 100644 --- a/distrib/evbppc/ramdisk/dot.profile +++ b/distrib/evbppc/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.4 2012/07/20 11:19:51 matt Exp $ +# $NetBSD: dot.profile,v 1.4.36.1 2020/01/28 10:20:27 msaitoh Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -72,7 +72,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then read _forceloop case "$_forceloop" in i*|I*) - /sysinst + /sysinst || stty sane ;; s*|S*) diff --git a/distrib/evbsh3/instkernel/ramdisk/dot.profile b/distrib/evbsh3/instkernel/ramdisk/dot.profile index 46ce0921cb9e..faee43766c21 100644 --- a/distrib/evbsh3/instkernel/ramdisk/dot.profile +++ b/distrib/evbsh3/instkernel/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.1 2010/04/06 15:54:31 nonaka Exp $ +# $NetBSD: dot.profile,v 1.1.50.1 2020/01/28 10:20:27 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -60,5 +60,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then mount -t kernfs /kern /kern # run the installation or upgrade script. - sysinst + sysinst || stty sane fi diff --git a/distrib/ews4800mips/floppies/ramdisk/dot.profile b/distrib/ews4800mips/floppies/ramdisk/dot.profile index 82ca21ac5dc5..b7c7b3e8c35a 100644 --- a/distrib/ews4800mips/floppies/ramdisk/dot.profile +++ b/distrib/ews4800mips/floppies/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.1 2005/12/29 16:01:31 tsutsui Exp $ +# $NetBSD: dot.profile,v 1.1.90.1 2020/01/28 10:20:26 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -63,7 +63,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then if [ -x /sysinst ]; then # run the installation or upgrade script. - sysinst + sysinst || stty sane else echo "This image contains utilities which may be needed" echo "to get you out of a pinch." diff --git a/distrib/hp300/ramdisk/dot.profile b/distrib/hp300/ramdisk/dot.profile index 876605a523e1..d965a158c357 100644 --- a/distrib/hp300/ramdisk/dot.profile +++ b/distrib/hp300/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.6 2011/02/06 18:26:51 tsutsui Exp $ +# $NetBSD: dot.profile,v 1.6.48.1 2020/01/28 10:20:26 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -80,7 +80,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then if [ -x /sysinst ]; then # run the installation or upgrade script. - sysinst + sysinst || stty sane else echo "This image contains utilities which may be needed" echo "to get you out of a pinch." diff --git a/distrib/hpcarm/miniroot/dot.profile b/distrib/hpcarm/miniroot/dot.profile index ed9540f21fce..f2747aa72eb8 100644 --- a/distrib/hpcarm/miniroot/dot.profile +++ b/distrib/hpcarm/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.2 2010/05/01 12:14:11 tsutsui Exp $ +# $NetBSD: dot.profile,v 1.2.50.1 2020/01/28 10:20:23 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -66,5 +66,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then grep() sed -n "/$1/p" # run the installation or upgrade script. - sysinst + sysinst || stty sane fi diff --git a/distrib/hpcmips/miniroot/dot.profile b/distrib/hpcmips/miniroot/dot.profile index 9b1c96b1da1f..1503cc671b08 100644 --- a/distrib/hpcmips/miniroot/dot.profile +++ b/distrib/hpcmips/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.7 2010/05/01 12:14:12 tsutsui Exp $ +# $NetBSD: dot.profile,v 1.7.50.1 2020/01/28 10:20:25 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -66,5 +66,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then grep() sed -n "/$1/p" # run the installation or upgrade script. - sysinst + sysinst || stty sane fi diff --git a/distrib/hpcsh/miniroot/dot.profile b/distrib/hpcsh/miniroot/dot.profile index 9ad91e47c218..96e6fb6685d9 100644 --- a/distrib/hpcsh/miniroot/dot.profile +++ b/distrib/hpcsh/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.4 2010/05/03 14:14:35 tsutsui Exp $ +# $NetBSD: dot.profile,v 1.4.50.1 2020/01/28 10:20:24 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -66,5 +66,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then grep() sed -n "/$1/p" # run the installation or upgrade script. - sysinst + sysinst || stty sane fi diff --git a/distrib/hppa/ramdisk/dot.profile b/distrib/hppa/ramdisk/dot.profile index b7bb1510fdb6..ed0f1c12a234 100644 --- a/distrib/hppa/ramdisk/dot.profile +++ b/distrib/hppa/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.1 2014/02/24 07:23:38 skrll Exp $ +# $NetBSD: dot.profile,v 1.1.32.1 2020/01/28 10:20:27 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -72,7 +72,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then # run the installation or upgrade script. if [ -x /sysinst ]; then # run the installation or upgrade script. - sysinst + sysinst || stty sane else echo "This image contains utilities which may be needed" echo "to get you out of a pinch." diff --git a/distrib/i386/ramdisks/common/dot.profile b/distrib/i386/ramdisks/common/dot.profile index 30fa558f542e..c5d5b72fae96 100644 --- a/distrib/i386/ramdisks/common/dot.profile +++ b/distrib/i386/ramdisks/common/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.6 2011/02/13 03:58:38 jym Exp $ +# $NetBSD: dot.profile,v 1.6.48.1 2020/01/28 10:20:24 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -68,7 +68,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then if [ -x /sysinst ]; then # run the installation or upgrade script. - sysinst + sysinst || stty sane else echo "This image contains utilities which may be needed" echo "to get you out of a pinch." diff --git a/distrib/landisk/ramdisk/dot.profile b/distrib/landisk/ramdisk/dot.profile index 1b02546b0518..a8b0d24f456c 100644 --- a/distrib/landisk/ramdisk/dot.profile +++ b/distrib/landisk/ramdisk/dot.profile @@ -59,5 +59,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then mount -u $ROOTDEV / # run the installation program - sysinst + sysinst || stty sane fi diff --git a/distrib/luna68k/ramdisk/dot.profile b/distrib/luna68k/ramdisk/dot.profile index b28309df1c1e..65ec8707c183 100644 --- a/distrib/luna68k/ramdisk/dot.profile +++ b/distrib/luna68k/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.1 2011/07/16 15:52:21 tsutsui Exp $ +# $NetBSD: dot.profile,v 1.1.46.1 2020/01/28 10:20:27 msaitoh Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -68,7 +68,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then read _forceloop case "$_forceloop" in i*|I*) - /sysinst + /sysinst || stty sane ;; s*|S*) diff --git a/distrib/mac68k/instkernel/ramdisk/dot.profile b/distrib/mac68k/instkernel/ramdisk/dot.profile index 901c03352598..d05b97184645 100644 --- a/distrib/mac68k/instkernel/ramdisk/dot.profile +++ b/distrib/mac68k/instkernel/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.8 2003/07/26 17:06:46 salo Exp $ +# $NetBSD: dot.profile,v 1.8.102.1 2020/01/28 10:20:26 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -63,5 +63,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then mount -t kernfs /kern /kern # run the installation program - sysinst + sysinst || stty sane fi diff --git a/distrib/macppc/floppies/ramdisk/dot.profile b/distrib/macppc/floppies/ramdisk/dot.profile index 0c337776e5df..3ab5a9cea83f 100644 --- a/distrib/macppc/floppies/ramdisk/dot.profile +++ b/distrib/macppc/floppies/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.13 2003/07/26 17:06:48 salo Exp $ +# $NetBSD: dot.profile,v 1.13.102.1 2020/01/28 10:20:24 msaitoh Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -72,7 +72,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then read _forceloop case "$_forceloop" in i*|I*) - /sysinst + /sysinst || stty sane ;; s*|S*) diff --git a/distrib/mipsco/ramdisk/dot.profile b/distrib/mipsco/ramdisk/dot.profile index 712fa4af202a..e9a10797bdaa 100644 --- a/distrib/mipsco/ramdisk/dot.profile +++ b/distrib/mipsco/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.2 2003/07/26 17:06:49 salo Exp $ +# $NetBSD: dot.profile,v 1.2.102.1 2020/01/28 10:20:25 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -63,5 +63,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then mount -t kernfs /kern /kern # run the installation program - sysinst + sysinst || stty sane fi diff --git a/distrib/mvme68k/miniroot/dot.profile b/distrib/mvme68k/miniroot/dot.profile index baf136093735..2380549cc0c1 100644 --- a/distrib/mvme68k/miniroot/dot.profile +++ b/distrib/mvme68k/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.8 2003/07/26 17:06:50 salo Exp $ +# $NetBSD: dot.profile,v 1.8.102.1 2020/01/28 10:20:27 msaitoh Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -82,7 +82,7 @@ EOF i*|I*|u*|U*) # setup a writable /tmp directory mount_mfs swap /tmp || continue - /sysinst + /sysinst || stty sane ;; oi*|OI*) diff --git a/distrib/news68k/floppies/ramdisk/dot.profile b/distrib/news68k/floppies/ramdisk/dot.profile index d8ff7d9fc5c8..53c637e46b45 100644 --- a/distrib/news68k/floppies/ramdisk/dot.profile +++ b/distrib/news68k/floppies/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.7 2003/07/26 17:06:51 salo Exp $ +# $NetBSD: dot.profile,v 1.7.102.1 2020/01/28 10:20:26 msaitoh Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -68,7 +68,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then read _forceloop case "$_forceloop" in i*|I*) - /sysinst + /sysinst || stty sane ;; s*|S*) diff --git a/distrib/newsmips/floppies/ramdisk/dot.profile b/distrib/newsmips/floppies/ramdisk/dot.profile index c7ba8979803b..f54363af2bb9 100644 --- a/distrib/newsmips/floppies/ramdisk/dot.profile +++ b/distrib/newsmips/floppies/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.6 2003/07/26 17:06:51 salo Exp $ +# $NetBSD: dot.profile,v 1.6.102.1 2020/01/28 10:20:26 msaitoh Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -72,7 +72,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then read _forceloop case "$_forceloop" in i*|I*) - /sysinst + /sysinst || stty sane ;; s*|S*) diff --git a/distrib/ofppc/ramdisks/common/dot.profile b/distrib/ofppc/ramdisks/common/dot.profile index 5505044e190b..2a525c88e53e 100644 --- a/distrib/ofppc/ramdisks/common/dot.profile +++ b/distrib/ofppc/ramdisks/common/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.1 2008/01/02 11:39:02 mrg Exp $ +# $NetBSD: dot.profile,v 1.1.76.1 2020/01/28 10:20:26 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -66,7 +66,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then if [ -x /sysinst ]; then # run the installation or upgrade script. - sysinst + sysinst || stty sane else echo "This image contains utilities which may be needed" echo "to get you out of a pinch." diff --git a/distrib/playstation2/miniroot/dot.profile b/distrib/playstation2/miniroot/dot.profile index e876eac9a807..fc539bdf2d5c 100644 --- a/distrib/playstation2/miniroot/dot.profile +++ b/distrib/playstation2/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.4 2014/03/31 11:25:48 martin Exp $ +# $NetBSD: dot.profile,v 1.4.30.1 2020/01/28 10:20:23 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -70,5 +70,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then grep() sed -n "/$1/p" # run the installation or upgrade script. - sysinst + sysinst || stty sane fi diff --git a/distrib/pmax/miniroot/dot.profile b/distrib/pmax/miniroot/dot.profile index f933d0ed0e3f..49abadfec784 100644 --- a/distrib/pmax/miniroot/dot.profile +++ b/distrib/pmax/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.2 2006/07/29 19:10:56 ad Exp $ +# $NetBSD: dot.profile,v 1.2.90.1 2020/01/28 10:20:25 msaitoh Exp $ PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export PATH @@ -16,4 +16,4 @@ export PATH fi done - sysinst + sysinst || stty sane diff --git a/distrib/pmax/ramdisk/dot.profile b/distrib/pmax/ramdisk/dot.profile index ee853ac1466c..13aab3f65509 100644 --- a/distrib/pmax/ramdisk/dot.profile +++ b/distrib/pmax/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.10 2006/07/29 19:10:56 ad Exp $ +# $NetBSD: dot.profile,v 1.10.90.1 2020/01/28 10:20:28 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -63,5 +63,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then mount -t kernfs /kern /kern # run the installation program - sysinst + sysinst || stty sane fi diff --git a/distrib/prep/floppies/ramdisk/dot.profile b/distrib/prep/floppies/ramdisk/dot.profile index ce4b8b5ada67..75e7a823e1ef 100644 --- a/distrib/prep/floppies/ramdisk/dot.profile +++ b/distrib/prep/floppies/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.2 2003/07/26 17:07:28 salo Exp $ +# $NetBSD: dot.profile,v 1.2.102.1 2020/01/28 10:20:25 msaitoh Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -72,7 +72,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then read _forceloop case "$_forceloop" in i*|I*) - /sysinst + /sysinst || stty sane ;; s*|S*) diff --git a/distrib/riscv/ramdisk/dot.profile b/distrib/riscv/ramdisk/dot.profile index e68e66ccf746..601318a8b302 100644 --- a/distrib/riscv/ramdisk/dot.profile +++ b/distrib/riscv/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.1 2015/03/28 12:54:06 matt Exp $ +# $NetBSD: dot.profile,v 1.1.18.1 2020/01/28 10:20:24 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -61,6 +61,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then # run the installation or upgrade script. if [ -f sysinst ]; then - sysinst + sysinst || stty sane fi fi diff --git a/distrib/rs6000/ramdisk/dot.profile b/distrib/rs6000/ramdisk/dot.profile index 4afb42c78e11..93151424563f 100644 --- a/distrib/rs6000/ramdisk/dot.profile +++ b/distrib/rs6000/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.1 2009/04/30 12:47:39 tsutsui Exp $ +# $NetBSD: dot.profile,v 1.1.52.1 2020/01/28 10:20:27 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -68,7 +68,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then # run the installation or upgrade script. if [ -x /sysinst ]; then # run the installation or upgrade script. - sysinst + sysinst || stty sane else echo "This image contains utilities which may be needed" echo "to get you out of a pinch." diff --git a/distrib/sandpoint/ramdisk/dot.profile b/distrib/sandpoint/ramdisk/dot.profile index 874fa655a3d3..4299ca54c5c8 100644 --- a/distrib/sandpoint/ramdisk/dot.profile +++ b/distrib/sandpoint/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.1 2007/10/25 14:20:55 nisimura Exp $ +# $NetBSD: dot.profile,v 1.1.78.1 2020/01/28 10:20:24 msaitoh Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -72,7 +72,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then read _forceloop case "$_forceloop" in i*|I*) - /sysinst + /sysinst || stty sane ;; s*|S*) diff --git a/distrib/sgimips/miniroot/dot.profile b/distrib/sgimips/miniroot/dot.profile index 70e09c942b34..60aee5f4a4ce 100644 --- a/distrib/sgimips/miniroot/dot.profile +++ b/distrib/sgimips/miniroot/dot.profile @@ -16,4 +16,4 @@ export PATH fi done - sysinst + sysinst || stty sane diff --git a/distrib/sgimips/ramdisk/dot.profile b/distrib/sgimips/ramdisk/dot.profile index 0399f70634f7..545b2ccea5b7 100644 --- a/distrib/sgimips/ramdisk/dot.profile +++ b/distrib/sgimips/ramdisk/dot.profile @@ -62,5 +62,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then mount -t kernfs /kern /kern # run the installation program - sysinst + sysinst || stty sane fi diff --git a/distrib/shark/instkernel/ramdisk/dot.profile b/distrib/shark/instkernel/ramdisk/dot.profile index ef1a364ffe3f..00cb0810f059 100644 --- a/distrib/shark/instkernel/ramdisk/dot.profile +++ b/distrib/shark/instkernel/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.4 2007/07/31 19:51:58 jmmv Exp $ +# $NetBSD: dot.profile,v 1.4.80.1 2020/01/28 10:20:27 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -90,5 +90,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then mount -t kernfs /kern /kern # run the installation or upgrade script. - sysinst + sysinst || stty sane fi diff --git a/distrib/sparc/miniroot/dot.profile b/distrib/sparc/miniroot/dot.profile index c471092326cc..e89d6ea8613b 100644 --- a/distrib/sparc/miniroot/dot.profile +++ b/distrib/sparc/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.15 2010/09/25 14:30:34 tsutsui Exp $ +# $NetBSD: dot.profile,v 1.15.50.1 2020/01/28 10:20:25 msaitoh Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -77,7 +77,7 @@ EOF i*|I*|u*|U*) # setup a writable /tmp directory mount_mfs -s 1m swap /tmp || continue - /sysinst + /sysinst || stty sane ;; oi*|OI*) diff --git a/distrib/sparc64/instfs/dot.profile b/distrib/sparc64/instfs/dot.profile index b56f49d1dd17..9043f01565a1 100644 --- a/distrib/sparc64/instfs/dot.profile +++ b/distrib/sparc64/instfs/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.7 2012/06/03 21:42:45 joerg Exp $ +# $NetBSD: dot.profile,v 1.7.36.1 2020/01/28 10:20:23 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -98,7 +98,7 @@ EOM mount -t ffs -u /kern/rootdev / # run the installation or upgrade script. - sysinst + sysinst || stty sane if [ $? = 4 ]; then echo "Oops, something went wrong - we will try again" exit diff --git a/distrib/vax/ramdisk/dot.profile b/distrib/vax/ramdisk/dot.profile index cc9a3d3ede0f..0f5b0cd5b305 100644 --- a/distrib/vax/ramdisk/dot.profile +++ b/distrib/vax/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.9 2012/07/03 21:49:56 abs Exp $ +# $NetBSD: dot.profile,v 1.9.36.1 2020/01/28 10:20:25 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -66,5 +66,5 @@ if [ "X${DONEPROFILE}" = "X" ]; then grep() sed -n "/$1/p" # run the installation or upgrade script. - sysinst + sysinst || stty sane fi diff --git a/distrib/x68k/floppies/ramdisk/dot.profile b/distrib/x68k/floppies/ramdisk/dot.profile index 867398eb2c8b..722b96077fb3 100644 --- a/distrib/x68k/floppies/ramdisk/dot.profile +++ b/distrib/x68k/floppies/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.15 2010/05/15 06:36:12 isaki Exp $ +# $NetBSD: dot.profile,v 1.15.50.1 2020/01/28 10:20:23 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -71,6 +71,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then echo "Could not determine root device." else # run sysinst. - sysinst + sysinst || stty sane fi fi diff --git a/distrib/zaurus/ramdisk/dot.profile b/distrib/zaurus/ramdisk/dot.profile index cb54321a1b4f..af380576e460 100644 --- a/distrib/zaurus/ramdisk/dot.profile +++ b/distrib/zaurus/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $NetBSD: dot.profile,v 1.3 2011/05/06 18:32:59 tsutsui Exp $ +# $NetBSD: dot.profile,v 1.3.48.1 2020/01/28 10:20:23 msaitoh Exp $ # # Copyright (c) 1997 Perry E. Metzger # Copyright (c) 1994 Christopher G. Demetriou @@ -68,7 +68,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then # run the installation or upgrade script. if [ -x /sysinst ]; then # run the installation or upgrade script. - sysinst + sysinst || stty sane else echo "This image contains utilities which may be needed" echo "to get you out of a pinch."