diff options
author | Cédric Krier <cedk@gentoo.org> | 2006-11-20 22:10:15 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2006-11-20 22:10:15 +0000 |
commit | 77067972f1530be62e39bdd26455f7a87544c931 (patch) | |
tree | 4f9c84819487ac36c064722240ef86c9cbeaedce /net-analyzer/ntop | |
parent | add >=sys-process/audit-1.2.9 since they need 2.6 headers (diff) | |
download | gentoo-2-77067972f1530be62e39bdd26455f7a87544c931.tar.gz gentoo-2-77067972f1530be62e39bdd26455f7a87544c931.tar.bz2 gentoo-2-77067972f1530be62e39bdd26455f7a87544c931.zip |
fix sslwatchdog and add einfo about pwd
(Portage version: 2.1.1-r1)
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r-- | net-analyzer/ntop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-3.2-r2.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index dc845fc31eb3..4a5af801794b 100644 --- a/net-analyzer/ntop/ChangeLog +++ b/net-analyzer/ntop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ntop # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.47 2006/11/17 20:49:15 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.48 2006/11/20 22:10:15 cedk Exp $ + + 20 Nov 2006; Cedric Krier <cedk@gentoo.org> ntop-3.2-r2.ebuild: + fix sslwatchdog and add einfo about pwd *ntop-3.2-r2 (17 Nov 2006) diff --git a/net-analyzer/ntop/ntop-3.2-r2.ebuild b/net-analyzer/ntop/ntop-3.2-r2.ebuild index d4c4a677f660..0653806c387d 100644 --- a/net-analyzer/ntop/ntop-3.2-r2.ebuild +++ b/net-analyzer/ntop/ntop-3.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.2-r2.ebuild,v 1.1 2006/11/17 20:49:15 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.2-r2.ebuild,v 1.2 2006/11/20 22:10:15 cedk Exp $ inherit eutils autotools @@ -81,7 +81,7 @@ src_compile() { $(use_enable ipv6) \ $(use_enable nls i18n) \ $(use_enable snmp) \ - $(use_with ssl) $(use_enable ssl sslv3) $(use_enable sslwatchdog) \ + $(use_with ssl) $(use_enable ssl sslv3) $(use_enable ssl sslwatchdog) \ $(use_with tcpd) \ $(use_with zlib) \ || die "configure problem" @@ -103,4 +103,7 @@ src_install() { pkg_postinst() { fowners ntop:ntop /var/lib/ntop fperms 750 /var/lib/ntop + + einfo "You need to set a password first by running" + einfo "ntop --set-admin-password" } |