Changes of Revision 54
[-] | Changed | _service:set_version:inventory-system.spec |
1
2 %define pkgname inventory-system 3 Name: inventory-system 4 Release: 0 5 -Version: 0.0.rev1625 6 +Version: 0.0.rev1626 7 Url: http://www.linux-administrator.com/ 8 License: GPLv2 9 Group: System 10 |
||
[+] | Changed | _service:recompress:tar_scm:inventory-system-0.0.rev1626.tar.bz2/client/inventory-system.sh ^ |
@@ -1,8 +1,8 @@ #!/bin/bash # Inventory System # Author: Carsten Schoene -# $LastChangedDate: 2012-07-21 12:16:50 +0200 (Sat, 21 Jul 2012) $ -# $Rev: 1625 $ +# $LastChangedDate: 2012-07-21 12:34:40 +0200 (Sat, 21 Jul 2012) $ +# $Rev: 1626 $ # # Default options (can be changed by inventory-system.conf) DEBUG="yes" @@ -40,6 +40,9 @@ ipmitool " +# clean old logfile +rm -f /tmp/inventory-system.log + # mail alerts / debug messages function mailalerts { if [ -s /tmp/inventory-system.log ] ; then |