Author: adn
Date: 2009-05-31 17:11:01 +0000 (Sun, 31 May 2009)
New Revision: 1898
Modified:
trunk/debian/changelog
trunk/scripts/pts-subscribe.sh
Log:
pts-subscribe: refer to bsd-mailx rather to the transitional mailx
package. Thanks Ansgar Burchardt for the patch. (Closes: #531332)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-05-31 17:08:05 UTC (rev 1897)
+++ trunk/debian/changelog 2009-05-31 17:11:01 UTC (rev 1898)
@@ -32,8 +32,12 @@
Simplify the surrounding logic so the logging and command are less likely
to get out of sync in the future.
- -- Adam D. Barratt <[email protected]> Thu, 21 May 2009 21:59:23 +0100
+ [ Mohammed Adnène Trojette ]
+ * pts-subscribe: refer to bsd-mailx rather to the transitional mailx
+ package. Thanks Ansgar Burchardt for the patch. (Closes: #531332)
+ -- Mohammed Adnène Trojette <[email protected]> Sun, 31 May 2009 19:09:11
+0200
+
devscripts (2.10.50) unstable; urgency=low
[ Adam D. Barratt ]
Modified: trunk/scripts/pts-subscribe.sh
===================================================================
--- trunk/scripts/pts-subscribe.sh 2009-05-31 17:08:05 UTC (rev 1897)
+++ trunk/scripts/pts-subscribe.sh 2009-05-31 17:11:01 UTC (rev 1898)
@@ -134,7 +134,7 @@
# Check for a "mail" command
if ! command -v mail >/dev/null 2>&1; then
echo "$PROGNAME: Could not find the \"mail\" command; you must have the"
>&2
- echo "mailx or mailutils package installed to run this script." >&2
+ echo "bsd-mailx or mailutils package installed to run this script." >&2
exit 1
fi
--
To unsubscribe, send mail to [email protected].