User: user57  
  Date: 01/08/31 19:47:22

  Modified:    src/bin  nightly-website.sh
  Log:
   o using the real MAILTO address
  
  Revision  Changes    Path
  1.6       +2 -2      newsite/src/bin/nightly-website.sh
  
  Index: nightly-website.sh
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/src/bin/nightly-website.sh,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- nightly-website.sh        2001/09/01 02:35:39     1.5
  +++ nightly-website.sh        2001/09/01 02:47:22     1.6
  @@ -5,7 +5,7 @@
   ##                                                                          ##
   ### ====================================================================== ###
   
  -# $Id: nightly-website.sh,v 1.5 2001/09/01 02:35:39 user57 Exp $
  +# $Id: nightly-website.sh,v 1.6 2001/09/01 02:47:22 user57 Exp $
   
   PROGNAME=`basename $0`
   DIRNAME=`dirname $0`
  @@ -18,7 +18,7 @@
   
   # Setup Mail
   MAIL="mail"
  -MAILTO="[EMAIL PROTECTED]" # change to [EMAIL PROTECTED] when done testing
  +MAILTO="[EMAIL PROTECTED]"
   
   ##
   ## Print an informative message
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to