diff options
Diffstat (limited to 'app-admin/webapp-config/files/webapp-config-1.50.16-baselayout2.patch')
-rw-r--r-- | app-admin/webapp-config/files/webapp-config-1.50.16-baselayout2.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-admin/webapp-config/files/webapp-config-1.50.16-baselayout2.patch b/app-admin/webapp-config/files/webapp-config-1.50.16-baselayout2.patch new file mode 100644 index 0000000..8627425 --- /dev/null +++ b/app-admin/webapp-config/files/webapp-config-1.50.16-baselayout2.patch @@ -0,0 +1,13 @@ +Index: webapp-config-1.50.16/sbin/webapp-cleaner +=================================================================== +--- webapp-config-1.50.16.orig/sbin/webapp-cleaner ++++ webapp-config-1.50.16/sbin/webapp-cleaner +@@ -11,7 +11,7 @@ CMD="emerge -Cav" + WEBAPP_DIR="/usr/share/webapps" + WEBAPP_CONFIG= + +-[[ -z ${RC_GOT_FUNCTIONS} ]] && source /sbin/functions.sh ++[[ -z ${RC_GOT_FUNCTIONS} ]] && source /etc/init.d/functions.sh + + function help() { + echo "Remove obsolete and unused versions of web applications" |