Package: apt-cacher-ng
Version: 0.9.3.2-1
Severity: minor
Tags: patch

Hi,

please see attached patch to fix 2 minor issues in the README (section
8.1 Package import).

1.)
The README talks about apt-cacher instead of apt-cacher-ng, while the
following example correctly uses apt-cacher-ng.

2.)
In the same section the example chmod command only changes the owner,
but not the group. You might have done this on purpose, than just please
ignore this.

Greets and thanks
jre


-- Package-specific info:

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500,
'testing-debug'), (500, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages apt-cacher-ng depends on:
ii  adduser                3.115
ii  debconf [debconf-2.0]  1.5.59
ii  dpkg                   1.18.10
ii  init-system-helpers    1.42
ii  libbz2-1.0             1.0.6-8
ii  libc6                  2.23-4
ii  libgcc1                1:6.1.1-11
ii  liblzma5               5.1.1alpha+20120614-2.1
ii  libssl1.0.2            1.0.2h-1
ii  libstdc++6             6.1.1-11
ii  libsystemd0            230-7
ii  libwrap0               7.6.q-25
ii  zlib1g                 1:1.2.8.dfsg-2+b1

apt-cacher-ng recommends no packages.

Versions of packages apt-cacher-ng suggests:
ii  avahi-daemon  0.6.32-1
ii  doc-base      0.10.7
ii  libfuse2      2.9.7-1

-- Configuration Files:
/etc/apt-cacher-ng/security.conf [Errno 13] Permission denied:
u'/etc/apt-cacher-ng/security.conf'

-- debconf information:
  apt-cacher-ng/tunnelenable: false
  apt-cacher-ng/port: keep
  apt-cacher-ng/proxy: keep
  apt-cacher-ng/gentargetmode: No automated setup
  apt-cacher-ng/cachedir: keep
  apt-cacher-ng/bindaddress: keep
diff --git a/doc/README b/doc/README
index 4d4410b..2fe4901 100644
--- a/doc/README
+++ b/doc/README
@@ -858,14 +858,14 @@ Chapter 8: HOWTOs and FAQ
 
         2. Store copies of your .debs, .orig.tar.gz, ... somewhere in the
            `_import' subdirectory in the cache, ie. in `/var/cache/apt-
-           cacher/_import/'. The files may be links or symlinks, does not
+           cacher-ng/_import/'. The files may be links or symlinks, does not
            matter. When done, apt-cacher will move those files to its own
            internal locations. Example:
 
              cd /var/cache
              mkdir apt-cacher-ng/_import
              cp -laf apt-proxy apt-cacher /var/cache/apt-cacher-ng/_import
-             chown -R apt-cacher-ng apt-cacher-ng/_import
+             chown -R apt-cacher-ng:apt-cacher-ng apt-cacher-ng/_import
 
         3. Visit the report page and trigger the import action there. Check
            the results, look for (red) error messages.

Reply via email to