1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Argh. I hate my life. I broke NFS *again* by leaving this line

inadvertantly in place.  I guess I have it in for NFS installs or
something! :-(
This commit is contained in:
Jordan K. Hubbard 1994-11-30 22:15:48 +00:00
parent 62728441d8
commit 125cb52f95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4880

View File

@ -10,7 +10,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
# $Id: instdist.sh,v 1.32 1994/11/28 22:13:05 jkh Exp $
# $Id: instdist.sh,v 1.35 1994/11/30 11:58:29 jkh Exp $
if [ "${_INSTINST_SH_LOADED_}" = "yes" ]; then
return 0
@ -458,7 +458,6 @@ Options, if any, should be separated by commas."; then
fi
fi
MEDIA_TYPE=nfs
NFS_PATH=${ANSWER}
umount ${MNT} > /dev/null 2>&1
if ! mount_nfs ${NFS_OPTIONS} ${NFS_PATH} ${MNT} > /dev/ttyv1 2>&1; then
error "Unable to mount ${NFS_PATH}"