Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/webapp-config:experimental commit in: sbin/
Date: Sun, 28 Dec 2014 19:26:39
Message-Id: 1419730997.ff7ba0d89c79584f14a8137d886a656a9af6de5c.twitch153@gentoo.org@gentoo
1 commit: ff7ba0d89c79584f14a8137d886a656a9af6de5c
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 28 01:43:08 2014 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 28 01:43:17 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=ff7ba0d8
7
8 webapp-cleaner: sources function.sh from /lib/gentoo
9
10 ---
11 sbin/webapp-cleaner | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/sbin/webapp-cleaner b/sbin/webapp-cleaner
15 index bfec623..52e44ac 100755
16 --- a/sbin/webapp-cleaner
17 +++ b/sbin/webapp-cleaner
18 @@ -13,7 +13,7 @@ CMD="emerge -Cav"
19 WEBAPP_DIR="/usr/share/webapps"
20 WEBAPP_CONFIG=
21
22 -[[ -z ${RC_GOT_FUNCTIONS} ]] && source /etc/init.d/functions.sh
23 +[[ -z ${RC_GOT_FUNCTIONS} ]] && source /lib/gentoo/functions.sh
24
25 function help() {
26 echo "Remove obsolete and unused versions of web applications"