diff options
author | Michael Vogt <mvo@debian.org> | 2014-03-27 10:14:30 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-03-27 10:14:30 +0100 |
commit | 8d50b63f28f0d68ca72b6dc6e50e09cfec9842be (patch) | |
tree | 07459f54a6fc1a24745fcfa769a7b6b0ea58b086 /doc/apt-extracttemplates.1.xml | |
parent | 12c4e7c92a8909130ce9af17ef68d7383b57b1f6 (diff) |
Use mkstemp() in apt-extracttemplaes (closes: #741627)
Use mkstemp() in apt-extractemplates and add a integrationtest
for apt-extracttemplates too. Thanks to Steve Kemp for the report.
Diffstat (limited to 'doc/apt-extracttemplates.1.xml')
-rw-r--r-- | doc/apt-extracttemplates.1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apt-extracttemplates.1.xml b/doc/apt-extracttemplates.1.xml index d27e05075..9f9888069 100644 --- a/doc/apt-extracttemplates.1.xml +++ b/doc/apt-extracttemplates.1.xml @@ -47,8 +47,8 @@ <para>template-file and config-script are written to the temporary directory specified by the <option>-t</option> or <option>--tempdir</option> (<literal>APT::ExtractTemplates::TempDir</literal>) directory, - with filenames of the form <filename>package.template.XXXX</filename> and - <filename>package.config.XXXX</filename></para> + with filenames of the form <filename>package.template.XXXXXX</filename> and + <filename>package.config.XXXXXX</filename></para> </refsect1> <refsect1><title>options</title> |