summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-30 22:15:48 +0000
committerjkh <jkh@FreeBSD.org>1994-11-30 22:15:48 +0000
commit6322ef0b1d8eabcf251644501def527f1fd6c06a (patch)
tree099390d74f65031b029c4af0f1540d1ae34ff1d4 /release
parentb8413feada3e385fab6ae8855a0e203087abf578 (diff)
downloadFreeBSD-src-6322ef0b1d8eabcf251644501def527f1fd6c06a.zip
FreeBSD-src-6322ef0b1d8eabcf251644501def527f1fd6c06a.tar.gz
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! :-(
Diffstat (limited to 'release')
-rw-r--r--release/instdist.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/release/instdist.sh b/release/instdist.sh
index c424d50..efcce71 100644
--- a/release/instdist.sh
+++ b/release/instdist.sh
@@ -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}"
OpenPOWER on IntegriCloud