[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.1 and 1.2

version 1.1, 2006/12/05 16:55:55 version 1.2, 2009/11/10 23:27:59
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $RedRiver$  # $RedRiver: tar_it_up.sh,v 1.1 2006/12/05 16:55:55 andrew Exp $
   
 VER=`ident check_hw_sensors | grep RedRiver | sed 's/.*v \([0-9]*\.[0-9]*\).*/\1/'`  VER=`ident check_hw_sensors | grep RedRiver | sed 's/.*v \([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.1  
changed lines
  Added in v.1.2

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