1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01-update_configdir_in_man_page.dpatch by Jose Carlos Medeiros <debian@psabs.com.br>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
Index: awffull-3.10.2/doc/awffull.1
===================================================================
--- awffull-3.10.2.orig/doc/awffull.1
+++ awffull-3.10.2/doc/awffull.1
@@ -214,7 +214,7 @@
Once executed, the general flow of the program is:
.PP
A default configuration file is scanned for,
-\*(T<\fI/usr/local/etc/awffull.conf\fR\*(T> and, if found, is
+\*(T<\fI/etc/awffull/awffull.conf\fR\*(T> and, if found, is
used.
.PP
Any command line arguments given to the program are parsed. This
Index: awffull-3.10.2/doc/awffull.1.xml
===================================================================
--- awffull-3.10.2.orig/doc/awffull.1.xml
+++ awffull-3.10.2/doc/awffull.1.xml
@@ -339,7 +339,7 @@
<procedure>
<step>
<para>A default configuration file is scanned for,
- <filename>/usr/local/etc/awffull.conf</filename> and, if found, is
+ <filename>/etc/awffull/awffull.conf</filename> and, if found, is
used.</para>
</step>
|