diff options
author | 2010-08-26 11:33:26 +0100 | |
---|---|---|
committer | 2010-08-26 11:33:26 +0100 | |
commit | 76a8fc3ca12d66db43422194391cb358a470e025 (patch) | |
tree | f3c4d0dd7fea97cd12a0547df8da7970973b82fe | |
parent | 65950915b2def9b57b0d098bc43e4ab900f178e3 (diff) | |
download | paludis-76a8fc3ca12d66db43422194391cb358a470e025.tar.gz paludis-76a8fc3ca12d66db43422194391cb358a470e025.tar.xz |
Remove mentions of elog
-rw-r--r-- | doc/faq/different.html.part | 13 | ||||
-rw-r--r-- | doc/faq/index.html.part | 1 |
2 files changed, 0 insertions, 14 deletions
diff --git a/doc/faq/different.html.part b/doc/faq/different.html.part index 5f2902204..be6664c95 100644 --- a/doc/faq/different.html.part +++ b/doc/faq/different.html.part @@ -7,7 +7,6 @@ <li><a href="different.html#features">No <code>FEATURES</code> Equivalent</a></li> <li><a href="different.html#emptytree_usechanged">No <code>--emptytree</code> Equivalent or No <code>--newuse</code> Equivalent</a></li> - <li><a href="different.html#elog">ELOG Equivalent</a></li> <li><a href="different.html#mkdir">No Automatic Directory Creation</a></li> <li><a href="different.html#revdep_rebuild">Revdep-rebuild Equivalent</a></li> <li><a href="different.html#layman">Alternatives to Layman</a></li> @@ -64,18 +63,6 @@ a rather ugly way of handling things. We do have equivalents to most values:</p> <p>The option <code>--dl-reinstall</code> handles both these cases.</p> -<h2 id="elog">ELOG Equivalent</h2> - -<p>Paludis ships with a demo hook showing how to get a summary of messages after -all packages have been installed. It can be found in -<code>SHAREDIR/paludis/hooks/demos/elog.bash</code>. See <a - href="../configuration/hooks.html">the hooks documentation</a> for more information about -hooks.</p> - -<p>This hook is not enabled by default because it is highly annoying. If you use -repositories that don't use elog to spam pointless messages about revdep-rebuild, -the demo hook may be of use.</p> - <h2 id="mkdir">No Automatic Directory Creation</h2> <p>Portage usually automatically creates directories for things. Paludis will diff --git a/doc/faq/index.html.part b/doc/faq/index.html.part index 2b43a0928..117988f2f 100644 --- a/doc/faq/index.html.part +++ b/doc/faq/index.html.part @@ -76,7 +76,6 @@ functionality. Pestering anyone about these is liable to get you hurt a lot.</p> <li><a href="different.html#features">No <code>FEATURES</code> Equivalent</a></li> <li><a href="different.html#emptytree_usechanged">No <code>--emptytree</code> Equivalent or No <code>--newuse</code> Equivalent</a></li> - <li><a href="different.html#elog">ELOG Equivalent</a></li> <li><a href="different.html#mkdir">No Automatic Directory Creation</a></li> <li><a href="different.html#revdep_rebuild">Revdep-rebuild Equivalent</a></li> <li><a href="different.html#playman">No Layman (and how Playman is different)</a></li> |