From 50c2691814f0a522a2f78c499d20decd4dc8be3a Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sun, 2 Nov 2008 12:16:25 +0200 Subject: Changed 'Install-Recommends' to 'true' in configure-index. --- doc/examples/configure-index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples') diff --git a/doc/examples/configure-index b/doc/examples/configure-index index c20011c9c..6af2c01ba 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -103,7 +103,7 @@ APT // consider Recommends, Suggests as important dependencies that should // be installed by default - Install-Recommends "false"; + Install-Recommends "true"; Install-Suggests "false"; // consider dependencies of packages in this section manual -- cgit v1.2.3 From 8070717c2cf131cf0726366c9d6cf4c03fa0354f Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sun, 2 Nov 2008 12:23:18 +0200 Subject: Added APT::Get::AllowUnauthenticated to configure-index. --- doc/examples/configure-index | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/examples') diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 6af2c01ba..d0c453a1c 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -32,6 +32,7 @@ APT Get { Arch-Only "false"; + AllowUnauthenticated "false"; AutomaticRemove "false"; HideAutoRemove "false"; Download-Only "false"; -- cgit v1.2.3