[pkg-wine-party] [PATCH 07/11] Remove libnss-mdns warning as the issue seems to have been fixed (closes: #474289)

Hilko Bengen bengen at debian.org
Sat Jul 7 19:49:08 UTC 2012


---
 debian/winelauncher |   28 ----------------------------
 1 file changed, 28 deletions(-)
 mode change 100644 => 100755 debian/winelauncher

diff --git a/debian/winelauncher b/debian/winelauncher
old mode 100644
new mode 100755
index f198cee..3f9c512
--- a/debian/winelauncher
+++ b/debian/winelauncher
@@ -31,34 +31,6 @@ if [ `basename $0` = "wine-safe" ]; then
  fi
 fi
 
-# Check for known problem with amd64
-if [ "$ARCH" = "amd64" ]; then
-
-# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430845
-if grep -q "^hosts:.*mdns4_minimal \[NOTFOUND=return\]" /etc/nsswitch.conf && \
-   [ ! -e /usr/lib32/libnss_mdns4.so.2 ]; then
- $XMESSAGE -center \
- -title "Wine Warning" \
- "
- It appears that libnss-mdns is installed on your system,
- but lib32nss-mdns is not. Please note that Wine will not be
- able to access the Internet unless you either install
- lib32nss-mdns (or ia32-libnss-mdns), or uninstall libnss-mdns.
- " 2>/dev/null
- notify=$?
- if [ $notify -eq 1 ] ; then
-  # xmessage was unable to notify the user, try tty instead
-  echo "It appears that libnss-mdns is installed on your system," >&2
-  echo "but lib32nss-mdns is not. Please note that Wine will not be" >&2
-  echo "able to access the Internet unless you either install" >&2
-  echo "lib32nss-mdns (or ia32-libnss-mdns), or uninstall libnss-mdns." >&2
-  echo -n "(okay) " >&2
-  read confirm
- fi
-fi # nss_mdns4
-
-fi # amd64
-
 # Launch Wine
 export WINELOADER="/usr/lib/wine/wine.bin"
 exec "$WINELOADER" "$@"
-- 
1.7.10.4




More information about the pkg-wine-party mailing list