=================================================================== RCS file: /cvs/openbsd/backup_config/dist,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openbsd/backup_config/dist 2009/02/05 22:42:00 1.1 +++ openbsd/backup_config/dist 2009/12/03 17:37:17 1.2 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver$ +# $RedRiver: dist,v 1.1 2009/02/05 22:42:00 andrew Exp $ local _distname=update_openbsd local _v=`ident -q ${_distname} | awk '/,v/ { print $3 }'` @@ -8,8 +8,9 @@ exit 2 fi +local _distfile=${_distname}-${_v}.tar.gz tar -cz \ - -f ${_distname}-${_v}.tar.gz \ + -f $_distfile \ -s "/^/${_distname}-${_v}\//" \ README.TXT \ TODO \ @@ -18,4 +19,5 @@ release.sh \ send_dmesg \ update_openbsd \ - update_openbsdrc.example + update_openbsdrc.example \ + && echo Created $_distfile