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

Annotation of openbsd/backup_config/dist, Revision 1.1

1.1     ! andrew      1: #!/bin/sh
        !             2: # $RedRiver$
        !             3: local _distname=update_openbsd
        !             4: local _v=`ident -q ${_distname} | awk '/,v/ { print $3 }'`
        !             5:
        !             6: if [ X"" == X"${_v}" ]; then
        !             7:        echo Could not find version in $_distname
        !             8:        exit 2
        !             9: fi
        !            10:
        !            11: tar -cz \
        !            12:        -f ${_distname}-${_v}.tar.gz \
        !            13:        -s "/^/${_distname}-${_v}\//" \
        !            14:                README.TXT \
        !            15:                TODO \
        !            16:                backup_config \
        !            17:                make_SMTPAUTH_sendmail \
        !            18:                release.sh \
        !            19:                send_dmesg \
        !            20:                update_openbsd \
        !            21:                update_openbsdrc.example

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