[BACK]Return to tar_it_up.sh CVS log [TXT][DIR] Up to [local] / nagios / check_openbgpd

Annotation of nagios/check_openbgpd/tar_it_up.sh, Revision 1.2

1.1       andrew      1: #!/bin/sh
1.2     ! andrew      2: # $AFresh1: tar_it_up.sh,v 1.2 2009/11/10 23:27:59 andrew Exp $
1.1       andrew      3:
1.2     ! andrew      4: VER=`ident check_openbgpd | sed -ne 's/.*Revision: \([0-9]*\.[0-9]*\).*/\1/p' | head -1`
1.1       andrew      5:
                      6: tar -czv -s "/^/check_openbgpd-${VER}\//" -f check_openbgpd-${VER}.tar.gz check_openbgpd README

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