summaryrefslogtreecommitdiffstats
path: root/doc/main.tex
diff options
context:
space:
mode:
authorOndřej Lysoněk <olysonek@redhat.com>2020-05-18 15:38:31 +0200
committerJean Delvare <jdelvare@suse.de>2020-05-18 15:38:31 +0200
commitfbb1a5e99d479413082497f5cd7a85adfc1489c0 (patch)
tree3454c04e6ba8cb87121d96cff636ed48956c5134 /doc/main.tex
parentde1dcd4a0e31252ca4da2f834605527c4ba37df5 (diff)
downloadquilt-fbb1a5e99d479413082497f5cd7a85adfc1489c0.tar.gz
Document that quilt loads /etc/quilt.quiltrc
quilt loads /etc/quilt.quiltrc if ~/.quiltrc doesn't exist. Document it. Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com> Signed-off-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'doc/main.tex')
-rw-r--r--doc/main.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/main.tex b/doc/main.tex
index 24f863e..363d6f6 100644
--- a/doc/main.tex
+++ b/doc/main.tex
@@ -672,7 +672,8 @@ the series file in this case.
\section{Customizing Quilt}
Upon startup, quilt evaluates the file \textsf{.quiltrc} in the user's
-home directory, or the file specified with the \textsf{-{}-quiltrc} option.
+home directory, \textsf{/etc/quilt.quiltrc} if the former file does not
+exist, or the file specified with the \textsf{-{}-quiltrc} option.
This file is a regular bash script. Default options can be passed to
any command by defining a \textsf{QUILT\_\textit{COMMAND}\_ARGS} variable
(for example, \textsf{QUILT\_DIFF\_ARGS="-{}-color=auto"} causes the output