diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-02 12:23:18 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-02 12:23:18 +0200 |
commit | 8070717c2cf131cf0726366c9d6cf4c03fa0354f (patch) | |
tree | e30238ae5bda7e79349541bfd7a8fb27c4c513d6 /doc/examples/configure-index | |
parent | 50c2691814f0a522a2f78c499d20decd4dc8be3a (diff) |
Added APT::Get::AllowUnauthenticated to configure-index.
Diffstat (limited to 'doc/examples/configure-index')
-rw-r--r-- | doc/examples/configure-index | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |