]> git.pld-linux.org Git - packages/amanda.git/blob - amanda-ac260.patch
- rel 1
[packages/amanda.git] / amanda-ac260.patch
1 --- amanda-2.4.5/configure.in.orig      2007-02-20 12:04:42.000000000 +0100
2 +++ amanda-2.4.5/configure.in   2007-02-20 12:17:05.000000000 +0100
3 @@ -1283,7 +1283,7 @@
4  
5  AC_PATH_PROGS(GNUTAR,gtar gnutar tar,,$LOCSYSPATH)
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* )
10                 AC_DEFINE_UNQUOTED(GNUTAR,"$GNUTAR",[Define to the location of Gnu tar. ])
11                 ;;
12 @@ -1299,7 +1299,7 @@
13  else SAMBA_CLIENT=
14  fi
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.063813 seconds and 3 git commands to generate.