[BACK]Return to sxxu CVS log [TXT][DIR] Up to [local] / openbsd / sxxu

Diff for /openbsd/sxxu/Attic/sxxu between version 1.27 and 1.28

version 1.27, 2010/04/20 18:26:00 version 1.28, 2010/04/20 18:38:00
Line 230 
Line 230 
     echo "usage: ${0##*/} [-kmR] [-w WRKDIR]  [machine1 [machine2 [...]]]" >&2      echo "usage: ${0##*/} [-kmR] [-w WRKDIR]  [machine1 [machine2 [...]]]" >&2
 }  }
   
 for CONFIG_FILE in "${SRCDIR}/.siteXXrc" ~/.siteXXrc /etc/siteXX.conf; do  for CONFIG_FILE in "${SRCDIR}/siteXXrc" ~/.siteXXrc /etc/siteXX.conf; do
     [ -e "$CONFIG_FILE" ] && . "$CONFIG_FILE" && break      [ -e "$CONFIG_FILE" ] && . "$CONFIG_FILE" && break
 done  done
   

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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