Bläddra i källkod

Fixed update and bad conf file
Author: jgg
Date: 1999-04-11 06:46:09 GMT
Fixed update and bad conf file

Arch Librarian 22 år sedan
förälder
incheckning
536976170f
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 2 2
      doc/examples/apt.conf
  2. 1 1
      dselect/install

+ 2 - 2
doc/examples/apt.conf

@@ -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
 /* 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
    NOT actually be used as a real config file, though it is a completely
    valid file.
    valid file.
@@ -140,7 +140,7 @@ Dir
      gzip "/bin/gzip";
      gzip "/bin/gzip";
      dpkg "/usr/bin/dpkg";
      dpkg "/usr/bin/dpkg";
      apt-get "/usr/bin/apt-get";
      apt-get "/usr/bin/apt-get";
-     apt-cache "/usr/bin/apt-get";
+     apt-cache "/usr/bin/apt-cache";
   };
   };
 };
 };
 
 

+ 1 - 1
dselect/install

@@ -57,7 +57,7 @@ if [ $RES -eq 0 ]; then
        ;;
        ;;
      prompt)
      prompt)
        exec 3>&1
        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;
           $APTGET clean && echo "Press enter to continue." && read RES && exit 0;
        fi
        fi
        ;;
        ;;