Ver código fonte

Changed to the default of prompt
Author: jgg
Date: 1999-03-28 21:29:45 GMT
Changed to the default of prompt

Arch Librarian 22 anos atrás
pai
commit
064718971b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      dselect/install

+ 1 - 1
dselect/install

@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # Get the configuration from /etc/apt/apt.conf
-CLEAN="auto"
+CLEAN="prompt"
 OPTS="-f"
 APTGET="/usr/bin/apt-get"
 DPKG="/usr/bin/dpkg"