1 |
rane 06/07/06 23:46:17 |
2 |
|
3 |
Modified: apache-developer.xml |
4 |
Log: |
5 |
#139491, switching einfo to elog |
6 |
|
7 |
Revision Changes Path |
8 |
1.3 xml/htdocs/doc/en/apache-developer.xml |
9 |
|
10 |
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/apache-developer.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo |
11 |
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/apache-developer.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo |
12 |
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/apache-developer.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo |
13 |
|
14 |
Index: apache-developer.xml |
15 |
=================================================================== |
16 |
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-developer.xml,v |
17 |
retrieving revision 1.2 |
18 |
retrieving revision 1.3 |
19 |
diff -u -r1.2 -r1.3 |
20 |
--- apache-developer.xml 2 Aug 2005 23:54:48 -0000 1.2 |
21 |
+++ apache-developer.xml 6 Jul 2006 23:46:17 -0000 1.3 |
22 |
@@ -1,6 +1,6 @@ |
23 |
<?xml version='1.0' encoding="UTF-8"?> |
24 |
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
25 |
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-developer.xml,v 1.2 2005/08/02 23:54:48 neysx Exp $ --> |
26 |
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-developer.xml,v 1.3 2006/07/06 23:46:17 rane Exp $ --> |
27 |
|
28 |
<guide link="/doc/en/apache-developer.xml" lang="en"> |
29 |
<title>Apache Developer Documentation</title> |
30 |
@@ -18,8 +18,8 @@ |
31 |
<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
32 |
<license/> |
33 |
|
34 |
-<version>2.2</version> |
35 |
-<date>2005-08-03</date> |
36 |
+<version>2.3</version> |
37 |
+<date>2006-07-06</date> |
38 |
|
39 |
<chapter> |
40 |
<title>About this document</title> |
41 |
@@ -492,9 +492,9 @@ |
42 |
<pre caption="Diff between mod_ldap_userdir-1.4.1 and mod_ldap_userdir-1.4.1-r1 (edited)"> |
43 |
-pkg_postinst() { |
44 |
- if use apache2; then |
45 |
-- einfo "Adjust /etc/apache2/conf/modules.d/47_mod_ldap_userdir.conf to match your setup and" |
46 |
-- einfo "add '-D LDAPuserdir' to your APACHE2_OPTS in /etc/conf.d/apache2" |
47 |
-- einfo "To configure the package run \"ebuild /var/db/pkg/net-www/${PF}/${PF}.ebuild config\"" |
48 |
+- elog "Adjust /etc/apache2/conf/modules.d/47_mod_ldap_userdir.conf to match your setup and" |
49 |
+- elog "add '-D LDAPuserdir' to your APACHE2_OPTS in /etc/conf.d/apache2" |
50 |
+- elog "To configure the package run \"ebuild /var/db/pkg/net-www/${PF}/${PF}.ebuild config\"" |
51 |
- fi |
52 |
-} |
53 |
- |
54 |
|
55 |
|
56 |
|
57 |
-- |
58 |
gentoo-doc-cvs@g.o mailing list |