[BACK]Return to release.sh CVS log [TXT][DIR] Up to [local] / openbsd / update_openbsd

Diff for /openbsd/update_openbsd/release.sh between version 1.17 and 1.18

version 1.17, 2008/04/16 21:49:54 version 1.18, 2008/04/16 21:54:28
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $RedRiver: release.sh,v 1.16 2008/02/13 16:47:50 andrew Exp $  # $RedRiver: release.sh,v 1.17 2008/04/16 20:49:54 andrew Exp $
 #  #
 # Copyright (c) 2002 - 2007 Steven Roberts <fenderq@fenderq.com>  # Copyright (c) 2002 - 2007 Steven Roberts <fenderq@fenderq.com>
 #  #
Line 38 
Line 38 
 CVSROOT="anoncvs@rt.fm:/cvs"  CVSROOT="anoncvs@rt.fm:/cvs"
 export CVSROOT  export CVSROOT
   
   if [ -e ${HOME}/.releaserc ]; then
           . ${HOME}/.releaserc
   fi
   
 # See http://www.openbsd.org/anoncvs.html for instructions on fetching the  # See http://www.openbsd.org/anoncvs.html for instructions on fetching the
 # sources for the first time.  # sources for the first time.

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>