summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-11-14 21:23:23 +0100
committerJeroen Roovers <jer@gentoo.org>2016-11-14 21:30:40 +0100
commitdd7ab6ed4d3fbede26fbf1bea26e02db4fc175f0 (patch)
tree36f1c192adc5cc7b38ed0fa70b60e516e227c284 /net-analyzer/ntop
parentapp-shells/bash: version bump to 4.4_p5 (diff)
downloadgentoo-dd7ab6ed4d3fbede26fbf1bea26e02db4fc175f0.tar.gz
gentoo-dd7ab6ed4d3fbede26fbf1bea26e02db4fc175f0.tar.bz2
gentoo-dd7ab6ed4d3fbede26fbf1bea26e02db4fc175f0.zip
net-analyzer/ntop: Move user.eclass functions to pkg_postinst() (bug #563788 by Martin Mokrejš).
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r--net-analyzer/ntop/ntop-5.0.1-r2.ebuild (renamed from net-analyzer/ntop/ntop-5.0.1-r1.ebuild)12
1 files changed, 5 insertions, 7 deletions
diff --git a/net-analyzer/ntop/ntop-5.0.1-r1.ebuild b/net-analyzer/ntop/ntop-5.0.1-r2.ebuild
index 49b8f207abaf..0836b8f11ab6 100644
--- a/net-analyzer/ntop/ntop-5.0.1-r1.ebuild
+++ b/net-analyzer/ntop/ntop-5.0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -106,9 +106,8 @@ src_install() {
emake DESTDIR="${D}" install
- keepdir /var/lib/ntop &&
- fowners ntop:ntop /var/lib/ntop &&
- fperms 750 /var/lib/ntop
+ keepdir /var/lib/ntop
+
insinto /var/lib/ntop
gunzip 3rd_party/GeoIPASNum.dat.gz
gunzip 3rd_party/GeoLiteCity.dat.gz
@@ -130,7 +129,6 @@ src_install() {
}
pkg_postinst() {
- elog "If this is the first time you install ntop, you need to run"
- elog "following command before starting ntop service:"
- elog " ntop --set-admin-password"
+ fowners ntop:ntop /var/lib/ntop
+ fperms 750 /var/lib/ntop
}