diff options
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r-- | doc/examples/apt.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index 061b082dd..57292b8fc 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.18 1998/12/06 22:51:14 jgg Exp $ +// $Id: apt.conf,v 1.19 1998/12/14 04:00:34 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. @@ -78,7 +78,8 @@ Dir lists "lists/"; xstatus "xstatus"; userstatus "status.user"; - status "/var/lib/dpkg/status"; + status "/var/lib/dpkg/status"; + cdroms "cdroms.list"; }; // Location of the cache dir |