diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-16 10:25:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-16 10:25:25 +0000 |
commit | 0644a884223b58bd309ec1408ca1094ca75ed0fb (patch) | |
tree | 3268cad411005fe486904cb555fd109041a69386 /distrib/i386/floppies/inst/dot.hdprofile | |
parent | dba3c780a4f3f906235c0a1ff624adbaaeeb62dd (diff) |
remove funky mount_* links, no need for update, no -lcrypt
Diffstat (limited to 'distrib/i386/floppies/inst/dot.hdprofile')
-rw-r--r-- | distrib/i386/floppies/inst/dot.hdprofile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/distrib/i386/floppies/inst/dot.hdprofile b/distrib/i386/floppies/inst/dot.hdprofile index 38b93ee9d15..5f3782e72f3 100644 --- a/distrib/i386/floppies/inst/dot.hdprofile +++ b/distrib/i386/floppies/inst/dot.hdprofile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.hdprofile,v 1.4 1996/04/25 21:28:04 niklas Exp $ +# $OpenBSD: dot.hdprofile,v 1.5 1996/06/16 10:25:13 deraadt Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -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 - # pull in the functions that people will use from the shell prompt. . /.commonutils . /.instutils |