:
# $FreeBSD: stable/2.2/release/floppies/fixit/verbatim/.profile 50952 1999-09-05 11:54:50Z peter $
PATH=/stand
BLOCKSIZE=K
PS1="Fixit# "

echo '+---------------------------------------------------+'
echo '| You are now running from a FreeBSD "fixit" floppy |'
echo '+---------------------------------------------------+'
echo
echo 'Good Luck!'
echo

export PATH BLOCKSIZE PS1

