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

Diff for /nagios/check_hw_sensors/tar_it_up.sh between version 1.3 and 1.4

version 1.3, 2010/04/27 20:09:39 version 1.4, 2010/04/27 21:13:07
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $AFresh1: tar_it_up.sh,v 1.1 2006/12/05 16:55:55 andrew Exp $  # $AFresh1: tar_it_up.sh,v 1.3 2010/04/27 19:09:39 andrew Exp $
   
 VER=`ident check_hw_sensors | grep AFresh1 | sed 's/.*v \([0-9]*\.[0-9]*\).*/\1/'`  VER=`ident check_hw_sensors | grep Revision | sed 's/.*: \([0-9]*\.[0-9]*\).*/\1/'`
   
 tar -czv -s "/^/check_hw_sensors-${VER}\//" -f check_hw_sensors-${VER}.tar.gz check_hw_sensors #README sensorsd.conf example_sensors  tar -czv -s "/^/check_hw_sensors-${VER}\//" -f check_hw_sensors-${VER}.tar.gz check_hw_sensors #README sensorsd.conf example_sensors

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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