X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure;h=6f2a68fd51b84155e0cb332ea70e6ab7bf52ae3c;hb=52df3cb57c7f6b6e8610cd3d5cb6921f855df457;hp=4194c65aac601bb394f73a6dbbd33222a0c7c63c;hpb=afaa71b3866b46b082b6c895772e15b36d8865fe;p=debian%2Famanda diff --git a/configure b/configure index 4194c65..6f2a68f 100755 --- a/configure +++ b/configure @@ -3210,7 +3210,7 @@ fi # Define the identity of the package. PACKAGE=amanda - VERSION="2.6.1" + VERSION="2.6.1p1" cat >>confdefs.h <<_ACEOF @@ -32069,11 +32069,11 @@ fi smbversion=0 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\" '\\\\nosuchhost.amanda.org\\notashare' -U nosuchuser -N -Tx /dev/null 2>&1`" in *"Unknown host"*) smbversion=1 ;; - *"Connection to not.a.host.name failed"*) + *"Connection to nosuchhost.amanda.org failed"*) smbversion=2 ;; *)