#!/bin/sh # $RedRiver$ local _distname=update_openbsd local _v=`ident -q ${_distname} | awk '/,v/ { print $3 }'` if [ X"" == X"${_v}" ]; then echo Could not find version in $_distname exit 2 fi tar -cz \ -f ${_distname}-${_v}.tar.gz \ -s "/^/${_distname}-${_v}\//" \ README.TXT \ TODO \ backup_config \ make_SMTPAUTH_sendmail \ release.sh \ send_dmesg \ update_openbsd \ update_openbsdrc.example