summaryrefslogtreecommitdiff
path: root/doc/examples/apt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r--doc/examples/apt.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf
index ab1bfbc21..04d4fbc85 100644
--- a/doc/examples/apt.conf
+++ b/doc/examples/apt.conf
@@ -1,4 +1,4 @@
-// $Id: apt.conf,v 1.4 1998/10/22 04:56:50 jgg Exp $
+// $Id: apt.conf,v 1.5 1998/10/24 04:58:10 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.
@@ -14,6 +14,8 @@ APT {
Fix-Broken "false";
Show-Upgraded "false";
};
+
+ Ingore-Hold "false";
};
Acquire
@@ -39,7 +41,7 @@ Dir
};
Etc "/etc/apt/" {
- sourcelist "sources.list";
+ sourcelist "sources.list.test";
main "apt.conf";
};