SOURCES: amanda-bashizm.patch - up to 2.6.0p1

baggins baggins at pld-linux.org
Wed May 21 15:15:32 CEST 2008


Author: baggins                      Date: Wed May 21 13:15:32 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up to 2.6.0p1

---- Files affected:
SOURCES:
   amanda-bashizm.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/amanda-bashizm.patch
diff -u SOURCES/amanda-bashizm.patch:1.4 SOURCES/amanda-bashizm.patch:1.5
--- SOURCES/amanda-bashizm.patch:1.4	Wed May 21 13:45:55 2008
+++ SOURCES/amanda-bashizm.patch	Wed May 21 15:15:27 2008
@@ -1,14 +1,14 @@
 --- amanda-2.6.0/config/amanda/dumpers.m4~	2008-03-03 14:50:51.000000000 +0100
 +++ amanda-2.6.0/config/amanda/dumpers.m4	2008-05-07 11:13:49.000000000 +0200
 @@ -41,7 +41,7 @@
-     fi
- 
-     if test ! -z "$GNUTAR"; then
--      case "`\"$GNUTAR\" --version 2>&1`" in
-+      case "`$GNUTAR --version 2>&1`" in
-        *GNU*tar* | *Free*paxutils* ) : # OK, it is GNU tar
- 		    ;;
-        *)
+ 	for gnutar_name in gtar gnutar tar; do
+ 	    AC_PATH_PROGS(GNUTAR, $gnutar_name, , $LOCSYSPATH)
+ 	    if test -n "$GNUTAR"; then
+-	      case "`\"$GNUTAR\" --version 2>&1`" in
++	      case "`$GNUTAR --version 2>&1`" in
+ 	       *GNU*tar* | *Free*paxutils* )
+ 			    # OK, it is GNU tar
+ 			    break
 @@ -103,7 +103,7 @@
        AC_PATH_PROG(SAMBA_CLIENT,smbclient,,$LOCSYSPATH)
        smbversion=0
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/amanda-bashizm.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list