| 1 |
Index: webapp-config-1.50.16/sbin/webapp-cleaner |
| 2 |
=================================================================== |
| 3 |
--- webapp-config-1.50.16.orig/sbin/webapp-cleaner |
| 4 |
+++ webapp-config-1.50.16/sbin/webapp-cleaner |
| 5 |
@@ -11,7 +11,7 @@ CMD="emerge -Cav" |
| 6 |
WEBAPP_DIR="/usr/share/webapps" |
| 7 |
WEBAPP_CONFIG= |
| 8 |
|
| 9 |
-[[ -z ${RC_GOT_FUNCTIONS} ]] && source /sbin/functions.sh |
| 10 |
+[[ -z ${RC_GOT_FUNCTIONS} ]] && source /etc/init.d/functions.sh |
| 11 |
|
| 12 |
function help() { |
| 13 |
echo "Remove obsolete and unused versions of web applications" |