mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
07ab3ccfac
A tabled Logic Programming and Deductive Database system PR: 29322 Submitted by: Christopher Rued <c.rued@xsb.com>
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
--- register.sh~ Tue Apr 11 18:30:27 2000
|
|
+++ register.sh Wed Aug 1 15:25:39 2001
|
|
@@ -6,21 +6,15 @@
|
|
|
|
The installation process is now complete. The log is in: Installation_summary
|
|
|
|
-We would like to ask you to email this log to us.
|
|
+We would like to ask you to email this log to us:
|
|
+
|
|
+ xsb-installation@lists.sourceforge.net
|
|
+
|
|
Installation logs help the XSB group to keep track of the usage of the
|
|
system on different architectures and to isolate problems more easily.
|
|
|
|
-The log will be sent automatically to xsb-installation@lists.sourceforge.net
|
|
-Would you like to send us the installation log? (y/n): y
|
|
+*******************************************************************************
|
|
EOF
|
|
-
|
|
-read sendlog
|
|
-
|
|
-if test "$sendlog" != "n" -a "$sendlog" != "no" -a "$sendlog" != "N" ; then
|
|
- (cat sendlog.msg Installation_summary \
|
|
- | mail xsb-installation@lists.sourceforge.net) \
|
|
- && echo "" ; echo "Thank you!"; echo ""
|
|
-fi
|
|
|
|
cat <<EOF
|
|
Should you find a bug in XSB, please report it using our bug tracking system at
|