diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-18 23:35:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-18 23:35:13 +0000 |
commit | 9e4c740cc063879a599c639a684a3b9a9ba58229 (patch) | |
tree | 0aee5fd55a6c5b3f276fa71e7d484a6075d060a9 /distrib/sparc | |
parent | f994ef81054a0d4f0c062500583e2a7b1a15b56c (diff) |
no update
Diffstat (limited to 'distrib/sparc')
-rw-r--r-- | distrib/sparc/floppies/inst/dot.hdprofile | 5 | ||||
-rw-r--r-- | distrib/sparc/floppies/inst/dot.profile | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/distrib/sparc/floppies/inst/dot.hdprofile b/distrib/sparc/floppies/inst/dot.hdprofile index 20ef27690dc..853cbcbf93a 100644 --- a/distrib/sparc/floppies/inst/dot.hdprofile +++ b/distrib/sparc/floppies/inst/dot.hdprofile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.hdprofile,v 1.2 1996/04/25 21:31:12 niklas Exp $ +# $OpenBSD: dot.hdprofile,v 1.3 1996/10/18 23:35:12 deraadt 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 . /.instutils diff --git a/distrib/sparc/floppies/inst/dot.profile b/distrib/sparc/floppies/inst/dot.profile index 12b630183f8..45c2854da96 100644 --- a/distrib/sparc/floppies/inst/dot.profile +++ b/distrib/sparc/floppies/inst/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. # -# $Id: dot.profile,v 1.1 1995/10/27 22:39:45 deraadt Exp $ +# $Id: dot.profile,v 1.2 1996/10/18 23:35:12 deraadt 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 . /.instutils |