From 8563701f828597c950e51a921e3ec08254cdd632 Mon Sep 17 00:00:00 2001
From: emarsden <emarsden>
Date: Wed, 5 Feb 2003 14:41:11 +0000
Subject: [PATCH] Herald refers to web site rather than to mailing list
 addresses for sending bug reports.

---
 code/generic-site.lisp | 10 +++++-----
 code/save.lisp         |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/code/generic-site.lisp b/code/generic-site.lisp
index 85390cf08..c1495a405 100644
--- a/code/generic-site.lisp
+++ b/code/generic-site.lisp
@@ -5,12 +5,12 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.14 2000/08/20 14:42:46 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.15 2003/02/05 14:41:11 emarsden Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; Generic site specific initialization for CMU CL.  This can be used as a
-;;; template for non-cmu "library:site-init" files.
+;;; This file is installed as "library:site-init" in binary
+;;; distributions of CMUCL.
 ;;;
 (in-package "SYSTEM")
 
@@ -23,8 +23,8 @@
 ;;; found a bug.  Fill in the maintainer's address here..
 (rplaca
  (cdr (member :bugs *herald-items*))
- '("Send questions and bug reports to your local CMU CL maintainer, " terpri
-   "or to cmucl-help@cons.org. and cmucl-imp@cons.org. respectively." terpri
+ '("Send questions and bug reports to your local CMUCL maintainer, " terpri
+   "or see <http://www.cons.org/cmucl/support.html>." terpri
    "Loaded subsystems:" terpri))
 
 ;;; If you have sources installed on your system, un-comment the following form
diff --git a/code/save.lisp b/code/save.lisp
index e3615c761..2339c4710 100644
--- a/code/save.lisp
+++ b/code/save.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.46 2003/01/30 17:18:59 toy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.47 2003/02/05 14:41:10 emarsden Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -270,7 +270,7 @@
 	))
 
 (setf (getf *herald-items* :bugs)
-      '("Send questions to cmucl-help@cons.org. and bug reports to cmucl-imp@cons.org."
+      '("See <http://www.cons.org/cmucl/> for support information."
 	terpri
 	"Loaded subsystems:"))
 
-- 
GitLab