blob: 558b5ea278614942c51aecdc707b5afb6193ebf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: dot.profile,v 1.1 1996/05/31 23:00:26 mickey Exp $
PATH=/sbin:/bin:/
export PATH
if [ "X${DONEPROFILE}" = "X" ]; then
DONEPROFILE=YES
echo -n "Enter 'copy_kernel' at the prompt to copy a kernel to your "
echo "hard disk,"
echo "'reboot' to reboot the system, or 'halt' to halt the system."
echo ""
fi
|