# HG changeset patch # User jwe # Date 811569723 0 # Node ID 05f0c06471c9ba0dea9d9a4923fcc7c045e3a888 # Parent 2f4a1acb555d5c9f36d949fcac53d9d92a597a56 [project @ 1995-09-20 04:01:39 by jwe] diff -r 2f4a1acb555d -r 05f0c06471c9 octMakefile.in --- a/octMakefile.in Wed Sep 20 03:57:04 1995 +0000 +++ b/octMakefile.in Wed Sep 20 04:02:03 1995 +0000 @@ -2,9 +2,9 @@ # Makefile for octave # # John W. Eaton -# jwe@che.utexas.edu +# jwe@bevo.che.wisc.edu +# University of Wisconsin-Madison # Department of Chemical Engineering -# The University of Texas at Austin TOPDIR = . diff -r 2f4a1acb555d -r 05f0c06471c9 octave-bug.in --- a/octave-bug.in Wed Sep 20 03:57:04 1995 +0000 +++ b/octave-bug.in Wed Sep 20 04:02:03 1995 +0000 @@ -6,9 +6,9 @@ # Patterned after the bashbug script from bash 1.14. # # John W. Eaton -# jwe@che.utexas.edu +# jwe@bevo.che.wisc.edu +# University of Wisconsin-Madison # Department of Chemical Engineering -# The University of Texas at Austin # Configuration: these variables are filled in at configuration time. @@ -51,9 +51,9 @@ ss_p=`echo $VERSION | grep "^ss-"` if test -n "$ss_p" then - BUGADDR="octave-maintainers@che.utexas.edu" + BUGADDR="octave-maintainers@bevo.che.wisc.edu" else - BUGADDR="bug-octave@che.utexas.edu" + BUGADDR="bug-octave@bevo.che.wisc.edu" fi SUBJECT="[50 character or so descriptive subject here (for reference)]"