lars        99/03/19 14:55:47

  Modified:    .        binaries.html
  Log:
  Add info about email address.
  
  Revision  Changes    Path
  1.13      +6 -2      apache-devsite/binaries.html
  
  Index: binaries.html
  ===================================================================
  RCS file: /export/home/cvs/apache-devsite/binaries.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- binaries.html     1999/03/17 21:24:08     1.12
  +++ binaries.html     1999/03/19 22:55:47     1.13
  @@ -33,17 +33,21 @@
            make sure that you rename the directory to reflect the complete
            version number, e.g. <code>apache_1.3.5</code>.</cite></small>)
   <LI><CODE>cd apache_1.3.x</CODE>
  -<LI><CODE>./src/helpers/binbuild.sh</CODE>
  +<LI><CODE>./src/helpers/binbuild.sh &lt;your-email-address&gt;</CODE>
   </UL>
   
   <P>
  +If you don't specify your email adddress the script will build
  +one for you based on your account and hostname.
   After the execution of binbuild.sh you should see the following
   output:
   
   <DL>
   <DD><CODE>Building Apache 1.3.x binary distribution...</CODE>
   <DD><CODE>Platform is "<cite>platform</cite>"...</CODE>
  -<DD><CODE>Binary images successfully created...</CODE>
  +<DD><CODE>Binary image successfully created...</CODE>
  +<DD><CODE>Server version: Apache/1.3.x (Unix)</CODE>
  +<DD><CODE>Server built:   <cite>date</cite></CODE>
   <DD><CODE>Creating supplementary files...</CODE>
   <DD><CODE>Creating distribution archive and readme file...</CODE>
   <DD><CODE>Ready.</CODE>
  
  
  

Reply via email to