diff options
Diffstat (limited to 'distrib/sparc/floppies/upgr/dot.profile')
-rw-r--r-- | distrib/sparc/floppies/upgr/dot.profile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/distrib/sparc/floppies/upgr/dot.profile b/distrib/sparc/floppies/upgr/dot.profile index 620ef0ed9a4..ab45a640172 100644 --- a/distrib/sparc/floppies/upgr/dot.profile +++ b/distrib/sparc/floppies/upgr/dot.profile @@ -1,3 +1,4 @@ +# $OpenBSD: dot.profile,v 1.2 1997/05/01 11:30:58 niklas Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -27,7 +28,6 @@ # (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:40:06 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 . /.upgrutils |