diff options
author | Devan Franchini <twitch153@gentoo.org> | 2014-03-11 19:19:49 -0400 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2014-03-11 19:19:49 -0400 |
commit | 227ba000dcdbb10c5dba88dbbb4e3d1e900d1d3b (patch) | |
tree | da91325a13fb7ee4ada741e3a6ae1d01e6d4a5fb | |
parent | Bump to version 1.53 (diff) | |
download | webapp-config-227ba000dcdbb10c5dba88dbbb4e3d1e900d1d3b.tar.gz webapp-config-227ba000dcdbb10c5dba88dbbb4e3d1e900d1d3b.tar.bz2 webapp-config-227ba000dcdbb10c5dba88dbbb4e3d1e900d1d3b.zip |
sbin/webapp-cleaner: alters source to /lib/gentoo/functions.sh
-rwxr-xr-x | sbin/webapp-cleaner | 2 |
1 files changed, 1 insertions, 1 deletions
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" |