Quellcode durchsuchen

dselect(1): Correct configuration directory reference

Use /etc/dpkg/dselect.cfg.d/ instead of /etc/dpkg/dpkg.cfg.d/.
Guillem Jover vor 15 Jahren
Ursprung
Commit
187025628d
2 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  1. 2 0
      debian/changelog
  2. 2 2
      man/dselect.1

+ 2 - 0
debian/changelog

@@ -173,6 +173,8 @@ dpkg (1.16.1) UNRELEASED; urgency=low
     - Use italics or bold instead of surrounding the text with <>.
     - Correctly format text with bold and italics.
     - Use minus signs and hyphens consistently in man pages.
+    - Fix reference to /etc/dpkg/dselect.cfg.d instead of dpkg.cfg.d in
+      dselect(1).
   * Refer to Sources and Packages files as part of a repository instead of
     as being of exclusive use or owned by APT, which has never been the case.
   * Unify somewhat dpkg-maintscript-helper --help output with other commands.

+ 2 - 2
man/dselect.1

@@ -1,4 +1,4 @@
-.TH dselect 1 "2011-07-04" "Debian Project" "Debian"
+.TH dselect 1 "2011-08-14" "Debian Project" "Debian"
 .SH NAME
 dselect \- Debian package management frontend
 .
@@ -36,7 +36,7 @@ of \fBdselect\fP or show additional information about the program.
 .SH OPTIONS
 All options can be specified both on the command line and in the \fBdselect\fP
 configuration file \fI/etc/dpkg/dselect.cfg\fP or the files on the
-configuration directory \fI/etc/dpkg/dpkg.cfg.d/\fP. Each line in the
+configuration directory \fI/etc/dpkg/dselect.cfg.d/\fP. Each line in the
 configuration file is either an option (exactly the same as the
 command line option but without leading dashes) or a comment (if it starts
 with a \fB#\fR).