Преглед изворни кода

dselect(1): Correct configuration directory reference

Use /etc/dpkg/dselect.cfg.d/ instead of /etc/dpkg/dpkg.cfg.d/.
Guillem Jover пре 15 година
родитељ
комит
187025628d
2 измењених фајлова са 4 додато и 2 уклоњено
  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 <>.
     - Use italics or bold instead of surrounding the text with <>.
     - Correctly format text with bold and italics.
     - Correctly format text with bold and italics.
     - Use minus signs and hyphens consistently in man pages.
     - 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
   * 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.
     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.
   * 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
 .SH NAME
 dselect \- Debian package management frontend
 dselect \- Debian package management frontend
 .
 .
@@ -36,7 +36,7 @@ of \fBdselect\fP or show additional information about the program.
 .SH OPTIONS
 .SH OPTIONS
 All options can be specified both on the command line and in the \fBdselect\fP
 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 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
 configuration file is either an option (exactly the same as the
 command line option but without leading dashes) or a comment (if it starts
 command line option but without leading dashes) or a comment (if it starts
 with a \fB#\fR).
 with a \fB#\fR).