[pkg-wine-party] [SCM] Debian Wine packaging branch, lenny, updated. wine-1.0.1-2-5-g4412ca7
Ove Kaaven
ovek at arcticnet.no
Sun May 23 18:33:11 UTC 2010
The following commit has been merged in the lenny branch:
commit da87ec41467c8ebf2d9c045121d47a99bb1366bc
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: #551372.
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