mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
b69292b547
Change the maintainer from mike@binghamton.edu to jseger@scds.com. PR: 3876 Submitted by: "Justin M. Seger" <jseger@freebsd.scds.com>
32 lines
709 B
Plaintext
32 lines
709 B
Plaintext
--- unix/tfconfig.orig Fri Apr 4 11:51:58 1997
|
|
+++ unix/tfconfig Mon Jun 16 18:00:45 1997
|
|
@@ -211,17 +211,17 @@
|
|
echo
|
|
|
|
echo 'To change these locations type "n" now and edit the unix/Config file.'
|
|
-while [ -z "$ans" ]; do
|
|
- echo 'Continue? (y/n)'
|
|
- read ans;
|
|
- case "$ans" in
|
|
- y|Y) break ;;
|
|
- n|N) exit 1 ;;
|
|
- *) ans=
|
|
- echo 'Please answer "y" or "n".'
|
|
- ;;
|
|
- esac
|
|
-done
|
|
+# while [ -z "$ans" ]; do
|
|
+# echo 'Continue? (y/n)'
|
|
+# read ans;
|
|
+# case "$ans" in
|
|
+# y|Y) break ;;
|
|
+# n|N) exit 1 ;;
|
|
+# *) ans=
|
|
+# echo 'Please answer "y" or "n".'
|
|
+# ;;
|
|
+# esac
|
|
+# done
|
|
echo; echo
|
|
|
|
echo "#define LIBDIR \"${LIBDIR}\"" >&4
|