diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-04 21:23:29 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-04 21:23:29 +0200 |
commit | d93deae15ee91a9b04989777fda563f2ccd5410f (patch) | |
tree | 9221a69f97cf10e42f96f21765ed7f32de424cfb /Distrib/DebianAptOffline | |
parent | 4011bbadc0c3a646f241ec226611deee2e1a07dd (diff) |
Shuffle another bunch of files, related to `Distrib/' and `GNU/'.
Diffstat (limited to 'Distrib/DebianAptOffline')
-rw-r--r-- | Distrib/DebianAptOffline/apt.conf.offline | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Distrib/DebianAptOffline/apt.conf.offline b/Distrib/DebianAptOffline/apt.conf.offline deleted file mode 100644 index 59aed564..00000000 --- a/Distrib/DebianAptOffline/apt.conf.offline +++ /dev/null @@ -1,23 +0,0 @@ - APT - { - /* This is not necessary if the two machines are the same arch, it tells - the remote APT what architecture the Debian machine is */ - Architecture "hurd-i386"; - - Get::Download-Only "true"; - }; - - Dir - { - /* Use the disc for state information and redirect the status file from - the /var/lib/dpkg default */ - State "./var/lib/apt"; - State::status "./var/lib/dpkg/status"; - - // Binary caches will be stored locally - Cache::archives "./var/cache/apt/archives/"; - Cache "./tmp/"; - - // Location of the source list. - Etc "./etc/apt/"; - }; |