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

Bug#55745: marked as done (apt: last question in install method)



Your message dated Sun, 18 Jun 2000 01:36:10 -0600 (MDT)
with message-id <Pine.LNX.3.96.1000618013555.14317g-100000@wakko.deltatee.com>
and subject line Fixed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at maintonly) by bugs.debian.org; 18 Jan 2000 05:51:11 +0000
Received: (qmail 12581 invoked from network); 18 Jan 2000 05:51:11 -0000
Received: from scrabble.freeuk.net (212.126.144.6)
  by master.debian.org with SMTP; 18 Jan 2000 05:51:11 -0000
Received: from [212.126.152.240] (helo=voyager.drocher.com ident=postfix)
	by scrabble.freeuk.net with esmtp (Exim 3.12 #1)
	id 12ARXo-0006HK-00
	for maintonly@bugs.debian.org; Tue, 18 Jan 2000 05:51:09 +0000
Received: by voyager.drocher.com (Postfix, from userid 1000)
	id 783A94ED6; Tue, 18 Jan 2000 05:53:10 +0000 (GMT)
Date: Sat, 1 Jan 2000 17:21:43 +0000
From: David Rocher <djr@drocher.com>
To: maintonly@bugs.debian.org
Subject: apt: last question in install method
Message-ID: <20000101172143.A14096@drocher.com>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="mYCpIKhGyMATD0i+"
User-Agent: Mutt/1.0i
Resent-From: djr@drocher.com
Resent-Date: Tue, 18 Jan 2000 05:53:10 +0000
Resent-To: maintonly@bugs.debian.org
Resent-Message-Id: <20000118055310.783A94ED6@voyager.drocher.com>


--mYCpIKhGyMATD0i+
Content-Type: text/plain; charset=us-ascii

Package: apt
Version: 0.3.15
Severity: wishlist

Here is a patch to /usr/lib/dpkg/methods/apt/install to have the last
question (delete downloaded files) with the same look&feel as the
others.

David.

--mYCpIKhGyMATD0i+
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="install.patch"

--- /usr/lib/dpkg/methods/apt/install	Sun Dec  5 07:55:30 1999
+++ install	Sat Jan  1 17:21:08 2000
@@ -20,15 +20,15 @@
 	local ans def defp
 	if [ "$2" ];then
 		case $2 in
-			Y|y)	defp="(Y/n)" def=y;;
-			N|n)	defp="(y/N)" def=n;;
+			Y|y)	defp="[Y/n]" def=y;;
+			N|n)	defp="[y/N]" def=n;;
 			*)	echo "Bad default setting!" 1>&2; exit 1;;
 		esac
 	else
-		defp="(y/N)" def=n
+		defp="[y/N]" def=n
 	fi
 	while :;do
-		echo -n "$1$defp" 1>&3
+		echo -n "$1 $defp" 1>&3
 		read ans
 		case $ans in
 			Y|y|N|n)	break;;
@@ -72,7 +72,7 @@
        ;;
      prompt)
        exec 3>&1
-       if [ `yesno "Do you want to erase the downloaded .deb files " y` = y ]; then
+       if [ `yesno "Do you want to erase the downloaded .deb files?" y` = y ]; then
           $APTGET clean && echo "Press enter to continue." && read RES && exit 0;
        fi
        ;;

--mYCpIKhGyMATD0i+--
---------------------------------------
Received: (at 55745-done) by bugs.debian.org; 18 Jun 2000 07:35:38 +0000
>From jgg@ualberta.ca Sun Jun 18 02:35:38 2000
Return-path: <jgg@ualberta.ca>
Received: from edtnes12.telus.net (priv-edtnes12-hme0.telusplanet.net) [199.185.220.112] 
	by master.debian.org with esmtp (Exim 3.12 2 (Debian))
	id 133ZcI-00036d-00; Sun, 18 Jun 2000 02:35:38 -0500
Received: from wakko.deltatee.com ([209.115.196.25])
          by priv-edtnes12-hme0.telusplanet.net
          (InterMail vM.4.01.02.11 201-229-116-111) with ESMTP
          id <20000618073537.LFRW18261.priv-edtnes12-hme0.telusplanet.net@wakko.deltatee.com>
          for <55745-done@bugs.debian.org>; Sun, 18 Jun 2000 01:35:37 -0600
Received: from localhost (wakko.deltatee.com) [127.0.0.1] (jgg)
	by wakko.deltatee.com with smtp (Exim 2.11 #1)
	id 133Zco-0002tW-00 (Debian); Sun, 18 Jun 2000 01:36:10 -0600
Date: Sun, 18 Jun 2000 01:36:10 -0600 (MDT)
From: Jason Gunthorpe <jgg@ualberta.ca>
X-Sender: jgg@wakko.deltatee.com
To: 55745-done@bugs.debian.org
Subject: Fixed
Message-ID: <Pine.LNX.3.96.1000618013555.14317g-100000@wakko.deltatee.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: 55745-done@bugs.debian.org


This was missed in some old uploads.



Reply to: