trim lintian overrides to only those that remain relevant in this version
[debian/amanda] / configure
index 4194c65aac601bb394f73a6dbbd33222a0c7c63c..6f2a68fd51b84155e0cb332ea70e6ab7bf52ae3c 100755 (executable)
--- 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
 
       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
                      ;;
         *)