Don't start update.
This commit is contained in:
parent
1b411c7a86
commit
71efc75854
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.3 1999/06/26 06:12:49 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.4 1999/11/23 22:43:20 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
# Copyright (c) 1997 Perry E. Metzger
|
||||
|
@ -53,9 +53,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
|
||||
echo ''
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# mount the ramdisk read write
|
||||
mount -u $ROOTDEV /
|
||||
|
||||
|
|
|
@ -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.5 1999/06/26 06:12:50 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.6 1999/11/23 22:43:22 simonb Exp $
|
||||
|
||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||
export PATH
|
||||
|
@ -47,9 +47,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
|
||||
echo ''
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# pull in the functions that people will use from the shell prompt.
|
||||
. /.commonutils
|
||||
. /.instutils
|
||||
|
|
|
@ -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 1999/06/26 06:12:51 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.5 1999/11/23 22:43:22 simonb Exp $
|
||||
|
||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||
export PATH
|
||||
|
@ -47,9 +47,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
|
||||
echo ''
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# pull in the functions that people will use from the shell prompt.
|
||||
. /.commonutils
|
||||
. /.upgrutils
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.5 1999/06/26 06:12:51 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.6 1999/11/23 22:43:22 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1995 Jason R. Thorpe
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
|
@ -47,9 +47,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
echo 'erase ^?, werase ^W, kill ^U, intr ^C'
|
||||
stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# Select a keyboard map
|
||||
_maps=`ls /usr/share/keymaps/amiga | sed 's/\.map//g'`
|
||||
while [ ! -z "$_maps" ]; do
|
||||
|
|
|
@ -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 1999/06/26 06:12:52 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.5 1999/11/23 22:43:23 simonb Exp $
|
||||
|
||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||
export PATH
|
||||
|
@ -47,9 +47,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
stty newcrt werase ^W intr ^C kill ^U erase ^H 9600
|
||||
echo ''
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# mount the kern_fs so that we can examine the dmesg state
|
||||
mount -t kernfs /kern /kern
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.4 1999/06/26 06:12:52 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.5 1999/11/23 22:43:23 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
# All rights reserved.
|
||||
|
@ -47,9 +47,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
stty newcrt werase ^W intr ^C kill ^U erase ^H 9600
|
||||
echo ''
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# pull in the functions that people will use from the shell prompt.
|
||||
. /.commonutils
|
||||
. /.upgrutils
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.6 1999/06/27 00:17:31 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.7 1999/11/23 22:43:23 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
# Copyright (c) 1997 Perry E. Metzger
|
||||
|
@ -50,9 +50,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
|
||||
echo ''
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# mount the ramdisk read write
|
||||
mount -u $ROOTDEV /
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.5 1999/06/26 06:12:53 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.6 1999/11/23 22:43:24 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1995 Jason R. Thorpe
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
|
@ -47,9 +47,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
echo 'erase ^H, werase ^W, kill ^U, intr ^C'
|
||||
stty newcrt werase ^W intr ^C kill ^U erase ^H 9600
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# Select a keyboard map
|
||||
_maps=`ls /usr/share/keymaps/atari | sed 's/\.map//g'`
|
||||
while [ ! -z "$_maps" ]; do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.2 1999/06/26 06:12:56 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.3 1999/11/23 22:43:24 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
# Copyright (c) 1997 Perry E. Metzger
|
||||
|
@ -50,9 +50,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
|
||||
echo ''
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# mount the ramdisk read write
|
||||
mount -u $ROOTDEV /
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.3 1999/06/26 06:12:56 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.4 1999/11/23 22:43:24 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1995 Jason R. Thorpe
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
|
@ -47,9 +47,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
echo 'erase ^H, werase ^W, kill ^U, intr ^C'
|
||||
stty newcrt werase ^W intr ^C kill ^U erase ^H 9600
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# get the terminal type
|
||||
_forceloop=""
|
||||
while [ "X${_forceloop}" = X"" ]; do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.7 1999/09/27 02:47:58 hubertf Exp $
|
||||
# $NetBSD: dot.profile,v 1.8 1999/11/23 22:43:24 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
# Copyright (c) 1997 Perry E. Metzger
|
||||
|
@ -54,9 +54,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
|
||||
echo ''
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# mount the ramdisk read write
|
||||
mount -u $ROOTDEV /
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.2 1999/06/26 06:12:57 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.3 1999/11/23 22:43:25 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
# Copyright (c) 1997 Perry E. Metzger
|
||||
|
@ -53,9 +53,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
|
||||
echo ''
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# mount the ramdisk read write
|
||||
mount -u $ROOTDEV /
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.4 1999/06/26 06:12:58 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.5 1999/11/23 22:43:25 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1995 Jason R. Thorpe
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
|
@ -47,9 +47,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
echo 'erase ^H, werase ^W, kill ^U, intr ^C'
|
||||
stty newcrt werase ^W intr ^C kill ^U erase ^H 9600
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# get the terminal type
|
||||
_forceloop=""
|
||||
while [ "X${_forceloop}" = X"" ]; do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.4 1999/06/26 06:12:58 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.5 1999/11/23 22:43:27 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1995 Jason R. Thorpe
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
|
@ -56,9 +56,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
# mount the kern_fs so that we can examine the dmesg state
|
||||
mount -t kernfs kern /kern
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# get the terminal type
|
||||
_forceloop=""
|
||||
while [ "X${_forceloop}" = X"" ]; do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.3 1999/06/26 06:12:58 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.4 1999/11/23 22:43:25 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1995 Jason R. Thorpe
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
|
@ -47,9 +47,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
echo 'erase ^H, werase ^W, kill ^U, intr ^C'
|
||||
stty newcrt werase ^W intr ^C kill ^U erase ^H 9600
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# get the terminal type
|
||||
_forceloop=""
|
||||
while [ "X${_forceloop}" = X"" ]; do
|
||||
|
|
|
@ -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.6 1999/06/26 06:12:59 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.7 1999/11/23 22:43:25 simonb Exp $
|
||||
|
||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/usr/games:/
|
||||
export PATH
|
||||
|
@ -47,9 +47,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
stty werase ^W intr ^C kill ^U erase ^?
|
||||
echo ''
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# pull in the functions that people will use from the shell prompt.
|
||||
. /.commonutils
|
||||
. /.instutils
|
||||
|
|
|
@ -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.5 1999/06/26 06:12:59 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.6 1999/11/23 22:43:26 simonb Exp $
|
||||
|
||||
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
|
||||
export PATH
|
||||
|
@ -47,9 +47,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
|
||||
echo ''
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# pull in the functions that people will use from the shell prompt.
|
||||
. /.commonutils
|
||||
. /.upgrutils
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.3 1999/06/26 06:12:59 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.4 1999/11/23 22:43:26 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
# Copyright (c) 1997 Perry E. Metzger
|
||||
|
@ -53,9 +53,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
|
||||
echo ''
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# mount the ramdisk read write
|
||||
mount -u $ROOTDEV /
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.3 1999/06/26 06:13:00 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.4 1999/11/23 22:43:26 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1995 Jason R. Thorpe
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
|
@ -47,9 +47,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
echo 'erase ^H, werase ^W, kill ^U, intr ^C'
|
||||
stty newcrt werase ^W intr ^C kill ^U erase ^H 9600
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# get the terminal type
|
||||
_forceloop=""
|
||||
while [ "X${_forceloop}" = X"" ]; do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.5 1999/06/27 12:56:00 mrg Exp $
|
||||
# $NetBSD: dot.profile,v 1.6 1999/11/23 22:43:26 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1995 Jason R. Thorpe
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
|
@ -53,9 +53,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
# mount a /tmp on mfs, to avoid filling the md
|
||||
mount -t mfs swap /tmp
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# Installing or upgrading?
|
||||
_forceloop=""
|
||||
while [ "X${_forceloop}" = X"" ]; do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.2 1999/06/26 06:13:01 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.3 1999/11/23 22:43:28 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1995 Jason R. Thorpe
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
|
@ -47,9 +47,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
echo 'erase ^H, werase ^W, kill ^U, intr ^C'
|
||||
stty newcrt werase ^W intr ^C kill ^U erase ^H 9600
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# get the terminal type
|
||||
_forceloop=""
|
||||
while [ "X${_forceloop}" = X"" ]; do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.2 1999/06/26 06:13:01 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.3 1999/11/23 22:43:27 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
# Copyright (c) 1997 Perry E. Metzger
|
||||
|
@ -50,9 +50,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
|
||||
echo ''
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# mount the ramdisk read write
|
||||
mount -u $ROOTDEV /
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dot.profile,v 1.5 1999/06/26 06:13:02 cgd Exp $
|
||||
# $NetBSD: dot.profile,v 1.6 1999/11/23 22:43:27 simonb Exp $
|
||||
#
|
||||
# Copyright (c) 1994 Christopher G. Demetriou
|
||||
# Copyright (c) 1997 Perry E. Metzger
|
||||
|
@ -50,9 +50,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
|
|||
stty newcrt werase ^W intr ^C kill ^U erase ^? 9600
|
||||
echo ''
|
||||
|
||||
# run update, so that installed software is written as it goes.
|
||||
update
|
||||
|
||||
# mount the ramdisk read write
|
||||
mount -u $ROOTDEV /
|
||||
|
||||
|
|
Loading…
Reference in New Issue