summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-14 21:39:41 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-14 21:39:41 +0000
commit65352fdadcc87e82681c8e3d64be1d57463b0a3e (patch)
treef91197bf110062fea3d1b58e9dc4ad6b1dd2c706 /distrib
parentc16ec0a883640ff1c0ef181be310d703c9d11c8f (diff)
update is in-kernel now
Diffstat (limited to 'distrib')
-rw-r--r--distrib/amiga/floppies/upgr/dot.hdprofile5
-rw-r--r--distrib/amiga/floppies/upgr/dot.profile5
2 files changed, 2 insertions, 8 deletions
diff --git a/distrib/amiga/floppies/upgr/dot.hdprofile b/distrib/amiga/floppies/upgr/dot.hdprofile
index a715cb3f467..d5990b4295e 100644
--- a/distrib/amiga/floppies/upgr/dot.hdprofile
+++ b/distrib/amiga/floppies/upgr/dot.hdprofile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.hdprofile,v 1.3 1996/04/25 21:27:35 niklas Exp $
+# $OpenBSD: dot.hdprofile,v 1.4 1996/10/14 21:39:39 niklas Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -49,9 +49,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
diff --git a/distrib/amiga/floppies/upgr/dot.profile b/distrib/amiga/floppies/upgr/dot.profile
index a591d7b4d24..5f5580d11d7 100644
--- a/distrib/amiga/floppies/upgr/dot.profile
+++ b/distrib/amiga/floppies/upgr/dot.profile
@@ -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.
#
-# $OpenBSD: dot.profile,v 1.2 1996/04/25 02:36:07 mickey Exp $
+# $OpenBSD: dot.profile,v 1.3 1996/10/14 21:39:40 niklas Exp $
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
export PATH
@@ -44,9 +44,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