[Dh-make-php-commits] r239 - trunk/man

Uwe Steinmann steinm at alioth.debian.org
Wed Mar 28 10:24:13 CET 2007


Author: steinm
Date: 2007-03-28 09:24:13 +0000 (Wed, 28 Mar 2007)
New Revision: 239

Modified:
   trunk/man/dh-make-pecl.xml
Log:
- added documentation for option --dont-use-confd


Modified: trunk/man/dh-make-pecl.xml
===================================================================
--- trunk/man/dh-make-pecl.xml	2007-02-16 21:52:30 UTC (rev 238)
+++ trunk/man/dh-make-pecl.xml	2007-03-28 09:24:13 UTC (rev 239)
@@ -91,6 +91,7 @@
 
       <arg><option>--templatedir <replaceable>TEMPLATEDIR</replaceable></option></arg>
       <arg><option>--only <replaceable>4|5</replaceable></option></arg>
+      <arg><option>--dont-use-confd</option></arg>
       <arg>PACKAGE</arg>
     </cmdsynopsis>
   </refsynopsisdiv>
@@ -224,6 +225,20 @@
             </para>
         </listitem>
       </varlistentry>
+      <varlistentry>
+        <term><option>--dont-use-confd</option>
+        </term>
+        <listitem>
+          <para>Some time between sarge and edge, the debian php packages has moved
+            its configuration into its own ini file in /etc/php[45]/conf.d and
+            no longer modify the global configuration in
+            /etc/php[45]/&lt;sapi&gt;/php.ini.
+            Since Version 0.2.1 of dh-make-php this is the default behaviour
+            when creating packages. If you prefer the old way of creating
+            php pecl packages use this option.
+            </para>
+        </listitem>
+      </varlistentry>
     </variablelist>
   </refsect1>
   <refsect1>




More information about the Dh-make-php-commits mailing list