diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-08 12:43:37 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-08 12:43:37 +0200 |
commit | 6823d85bdb3d46f60a7357cc73e60fcf6ba88a96 (patch) | |
tree | 5e01310233003480df10c55e799364410f565260 /doc | |
parent | b247203097e343779ca429ed9720168f9fc2b959 (diff) |
Noted allowed file name characters in /etc/apt/sources.list.d/* files.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sources.list.5.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 9eb66d728..b875086ef 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -48,9 +48,12 @@ <refsect1><title>sources.list.d</title> <para>The <filename>/etc/apt/sources.list.d</filename> directory provides - a way to add sources.list entries in separate files whose names end with - <literal>.list</literal>. The format is the same as for the regular - <filename>sources.list</filename> file. </para> + a way to add sources.list entries in separate files. + The format is the same as for the regular <filename>sources.list</filename> file. + File names need to end with + <filename>.list</filename> and may only contain letters (a-z and A-Z), + digits (0-9), underscore (_), hyphen (-) and period (.) characters. + Otherwise they will be silently ignored.</para> </refsect1> <refsect1><title>The deb and deb-src types</title> |