Paste von Anonym am 2011-11-22 19:08:32 Syntax: Diff
775c775
< if [ "`stat -f %m ../client/wsus/wsusscn2.cab`" -gt "`stat -f %m ../exclude/ExcludeList-superseded.txt`" ]; then
---
> if [ "`stat -c %Y ../client/wsus/wsusscn2.cab`" -gt "`stat -c %Y ../exclude/ExcludeList-superseded.txt`" ]; then
1141,1142c1141,1142
< hashdeep -c md5,sha1,sha256 -l -r ../${sys_old}/${lang} | sed 's///\/g' > ../md/hashes-${sys_old}-${lang}.txt
< hashdeep -c md5,sha1,sha256 -l -r ../${sys_old}/glb | sed 's///\/g' > ../md/hashes-${sys_old}-glb.txt
---
> "$PATH_PWD"/hashdeep -c md5,sha1,sha256 -l -r ../${sys_old}/${lang} | sed 's///\/g' > ../md/hashes-${sys_old}-${lang}.txt
> "$PATH_PWD"/hashdeep -c md5,sha1,sha256 -l -r ../${sys_old}/glb | sed 's///\/g' > ../md/hashes-${sys_old}-glb.txt
1149c1149
< if [ -f hashdeep ]; then
---
> if [ -f "$PATH_PWD"/hashdeep ]; then
1152c1152
< hashdeep -c md5,sha1,sha256 -l ../dotnet/*.exe | sed 's///\/g' > ../md/hashes-dotnet.txt
---
> "$PATH_PWD"/hashdeep -c md5,sha1,sha256 -l ../dotnet/*.exe | sed 's///\/g' > ../md/hashes-dotnet.txt
1157c1157
< if [ -f hashdeep ]; then
---
> if [ -f "$PATH_PWD"/hashdeep ]; then
1160c1160
< hashdeep -c md5,sha1,sha256 -l -r ../dotnet/x64-glb | sed 's///\/g' > ../md/hashes-dotnet-x64-glb.txt
---
> "$PATH_PWD"/hashdeep -c md5,sha1,sha256 -l -r ../dotnet/x64-glb | sed 's///\/g' > ../md/hashes-dotnet-x64-glb.txt
1165c1165
< if [ -f hashdeep ]; then
---
> if [ -f "$PATH_PWD"/hashdeep ]; then
1168c1168
< hashdeep -c md5,sha1,sha256 -l -r ../dotnet/x86-glb | sed 's///\/g' > ../md/hashes-dotnet-x86-glb.txt
---
> "$PATH_PWD"/hashdeep -c md5,sha1,sha256 -l -r ../dotnet/x86-glb | sed 's///\/g' > ../md/hashes-dotnet-x86-glb.txt
1197c1197
< if [ -f hashdeep ]; then
---
> if [ -f "$PATH_PWD"/hashdeep ]; then
1200c1200
< hashdeep -c md5,sha1,sha256 -l -r ../msse | sed 's///\/g' > ../md/hashes-msse.txt
---
> "$PATH_PWD"/hashdeep -c md5,sha1,sha256 -l -r ../msse | sed 's///\/g' > ../md/hashes-msse.txt
1212c1212
< if [ -f hashdeep ] && [ -d ../client/${sys}/glb ]; then
---
> if [ -f "$PATH_PWD"/hashdeep ] && [ -d ../client/${sys}/glb ]; then
1215c1215
< hashdeep -c md5,sha1,sha256 -l -r ../wddefs | sed 's///\/g' > ../md/hashes-wddefs.txt
---
> "$PATH_PWD"/hashdeep -c md5,sha1,sha256 -l -r ../wddefs | sed 's///\/g' > ../md/hashes-wddefs.txt
1222c1222
< if [ -f hashdeep ] && [ -d ../client/${sys}/${lang} ]; then
---
> if [ -f "$PATH_PWD"/hashdeep ] && [ -d ../client/${sys}/${lang} ]; then
1225c1225
< hashdeep -c md5,sha1,sha256 -l -r ../${sys}/${lang} | sed 's///\/g' > ../md/hashes-${sys}-${lang}.txt
---
> "$PATH_PWD"/hashdeep -c md5,sha1,sha256 -l -r ../${sys}/${lang} | sed 's///\/g' > ../md/hashes-${sys}-${lang}.txt
1229c1229
< if [ -f hashdeep ] && [ -d ../client/${sys}/glb ]; then
---
> if [ -f "$PATH_PWD"/hashdeep ] && [ -d ../client/${sys}/glb ]; then
1232c1232
< hashdeep -c md5,sha1,sha256 -l -r ../${sys}/glb | sed 's///\/g' > ../md/hashes-${sys}-glb.txt
---
> "$PATH_PWD"/hashdeep -c md5,sha1,sha256 -l -r ../${sys}/glb | sed 's///\/g' > ../md/hashes-${sys}-glb.txt
1238c1238
< if [ -f hashdeep ] && [ -d ../client/win/glb ]; then
---
> if [ -f "$PATH_PWD"/hashdeep ] && [ -d ../client/win/glb ]; then
1241c1241
< hashdeep -c md5,sha1,sha256 -l -r ../win/glb | sed 's///\/g' > ../md/hashes-win-glb.txt
---
> "$PATH_PWD"/hashdeep -c md5,sha1,sha256 -l -r ../win/glb | sed 's///\/g' > ../md/hashes-win-glb.txt
1244c1244
< if [ -f hashdeep ] && [ -d ../client/win/${lang} ]; then
---
> if [ -f "$PATH_PWD"/hashdeep ] && [ -d ../client/win/${lang} ]; then
1247c1247
< hashdeep -c md5,sha1,sha256 -l -r ../win/${lang} | sed 's///\/g' > ../md/hashes-win-${lang}.txt
---
> "$PATH_PWD"/hashdeep -c md5,sha1,sha256 -l -r ../win/${lang} | sed 's///\/g' > ../md/hashes-win-${lang}.txt
1250c1250
< if [ -f hashdeep ] && [ -d ../client/wsus ]; then
---
> if [ -f "$PATH_PWD"/hashdeep ] && [ -d ../client/wsus ]; then
1253c1253
< hashdeep -c md5,sha1,sha256 -l -r ../wsus | sed 's///\/g' > ../md/hashes-wsus.txt
---
> "$PATH_PWD"/hashdeep -c md5,sha1,sha256 -l -r ../wsus | sed 's///\/g' > ../md/hashes-wsus.txt
» ohne Titel
« ohne Titel

