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

Annotation of nagios/check_hw_sensors/tar_it_up.sh, Revision 1.1

1.1     ! andrew      1: #!/bin/sh
        !             2: # $RedRiver$
        !             3:
        !             4: VER=`ident check_hw_sensors | grep RedRiver | sed 's/.*v \([0-9]*\.[0-9]*\).*/\1/'`
        !             5:
        !             6: tar -czv -s "/^/check_hw_sensors-${VER}\//" -f check_hw_sensors-${VER}.tar.gz check_hw_sensors README sensorsd.conf example_sensors

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