SOURCES: amanda-ac260.patch (NEW) - fix gtar and smbclient detecti...

qboosh qboosh at pld-linux.org
Tue Feb 20 13:00:44 CET 2007


Author: qboosh                       Date: Tue Feb 20 12:00:44 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix gtar and smbclient detection on ac260/ksh

---- Files affected:
SOURCES:
   amanda-ac260.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/amanda-ac260.patch
diff -u /dev/null SOURCES/amanda-ac260.patch:1.1
--- /dev/null	Tue Feb 20 13:00:44 2007
+++ SOURCES/amanda-ac260.patch	Tue Feb 20 13:00:39 2007
@@ -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
+ 		;;
================================================================


More information about the pld-cvs-commit mailing list