]> git.pld-linux.org Git - packages/amanda.git/blob - amanda-bashizm.patch
- don't list ssh keys in files, leave removing them on uninstall to admin
[packages/amanda.git] / amanda-bashizm.patch
1 --- amanda-2.6.0/config/amanda/dumpers.m4~      2008-03-03 14:50:51.000000000 +0100
2 +++ amanda-2.6.0/config/amanda/dumpers.m4       2008-05-07 11:13:49.000000000 +0200
3 @@ -41,7 +41,7 @@
4      fi
5  
6      if test ! -z "$GNUTAR"; then
7 -      case "`\"$GNUTAR\" --version 2>&1`" in
8 +      case "`$GNUTAR --version 2>&1`" in
9         *GNU*tar* | *Free*paxutils* ) : # OK, it is GNU tar
10                     ;;
11         *)
12 @@ -103,7 +103,7 @@
13        AC_PATH_PROG(SAMBA_CLIENT,smbclient,,$LOCSYSPATH)
14        smbversion=0
15        if test ! -z "$SAMBA_CLIENT"; then
16 -        case "`\"$SAMBA_CLIENT\" '\\\\not.a.host.name\\notashare' -U nosuchuser -N -Tx /dev/null 2>&1`" in
17 +        case "`$SAMBA_CLIENT '\\\\not.a.host.name\\notashare' -U nosuchuser -N -Tx /dev/null 2>&1`" in
18          *"Unknown host"*)
19                       smbversion=1
20                       ;;
This page took 0.021962 seconds and 3 git commands to generate.