11.2Ssalo# $NetBSD: profile,v 1.2 2003/07/26 17:07:34 salo Exp $
21.1Slukem#
31.1Slukem# Copyright (c) 1995 Jason R. Thorpe
41.1Slukem# Copyright (c) 1994 Christopher G. Demetriou
51.1Slukem# All rights reserved.
61.1Slukem# 
71.1Slukem# Redistribution and use in source and binary forms, with or without
81.1Slukem# modification, are permitted provided that the following conditions
91.1Slukem# are met:
101.1Slukem# 1. Redistributions of source code must retain the above copyright
111.1Slukem#    notice, this list of conditions and the following disclaimer.
121.1Slukem# 2. Redistributions in binary form must reproduce the above copyright
131.1Slukem#    notice, this list of conditions and the following disclaimer in the
141.1Slukem#    documentation and/or other materials provided with the distribution.
151.1Slukem# 3. All advertising materials mentioning features or use of this software
161.1Slukem#    must display the following acknowledgement:
171.1Slukem#          This product includes software developed for the
181.2Ssalo#          NetBSD Project.  See http://www.NetBSD.org/ for
191.1Slukem#          information about NetBSD.
201.1Slukem# 4. The name of the author may not be used to endorse or promote products
211.1Slukem#    derived from this software without specific prior written permission.
221.1Slukem# 
231.1Slukem# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
241.1Slukem# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
251.1Slukem# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
261.1Slukem# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
271.1Slukem# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
281.1Slukem# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
291.1Slukem# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
301.1Slukem# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
311.1Slukem# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
321.1Slukem# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
331.1Slukem# 
341.1Slukem# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
351.1Slukem
361.1SlukemPATH=/sbin:/bin:/usr/sbin:/usr/bin:/
371.1Slukemexport PATH
381.1SlukemTERM=ansi
391.1Slukemexport TERM
401.1Slukem
411.1Slukemumask 022
421.1Slukem
431.1Slukem# set up some sane defaults
441.1Slukemecho intr '^C' kill '^U' erase '^?' werase '^W' newcrt
451.1Slukemstty intr '^C' kill '^U' erase '^?' werase '^W' newcrt
461.1Slukem
471.1Slukem# get the terminal type?
481.1Slukem# (nah, ansi is good enough)
491.1Slukem
501.1Slukem# run the installation script.
511.1Slukemecho 'To install NetBSD, enter the command:  install'
521.1Slukemecho 'Otherwise, enter the command:  halt'
531.1Slukem# /install  XXX - Not yet...
541.1Slukem
55