[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1084 - in glibc-package/trunk/debian: . debhelper.in



Author: pb
Date: 2005-12-29 18:33:01 +0000 (Thu, 29 Dec 2005)
New Revision: 1084

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
  * debian/debhelper.in/libc.preinst: Clarify wording of message about
    detection of services needing to be stopped before upgrade.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-12-29 13:05:26 UTC (rev 1083)
+++ glibc-package/trunk/debian/changelog	2005-12-29 18:33:01 UTC (rev 1084)
@@ -27,6 +27,8 @@
   * Apply patch from Colin Watson to add "--keep-existing" option to
     locale-gen.  (Closes: #298913)
   * Also restart exim4 on upgrade.  (Closes: #326554)
+  * debian/debhelper.in/libc.preinst: Clarify wording of message about
+    detection of services needing to be stopped before upgrade.
 
   [ Clint Adams ]
   * Steal glibc-235-sparc-datastart.dpatch from Ubuntu.

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst	2005-12-29 13:05:26 UTC (rev 1083)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst	2005-12-29 18:33:01 UTC (rev 1084)
@@ -73,13 +73,15 @@
 	echo
 	echo "Known packages that need to be stopped before the glibc upgrade are:"
 	echo "        $check"
+	echo
 
 	if [ -n "$service" ]; then 
-	    echo "This script detects the following services which you are required"
-	    echo "to stop before the upgrade:"
+	    echo "This script detected the following installed services which must be"
+	    echo "stopped before the upgrade:"
 	    echo "        $service"
 	else
-	    echo "This script does not detect any services to stop now."
+	    echo "This script did not detect any installed services which need to be"
+	    echo "stopped."
 	fi
 	echo
 	echo "If you want to interrupt the upgrade now and continue later, please"



Reply to: