--- ejabberd-0.9.ebuild 2005-04-22 14:02:02.000000000 +0200 +++ ejabberd-0.9.ebuild.modified 2005-04-22 14:08:36.000000000 +0200 @@ -113,4 +113,8 @@ einfo " {hosts, [\"localhost\"]}." einfo "For additional details, refer to /usr/share/doc/${PF}/release_notes_0.9.txt." fi + if use !web ; then + einfo "The web USE flag is off, this will disable the web admin interface," + einfo "if his was not the intention then add web ut your USE flags." + fi }