Package: cupsys Version: 1.1.23-4 Severity: wishlist Tags: patch
I changed the wording of some sentences in cupsys.postinst to make them more readable. Please consider applying this patch. --- cupsys.postinst.old 2005-02-17 05:05:53.000000000 +0000 +++ cupsys.postinst 2005-02-17 05:29:25.000000000 +0000 @@ -29,10 +29,10 @@ configure) # Check cupsys is really stopped... stupid if [ -n "`ps aux | grep /usr/sbin/cupsd | grep -v grep`" ]; then - echo "Hmm, cupsys won't stop... I wait 5 seconds..." + echo "Cupsys is still running... waiting 5 seconds..." sleep 5 if [ -n "`ps aux | grep /usr/sbin/cupsd | grep -v grep`" ]; then - echo "Retrying to stop..." + echo "Killing cupsys..." kill -9 `pidof /usr/sbin/cupsd` || true fi fi @@ -151,7 +151,7 @@ EOT else - echo "Your /etc/cups/cupsd.conf seems be edited by your hand. cupsys.postinst doesn't touch this." + echo "Your /etc/cups/cupsd.conf appears to have been manually edited. cupsys.postinst won't touch it." fi fi ;; -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.4.27 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages cupsys depends on: ii adduser 3.59 Add and remove users and groups ii debconf 1.4.30.11 Debian configuration management sy ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii libcupsimage2 1.1.23-4 Common UNIX Printing System(tm) - ii libcupsys2-gnutls10 1.1.23-4 Common UNIX Printing System(tm) - ii libgnutls11 1.0.16-9 GNU TLS library - runtime library ii libpam0g 0.76-22 Pluggable Authentication Modules l ii libpaper1 1.1.14-3 Library for handling paper charact ii libslp1 1.0.11a-1 OpenSLP libraries ii patch 2.5.9-2 Apply a diff file to an original ii perl-modules 5.8.4-6 Core Perl modules ii xpdf-utils 3.00-12 Portable Document Format (PDF) sui ii zlib1g 1:1.2.2-3 compression library - runtime -- debconf information: cupsys/raw-print: true * cupsys/backend: ipp, lpd, parallel, socket, usb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]