diff options
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/apt.conf | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index 3895a57b5..4e9ec1660 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.28 1999/03/15 23:05:49 jgg Exp $ +// $Id: apt.conf,v 1.29 1999/04/03 01:05:25 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. @@ -97,7 +97,14 @@ Acquire cdrom { - Mount "/cdrom"; + Mount "/cdrom"; + + // You need the trailing slash! + "/cdrom/" + { + Mount "sleep 1000"; + UMount "sleep 500"; + } }; }; @@ -171,4 +178,5 @@ Debug pkgInitialize "false"; // This one will dump the configuration space NoLocking "false"; Acquire::Ftp "false"; // Show ftp command traffic + aptcdrom "false"; // Show found package files } |