]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- fix gtar and smbclient detection on ac260/ksh
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 20 Feb 2007 12:00:39 +0000 (12:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amanda-ac260.patch -> 1.1

amanda-ac260.patch [new file with mode: 0644]

diff --git a/amanda-ac260.patch b/amanda-ac260.patch
new file mode 100644 (file)
index 0000000..9aadbed
--- /dev/null
@@ -0,0 +1,20 @@
+--- amanda-2.4.5/configure.in.orig     2007-02-20 12:04:42.000000000 +0100
++++ amanda-2.4.5/configure.in  2007-02-20 12:17:05.000000000 +0100
+@@ -1283,7 +1283,7 @@
+ AC_PATH_PROGS(GNUTAR,gtar gnutar tar,,$LOCSYSPATH)
+ if test ! -z "$GNUTAR"; then
+-  case "`\"$GNUTAR\" --version 2>&1`" in
++  case "$("$GNUTAR" --version 2>&1)" in
+    *GNU*tar* | *Free*paxutils* )
+               AC_DEFINE_UNQUOTED(GNUTAR,"$GNUTAR",[Define to the location of Gnu tar. ])
+               ;;
+@@ -1299,7 +1299,7 @@
+ else SAMBA_CLIENT=
+ fi
+ if test ! -z "$SAMBA_CLIENT"; then
+-  case "`\"$SAMBA_CLIENT\" '\\\\not.a.host.name\\notashare' -U nosuchuser -N -Tx /dev/null 2>&1`" in
++  case "$("$SAMBA_CLIENT" '\\not.a.host.name\notashare' -U nosuchuser -N -Tx /dev/null 2>&1)" in
+   *"Unknown host"*)
+               smbversion=1
+               ;;
This page took 0.035784 seconds and 4 git commands to generate.