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

File: [local] / openbsd / backup_config / dist (download)

Revision 1.1, Thu Feb 5 22:42:00 2009 UTC (15 years, 4 months ago) by andrew
Branch: MAIN

create a dist from the files here so that I can share it

#!/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