~brian-murray/ubuntu/oneiric/apt/block-fsys-tarfile

« back to all changes in this revision

Viewing changes to doc/apt_preferences.5.xml

  • Committer: Michael Vogt
  • Date: 2011-06-28 21:41:29 UTC
  • mfrom: (1327.97.34 debian-sid)
  • Revision ID: michael.vogt@ubuntu.com-20110628214129-tait7qp81nvm7wjv
mergedĀ fromĀ debian-sid

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
 
70
70
<para>Note that the files in the <filename>/etc/apt/preferences.d</filename>
71
71
directory are parsed in alphanumeric ascending order and need to obey the
72
 
following naming convention: The files have no or "<literal>pref</literal>"
73
 
as filename extension and which only contain alphanumeric,  hyphen (-),
 
72
following naming convention: The files have either no or "<literal>pref</literal>"
 
73
as filename extension and only contain alphanumeric, hyphen (-),
74
74
underscore (_) and period (.) characters.
75
75
Otherwise APT will print a notice that it has ignored a file if the file
76
76
doesn't match a pattern in the <literal>Dir::Ignore-Files-Silently</literal>
265
265
expressions surrounded by /. For example, the following
266
266
example assigns the priority 500 to all packages from
267
267
experimental where the name starts with gnome (as a glob()-like
268
 
expression or contains the word kde (as a POSIX extended regular
 
268
expression) or contains the word kde (as a POSIX extended regular
269
269
expression surrounded by slashes).
270
270
</para>
271
271
 
277
277
 
278
278
<para>
279
279
The rule for those expressions is that they can occur anywhere
280
 
where a string can occur. Those, the following pin assigns the
 
280
where a string can occur. Thus, the following pin assigns the
281
281
priority 990 to all packages from a release starting with karmic.
282
282
</para>
283
283