From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1FydYY-0003In-Jy for garchives@archives.gentoo.org; Thu, 06 Jul 2006 23:46:51 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k66NkJYG019749; Thu, 6 Jul 2006 23:46:19 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k66NkI5j014524 for ; Thu, 6 Jul 2006 23:46:18 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id E37F7643A1 for ; Thu, 6 Jul 2006 23:46:17 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Thu, 6 Jul 2006 23:46:17 +0000 From: "Lukasz Damentko" Date: Thu, 6 Jul 2006 23:46:17 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: apache-developer.xml Message-Id: <20060706234617.E37F7643A1@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 526d2e69-6582-441f-865e-4a62b642789d X-Archives-Hash: 302809406b72af2491adccfe4db7b2c7 rane 06/07/06 23:46:17 Modified: apache-developer.xml Log: #139491, switching einfo to elog Revision Changes Path 1.3 xml/htdocs/doc/en/apache-developer.xml 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 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 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 Index: apache-developer.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-developer.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- apache-developer.xml 2 Aug 2005 23:54:48 -0000 1.2 +++ apache-developer.xml 6 Jul 2006 23:46:17 -0000 1.3 @@ -1,6 +1,6 @@ - + Apache Developer Documentation @@ -18,8 +18,8 @@ -2.2 -2005-08-03 +2.3 +2006-07-06 About this document @@ -492,9 +492,9 @@
 -pkg_postinst() {
 -	if use apache2; then
--		einfo "Adjust /etc/apache2/conf/modules.d/47_mod_ldap_userdir.conf to match your setup and"
--		einfo "add '-D LDAPuserdir' to your APACHE2_OPTS in /etc/conf.d/apache2"
--		einfo "To configure the package run \"ebuild /var/db/pkg/net-www/${PF}/${PF}.ebuild config\""
+-		elog "Adjust /etc/apache2/conf/modules.d/47_mod_ldap_userdir.conf to match your setup and"
+-		elog "add '-D LDAPuserdir' to your APACHE2_OPTS in /etc/conf.d/apache2"
+-		elog "To configure the package run \"ebuild /var/db/pkg/net-www/${PF}/${PF}.ebuild config\""
 -	fi
 -}
 -



-- 
gentoo-doc-cvs@gentoo.org mailing list