From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5A51D1392EF for ; Fri, 11 Jul 2014 12:42:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14C42E0921; Fri, 11 Jul 2014 12:42:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A160E0921 for ; Fri, 11 Jul 2014 12:42:02 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A43E33FB2C for ; Fri, 11 Jul 2014 12:42:01 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2078) id 1B9F22004E; Fri, 11 Jul 2014 12:42:00 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/smokeping: smokeping-2.6.9.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: smokeping-2.6.9.ebuild ChangeLog X-VCS-Directories: net-analyzer/smokeping X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140711124200.1B9F22004E@flycatcher.gentoo.org> Date: Fri, 11 Jul 2014 12:42:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: da0bacb4-164b-43a4-82e6-5d843523b277 X-Archives-Hash: 9b594fba39d94460c2729dc5a91daf84 jer 14/07/11 12:42:00 Modified: smokeping-2.6.9.ebuild ChangeLog Log: Set net-analyzer/fping[suid] (bug #516886). Remove handbook from pkg_postinst(). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision Changes Path 1.9 net-analyzer/smokeping/smokeping-2.6.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild?r1=1.8&r2=1.9 Index: smokeping-2.6.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- smokeping-2.6.9.ebuild 2 Apr 2014 12:59:38 -0000 1.8 +++ smokeping-2.6.9.ebuild 11 Jul 2014 12:41:59 -0000 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v 1.8 2014/04/02 12:59:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.6.9.ebuild,v 1.9 2014/07/11 12:41:59 jer Exp $ EAPI=5 inherit eutils user systemd @@ -34,7 +34,7 @@ telnet? ( dev-perl/Net-Telnet ) >=dev-lang/perl-5.8.8-r8 >=dev-perl/SNMP_Session-1.13 - >=net-analyzer/fping-2.4_beta2-r2 + >=net-analyzer/fping-2.4_beta2-r2[suid] >=net-analyzer/rrdtool-1.2[perl] dev-perl/CGI-Session dev-perl/Config-Grammar @@ -141,26 +141,4 @@ pkg_postinst() { chown smokeping:smokeping "${ROOT}/var/lib/${PN}" chmod 755 "${ROOT}/var/lib/${PN}" - elog - elog "Additional steps are needed to get ${PN} up & running:" - elog - elog "First you need to edit /etc/${PN}/config. After that" - elog "you can start ${PN} with '/etc/init.d/${PN} start'." - elog - if use apache2 ; then - elog "For web interface make sure to add -D PERL to APACHE2_OPTS in" - elog "/etc/conf.d/apache2 and to restart apache2. To access site from" - elog "other places check permissions at /etc/apache2/modules.d/79_${PN}.conf" - elog - else - elog "For web interface configure your web server to serve perl cgi" - elog "script at /var/www/localhost/perl/" - fi - elog "To make cropper working you just need to copy /var/www/localhost/smokeping/cropper" - elog "into your htdocs (or create symlink and allow webserver to follow symlinks)." - elog - elog "We install all files required for smoketrace, but you have to" - elog "configure it manually. Just read 'man smoketrace'. Also you need to" - elog "'emerge traceroute'." - elog } 1.56 net-analyzer/smokeping/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/ChangeLog?rev=1.56&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/ChangeLog?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/smokeping/ChangeLog?r1=1.55&r2=1.56 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ChangeLog 2 Apr 2014 12:59:38 -0000 1.55 +++ ChangeLog 11 Jul 2014 12:41:59 -0000 1.56 @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/smokeping # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.55 2014/04/02 12:59:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.56 2014/07/11 12:41:59 jer Exp $ + + 11 Jul 2014; Jeroen Roovers smokeping-2.6.9.ebuild: + Set net-analyzer/fping[suid] (bug #516886). Remove handbook from + pkg_postinst(). 02 Apr 2014; Jeroen Roovers smokeping-2.6.9.ebuild: Whitespace.