[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.11 and 1.13

version 1.11, 2007/05/04 21:57:34 version 1.13, 2007/11/19 22:08:37
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $RedRiver: release.sh,v 1.10 2007/05/04 20:56:34 andrew Exp $  # $RedRiver: release.sh,v 1.12 2007/09/09 21:40:41 andrew Exp $
 # Copyright (c) 2002 - 2006, FenderQ  # Copyright (c) 2002 - 2006, FenderQ
 # All rights reserved.  # All rights reserved.
 #  #
Line 44 
Line 44 
 SOURCES="src ports XF4"  SOURCES="src ports XF4"
   
 # Anonymous CVS - http://www.openbsd.org/anoncvs.html  # Anonymous CVS - http://www.openbsd.org/anoncvs.html
 CVSROOT="anoncvs@anoncvs3.usa.openbsd.org:/cvs"  #CVSROOT="anoncvs@anoncvs3.usa.openbsd.org:/cvs"
   #CVSROOT="anoncvs@anoncvs1.usa.openbsd.org:/cvs"
   CVSROOT="anoncvs@rt.fm:/cvs"
 export CVSROOT  export CVSROOT
   
 install_sources() {  install_sources() {
Line 149 
Line 151 
   
 if [ $# = 0 ]; then usage; exit 1; fi  if [ $# = 0 ]; then usage; exit 1; fi
   
 if [ `whoami` != "root" ]; then  if [ `id -u` != "0" ]; then
         echo "You probably should be root instead of `whoami` to run this safely."          echo "You probably should be root instead of `whoami` to run this safely."
         exit 1          exit 1
 fi  fi

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.13

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