#!/bin/sh
# This is a shell archive (produced by GNU sharutils 4.11.1).
# To extract the files from this archive, save it to some FILE, remove
# everything before the `#!/bin/sh' line above, then type `sh FILE'.
#
lock_dir=_sh14867
# Made on 2012-09-04 11:37 CEST by <shane@shane-desktop>.
# Source directory was `/home/shane/tmp/bindsign/9.6-ESV-R8rc1'.
#
# Existing files will *not* be overwritten, unless `-c' is specified.
#
# This shar contains:
# length mode       name
# ------ ---------- ------------------------------------------
#    490 -rw-rw-r-- bind-9.6-ESV-R8rc1.tar.gz.asc
#    490 -rw-rw-r-- bind-9.6-ESV-R8rc1.tar.gz.sha512.asc
#    490 -rw-rw-r-- bind-9.6-ESV-R8rc1.tar.gz.sha256.asc
#    490 -rw-rw-r-- bind-9.6-ESV-R8rc1.tar.gz.sha1.asc
#
MD5SUM=${MD5SUM-md5sum}
f=`${MD5SUM} --version | egrep '^md5sum .*(core|text)utils'`
test -n "${f}" && md5check=true || md5check=false
${md5check} || \
  echo 'Note: not verifying md5sums.  Consider installing GNU coreutils.'
if test "X$1" = "X-c"
then keep_file=''
else keep_file=true
fi
echo=echo
save_IFS="${IFS}"
IFS="${IFS}:"
gettext_dir=
locale_dir=
set_echo=false

for dir in $PATH
do
  if test -f $dir/gettext \
     && ($dir/gettext --version >/dev/null 2>&1)
  then
    case `$dir/gettext --version 2>&1 | sed 1q` in
      *GNU*) gettext_dir=$dir
      set_echo=true
      break ;;
    esac
  fi
done

if ${set_echo}
then
  set_echo=false
  for dir in $PATH
  do
    if test -f $dir/shar \
       && ($dir/shar --print-text-domain-dir >/dev/null 2>&1)
    then
      locale_dir=`$dir/shar --print-text-domain-dir`
      set_echo=true
      break
    fi
  done

  if ${set_echo}
  then
    TEXTDOMAINDIR=$locale_dir
    export TEXTDOMAINDIR
    TEXTDOMAIN=sharutils
    export TEXTDOMAIN
    echo="$gettext_dir/gettext -s"
  fi
fi
IFS="$save_IFS"
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null
then if (echo -n test; echo 1,2,3) | grep n >/dev/null
     then shar_n= shar_c='
'
     else shar_n=-n shar_c= ; fi
else shar_n= shar_c='\c' ; fi
f=shar-touch.$$
st1=200112312359.59
st2=123123592001.59
st2tr=123123592001.5 # old SysV 14-char limit
st3=1231235901

if touch -am -t ${st1} ${f} >/dev/null 2>&1 && \
   test ! -f ${st1} && test -f ${f}; then
  shar_touch='touch -am -t $1$2$3$4$5$6.$7 "$8"'

elif touch -am ${st2} ${f} >/dev/null 2>&1 && \
   test ! -f ${st2} && test ! -f ${st2tr} && test -f ${f}; then
  shar_touch='touch -am $3$4$5$6$1$2.$7 "$8"'

elif touch -am ${st3} ${f} >/dev/null 2>&1 && \
   test ! -f ${st3} && test -f ${f}; then
  shar_touch='touch -am $3$4$5$6$2 "$8"'

else
  shar_touch=:
  echo
  ${echo} 'WARNING: not restoring timestamps.  Consider getting and
installing GNU `touch'\'', distributed in GNU coreutils...'
  echo
fi
rm -f ${st1} ${st2} ${st2tr} ${st3} ${f}
#
if test ! -d ${lock_dir} ; then :
else ${echo} "lock directory ${lock_dir} exists"
     exit 1
fi
if mkdir ${lock_dir}
then ${echo} "x - created lock directory ${lock_dir}."
else ${echo} "x - failed to create lock directory ${lock_dir}."
     exit 1
fi
# ============= bind-9.6-ESV-R8rc1.tar.gz.asc ==============
if test -n "${keep_file}" && test -f 'bind-9.6-ESV-R8rc1.tar.gz.asc'
then
${echo} "x - SKIPPING bind-9.6-ESV-R8rc1.tar.gz.asc (file already exists)"
else
${echo} "x - extracting bind-9.6-ESV-R8rc1.tar.gz.asc (text)"
  sed 's/^X//' << 'SHAR_EOF' > 'bind-9.6-ESV-R8rc1.tar.gz.asc' &&
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
X
iQEcBAABAgAGBQJQRcvjAAoJEKv5WqfJazUKtyoIAIDr3r7CMBYyJ99jxoEaMUaO
YNljso0AKw6KJk7NGp5gjc9vBWMh+7BY7gefSZkZ4LKhhnnHgtlbj5KrasACgVjr
573b+l2CxiN7pj9yWKKUkmC2I3SIIT+LY/wv9/h4DgNXcEZmvrXkoV0qq2ffovKF
MBBORss5tpE2caD6CcXMAyWmveEF0b4mI7dvNQATygiUHRGayS7jyeB15S5xsE2G
LL/mL3kCKtnEuTMpwl1Sqlpa+auAw+il0qpusCd3sHJ6Ra7L0bMtxqDf9BQka8rS
k09Vvr9bJnZjUXilSS5V+2ZyNBT0QNZ+oQzYy4Qsxi8SCMuTHr4AxId/bg1olR4=
=QcSV
-----END PGP SIGNATURE-----
SHAR_EOF
  (set 20 12 09 04 11 37 39 'bind-9.6-ESV-R8rc1.tar.gz.asc'
   eval "${shar_touch}") && \
  chmod 0664 'bind-9.6-ESV-R8rc1.tar.gz.asc'
if test $? -ne 0
then ${echo} "restore of bind-9.6-ESV-R8rc1.tar.gz.asc failed"
fi
  if ${md5check}
  then (
       ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'bind-9.6-ESV-R8rc1.tar.gz.asc': 'MD5 check failed'
       ) << \SHAR_EOF
4a7fc5e57cdd4a96ea4a6869e11619b0  bind-9.6-ESV-R8rc1.tar.gz.asc
SHAR_EOF
  else
test `LC_ALL=C wc -c < 'bind-9.6-ESV-R8rc1.tar.gz.asc'` -ne 490 && \
  ${echo} "restoration warning:  size of 'bind-9.6-ESV-R8rc1.tar.gz.asc' is not 490"
  fi
fi
# ============= bind-9.6-ESV-R8rc1.tar.gz.sha512.asc ==============
if test -n "${keep_file}" && test -f 'bind-9.6-ESV-R8rc1.tar.gz.sha512.asc'
then
${echo} "x - SKIPPING bind-9.6-ESV-R8rc1.tar.gz.sha512.asc (file already exists)"
else
${echo} "x - extracting bind-9.6-ESV-R8rc1.tar.gz.sha512.asc (text)"
  sed 's/^X//' << 'SHAR_EOF' > 'bind-9.6-ESV-R8rc1.tar.gz.sha512.asc' &&
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
X
iQEcBAABCgAGBQJQRcvjAAoJEKv5WqfJazUKMScH/2l/fkYY1KLKYXeVRlLHyGpy
5IBqKAYUklqA9VWRBScXPDILpLFz1veGwXQmoqT3F6gG/QN2HJgDa9kB2vvzpwj2
zouSnbK+2yrYjt8b68o9DBgyQ2ux5WCqSHI5EnRrpLiqKyQ5WC6bAxQpAHpmAUCR
L91pi7qrnpeb8U8CsY9dIYcUUmcOYeBic/GoBK1MvG+WZ9bhQW1jhqgv8S23AEWk
82Ik0WTlpbjhvEuCYLmj3W3fY1zTKeyAap3Dn3VY27Nx0D1UIoULphaEl80bB3J2
4dms/r9pEv0HFB0BbvAxbBbo75XqmVswQjp20f3PbrxnnMarqqpdqoSEg1SJTig=
=Sptg
-----END PGP SIGNATURE-----
SHAR_EOF
  (set 20 12 09 04 11 37 39 'bind-9.6-ESV-R8rc1.tar.gz.sha512.asc'
   eval "${shar_touch}") && \
  chmod 0664 'bind-9.6-ESV-R8rc1.tar.gz.sha512.asc'
if test $? -ne 0
then ${echo} "restore of bind-9.6-ESV-R8rc1.tar.gz.sha512.asc failed"
fi
  if ${md5check}
  then (
       ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'bind-9.6-ESV-R8rc1.tar.gz.sha512.asc': 'MD5 check failed'
       ) << \SHAR_EOF
a9141de9184c5997caa9c5e82325e688  bind-9.6-ESV-R8rc1.tar.gz.sha512.asc
SHAR_EOF
  else
test `LC_ALL=C wc -c < 'bind-9.6-ESV-R8rc1.tar.gz.sha512.asc'` -ne 490 && \
  ${echo} "restoration warning:  size of 'bind-9.6-ESV-R8rc1.tar.gz.sha512.asc' is not 490"
  fi
fi
# ============= bind-9.6-ESV-R8rc1.tar.gz.sha256.asc ==============
if test -n "${keep_file}" && test -f 'bind-9.6-ESV-R8rc1.tar.gz.sha256.asc'
then
${echo} "x - SKIPPING bind-9.6-ESV-R8rc1.tar.gz.sha256.asc (file already exists)"
else
${echo} "x - extracting bind-9.6-ESV-R8rc1.tar.gz.sha256.asc (text)"
  sed 's/^X//' << 'SHAR_EOF' > 'bind-9.6-ESV-R8rc1.tar.gz.sha256.asc' &&
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
X
iQEcBAABCAAGBQJQRcvjAAoJEKv5WqfJazUKo/gIAIChvB2kfAl0JBE0kEtkCB36
FEwhmdppwlBP8XOQA4l6xaYg9usax8fqkJsIc5ewBad9S4+pGvZpMfrRIpnr7+SH
qK0wHFscxnm7DSrSidPw5kru3+RT2gyU1uNQ/5eo7fTn/zL6Ot/FI4nypUSFQgyF
IewImpGxwgq6CwCaxB+RT646qhzIC6p2+lIR6CvffKdXAXqoFepeRzfrAEke6Xfl
zMYh5tiFLkqX8PaJLV5HmCq/asMb3X8HVyvGmsqqiOuypTiCntl2ZI8B801jv7z/
F+/ORRCJ/EhwmYwFZkWSjUFzsehYzvyn84xPE0EFnYiqwV47o0Ge0zW9ao0JPow=
=dOT7
-----END PGP SIGNATURE-----
SHAR_EOF
  (set 20 12 09 04 11 37 39 'bind-9.6-ESV-R8rc1.tar.gz.sha256.asc'
   eval "${shar_touch}") && \
  chmod 0664 'bind-9.6-ESV-R8rc1.tar.gz.sha256.asc'
if test $? -ne 0
then ${echo} "restore of bind-9.6-ESV-R8rc1.tar.gz.sha256.asc failed"
fi
  if ${md5check}
  then (
       ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'bind-9.6-ESV-R8rc1.tar.gz.sha256.asc': 'MD5 check failed'
       ) << \SHAR_EOF
67e20677e5e4d0b03aa4e66492e46314  bind-9.6-ESV-R8rc1.tar.gz.sha256.asc
SHAR_EOF
  else
test `LC_ALL=C wc -c < 'bind-9.6-ESV-R8rc1.tar.gz.sha256.asc'` -ne 490 && \
  ${echo} "restoration warning:  size of 'bind-9.6-ESV-R8rc1.tar.gz.sha256.asc' is not 490"
  fi
fi
# ============= bind-9.6-ESV-R8rc1.tar.gz.sha1.asc ==============
if test -n "${keep_file}" && test -f 'bind-9.6-ESV-R8rc1.tar.gz.sha1.asc'
then
${echo} "x - SKIPPING bind-9.6-ESV-R8rc1.tar.gz.sha1.asc (file already exists)"
else
${echo} "x - extracting bind-9.6-ESV-R8rc1.tar.gz.sha1.asc (text)"
  sed 's/^X//' << 'SHAR_EOF' > 'bind-9.6-ESV-R8rc1.tar.gz.sha1.asc' &&
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
X
iQEcBAABAgAGBQJQRcvjAAoJEKv5WqfJazUKtyoIAIDr3r7CMBYyJ99jxoEaMUaO
YNljso0AKw6KJk7NGp5gjc9vBWMh+7BY7gefSZkZ4LKhhnnHgtlbj5KrasACgVjr
573b+l2CxiN7pj9yWKKUkmC2I3SIIT+LY/wv9/h4DgNXcEZmvrXkoV0qq2ffovKF
MBBORss5tpE2caD6CcXMAyWmveEF0b4mI7dvNQATygiUHRGayS7jyeB15S5xsE2G
LL/mL3kCKtnEuTMpwl1Sqlpa+auAw+il0qpusCd3sHJ6Ra7L0bMtxqDf9BQka8rS
k09Vvr9bJnZjUXilSS5V+2ZyNBT0QNZ+oQzYy4Qsxi8SCMuTHr4AxId/bg1olR4=
=QcSV
-----END PGP SIGNATURE-----
SHAR_EOF
  (set 20 12 09 04 11 37 39 'bind-9.6-ESV-R8rc1.tar.gz.sha1.asc'
   eval "${shar_touch}") && \
  chmod 0664 'bind-9.6-ESV-R8rc1.tar.gz.sha1.asc'
if test $? -ne 0
then ${echo} "restore of bind-9.6-ESV-R8rc1.tar.gz.sha1.asc failed"
fi
  if ${md5check}
  then (
       ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'bind-9.6-ESV-R8rc1.tar.gz.sha1.asc': 'MD5 check failed'
       ) << \SHAR_EOF
4a7fc5e57cdd4a96ea4a6869e11619b0  bind-9.6-ESV-R8rc1.tar.gz.sha1.asc
SHAR_EOF
  else
test `LC_ALL=C wc -c < 'bind-9.6-ESV-R8rc1.tar.gz.sha1.asc'` -ne 490 && \
  ${echo} "restoration warning:  size of 'bind-9.6-ESV-R8rc1.tar.gz.sha1.asc' is not 490"
  fi
fi
if rm -fr ${lock_dir}
then ${echo} "x - removed lock directory ${lock_dir}."
else ${echo} "x - failed to remove lock directory ${lock_dir}."
     exit 1
fi
exit 0
