swift 13/04/11 18:27:41 Modified: hb-portage-advanced.xml Log: Fix bug #465394 - Code style but in code listing for portage hooks, thanks to Ivan for reporting
Revision Changes Path 1.7 xml/htdocs/doc/en/handbook/hb-portage-advanced.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml?r1=1.6&r2=1.7 Index: hb-portage-advanced.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- hb-portage-advanced.xml 6 Oct 2012 20:19:38 -0000 1.6 +++ hb-portage-advanced.xml 11 Apr 2013 18:27:41 -0000 1.7 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml,v 1.6 2012/10/06 20:19:38 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml,v 1.7 2013/04/11 18:27:41 swift Exp $ --> <sections> @@ -15,8 +15,8 @@ features. </abstract> -<version>5</version> -<date>2012-10-06</date> +<version>6</version> +<date>2013-04-11</date> <section> <title>Introduction</title> @@ -161,7 +161,7 @@ </p> <pre caption="Example /etc/portage/bashrc"> -if [ "${EBUILD_PHASE}" == "postinst"] || [ "${EBUILD_PHASE}" == "postrm" ]; +if [ "${EBUILD_PHASE}" == "postinst" ] || [ "${EBUILD_PHASE}" == "postrm" ]; then echo ":: Calling aide --update to update its database"; aide --update;