]> git.pld-linux.org Git - packages/amanda.git/blobdiff - amanda-bashizm.patch
- more bashizms removed
[packages/amanda.git] / amanda-bashizm.patch
index ce2f399644273560b8803463da10a58566becd6c..61ec7d5d3b05876c658221b423d0f4f3977451fc 100644 (file)
          *"Unknown host"*)
                      smbversion=1
                      ;;
+--- amanda-2.6.0/changer-src/chg-zd-mtx.sh~    2008-05-14 17:36:20.000000000 +0200
++++ amanda-2.6.0/changer-src/chg-zd-mtx.sh     2008-05-15 15:03:59.000000000 +0200
+@@ -797,7 +797,7 @@
+ max_drive_wait=${max_drive_wait:-'120'}                       # default: two minutes
+ # check MT and MTX for sanity
+-if test "${MTX:0:1}" = "/"; then
++if test "${MTX#/}" != "$MTX"; then
+     if ! test -f "${MTX}"; then
+       Exit 2 \
+           `_ '<none>'` \
+--- amanda-2.6.0/server-src/amcleanup.sh~      2008-01-18 01:31:25.000000000 +0100
++++ amanda-2.6.0/server-src/amcleanup.sh       2008-05-21 13:45:10.000000000 +0200
+@@ -75,7 +75,7 @@
+ #   after receiving SIGTERM,  if yes send SIGKILL  
+ #
+-function killpid() {
++killpid() {
+ killPID=$1
+ SIGTERM=15
This page took 0.044757 seconds and 4 git commands to generate.