summaryrefslogtreecommitdiff
path: root/design-documents/040-distro-packaging.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-03-28 13:53:56 +0200
committerFlorian Dold <florian@dold.me>2023-03-28 13:53:56 +0200
commit8186cefea36e5f6f53d19adf8aeb5491209a64b2 (patch)
treea57a0dbba056f1cf3f7936023a3bcce22e2c4d34 /design-documents/040-distro-packaging.rst
parenteeccafd002ca9a2d963b501b8a0232b0e3e1298a (diff)
downloaddocs-8186cefea36e5f6f53d19adf8aeb5491209a64b2.tar.gz
docs-8186cefea36e5f6f53d19adf8aeb5491209a64b2.tar.bz2
docs-8186cefea36e5f6f53d19adf8aeb5491209a64b2.zip
-clarification
Diffstat (limited to 'design-documents/040-distro-packaging.rst')
-rw-r--r--design-documents/040-distro-packaging.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/design-documents/040-distro-packaging.rst b/design-documents/040-distro-packaging.rst
index 522cb534..ae0a4c5e 100644
--- a/design-documents/040-distro-packaging.rst
+++ b/design-documents/040-distro-packaging.rst
@@ -54,7 +54,8 @@ Config Files: Taler-specific
The "pristine" version of config files must be installed into
``/usr/share/taler/etc-original``. These files should not be modified by
tooling or the user. These files may contain direct placeholders or
-placeholder comments that are replaced when the package is configured.
+placeholder comments that are replaced (but not in-place, only in ``etc/``!)
+when the package is configured.
During the postinstall step, the files from ``/usr/share/taler/etc-original``
are copied to ``/etc/`` (using the ``ucf`` tool on Debian) and, if required,