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 E708A1392EF for ; Tue, 11 Mar 2014 23:18:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9E86E07FE; Tue, 11 Mar 2014 23:18:00 +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 7FFEAE07FE for ; Tue, 11 Mar 2014 23:18:00 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68C6433FB01 for ; Tue, 11 Mar 2014 23:17:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 2BE81183B3 for ; Tue, 11 Mar 2014 23:17:58 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1394579989.227ba000dcdbb10c5dba88dbbb4e3d1e900d1d3b.twitch153@gentoo> Subject: [gentoo-commits] proj/webapp-config:master commit in: sbin/ X-VCS-Repository: proj/webapp-config X-VCS-Files: sbin/webapp-cleaner X-VCS-Directories: sbin/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 227ba000dcdbb10c5dba88dbbb4e3d1e900d1d3b X-VCS-Branch: master Date: Tue, 11 Mar 2014 23:17:58 +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: 137e3e27-aa44-4ce4-a83e-e4a0f59ac698 X-Archives-Hash: 0c56b5af8925f09ed2d336738b556bcd commit: 227ba000dcdbb10c5dba88dbbb4e3d1e900d1d3b Author: Devan Franchini gentoo org> AuthorDate: Tue Mar 11 23:19:49 2014 +0000 Commit: Devan Franchini gentoo org> CommitDate: Tue Mar 11 23:19:49 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=227ba000 sbin/webapp-cleaner: alters source to /lib/gentoo/functions.sh --- sbin/webapp-cleaner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/webapp-cleaner b/sbin/webapp-cleaner index bfec623..52e44ac 100755 --- a/sbin/webapp-cleaner +++ b/sbin/webapp-cleaner @@ -13,7 +13,7 @@ CMD="emerge -Cav" WEBAPP_DIR="/usr/share/webapps" WEBAPP_CONFIG= -[[ -z ${RC_GOT_FUNCTIONS} ]] && source /etc/init.d/functions.sh +[[ -z ${RC_GOT_FUNCTIONS} ]] && source /lib/gentoo/functions.sh function help() { echo "Remove obsolete and unused versions of web applications"