[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.30-1-557-g568f0ba

Ove Kaaven ovek at arcticnet.no
Sat Oct 24 00:48:55 UTC 2009


The following commit has been merged in the master branch:
commit 061be503efca38557938ba24cafb102e5b17d23b
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Sat Oct 24 01:55:59 2009 +0200

    Wrapper script output is now directed to stderr. Closes: #543709.

diff --git a/debian/winelauncher b/debian/winelauncher
index 3c350f6..f198cee 100644
--- a/debian/winelauncher
+++ b/debian/winelauncher
@@ -20,10 +20,10 @@ if [ `basename $0` = "wine-safe" ]; then
  fi
  if [ $safe_launch -eq 1 ] ; then
   # xmessage was unable to ask the user, try tty instead
-  echo "Wine will launch to run the requested Windows executable."
-  echo "To protect you from accidentally running a Windows virus,"
-  echo "you must confirm that this is what you intended to do."
-  echo -n "(yes/no) "
+  echo "Wine will launch to run the requested Windows executable." >&2
+  echo "To protect you from accidentally running a Windows virus," >&2
+  echo "you must confirm that this is what you intended to do." >&2
+  echo -n "(yes/no) " >&2
   read safe_confirm
   if [ "$safe_confirm" != 'yes' -a "$safe_confirm" != 'y' ] ; then
    exit 1
@@ -48,11 +48,11 @@ if grep -q "^hosts:.*mdns4_minimal \[NOTFOUND=return\]" /etc/nsswitch.conf && \
  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,"
-  echo "but lib32nss-mdns is not. Please note that Wine will not be"
-  echo "able to access the Internet unless you either install"
-  echo "lib32nss-mdns (or ia32-libnss-mdns), or uninstall libnss-mdns."
-  echo -n "(okay) "
+  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

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list