]> git.saurik.com Git - apt.git/commitdiff
Fixed update and bad conf file
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:28 +0000 (16:53 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:28 +0000 (16:53 +0000)
Author: jgg
Date: 1999-04-11 06:46:09 GMT
Fixed update and bad conf file

doc/examples/apt.conf
dselect/install

index 4e9ec16601288cd6e9d73ee39ab8e54a9fb45579..9c617c998d0ed7b4b9a2cf9524258993976918af 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: apt.conf,v 1.29 1999/04/03 01:05:25 jgg Exp $
+// $Id: apt.conf,v 1.30 1999/04/11 06:46:09 jgg Exp $
 /* This file is an index of all APT configuration directives. It should
    NOT actually be used as a real config file, though it is a completely
    valid file.
@@ -140,7 +140,7 @@ Dir
      gzip "/bin/gzip";
      dpkg "/usr/bin/dpkg";
      apt-get "/usr/bin/apt-get";
-     apt-cache "/usr/bin/apt-get";
+     apt-cache "/usr/bin/apt-cache";
   };
 };
 
index 8c04335db5a4d395092adbaaae6886ef7f094f9c..572e8d1c3738c20a27ba07f02ef7217f1053dbbe 100755 (executable)
@@ -57,7 +57,7 @@ if [ $RES -eq 0 ]; then
        ;;
      prompt)
        exec 3>&1
-       if [ `yesno "Do you want to erase the downloaded 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
        ;;