diff options
Diffstat (limited to 'sysutils/ganglia-webfrontend')
-rw-r--r-- | sysutils/ganglia-webfrontend/Makefile | 101 | ||||
-rw-r--r-- | sysutils/ganglia-webfrontend/distinfo | 2 | ||||
-rw-r--r-- | sysutils/ganglia-webfrontend/files/patch-.._configure.in | 211 | ||||
-rw-r--r-- | sysutils/ganglia-webfrontend/files/patch-conf.php.in | 14 | ||||
-rw-r--r-- | sysutils/ganglia-webfrontend/files/pkg-install.in | 10 | ||||
-rw-r--r-- | sysutils/ganglia-webfrontend/files/pkg-message.in | 18 | ||||
-rw-r--r-- | sysutils/ganglia-webfrontend/files/pkg-opts | 15 | ||||
-rw-r--r-- | sysutils/ganglia-webfrontend/pkg-descr | 10 | ||||
-rw-r--r-- | sysutils/ganglia-webfrontend/pkg-plist | 69 |
9 files changed, 0 insertions, 450 deletions
diff --git a/sysutils/ganglia-webfrontend/Makefile b/sysutils/ganglia-webfrontend/Makefile deleted file mode 100644 index 2a2e739769c7..000000000000 --- a/sysutils/ganglia-webfrontend/Makefile +++ /dev/null @@ -1,101 +0,0 @@ -# $FreeBSD$ - -PORTNAME= webfrontend -PORTVERSION= 3.1.7 -PORTREVISION= 3 -CATEGORIES= sysutils net parallel www -MASTER_SITES= SF/ganglia/ganglia%20monitoring%20core/${PORTVERSION} -PKGNAMEPREFIX= ganglia- -DISTNAME= ganglia-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ganglia cluster monitor, web frontend - -RUN_DEPENDS= ${LOCALBASE}/sbin/gmetad:${PORTSDIR}/sysutils/ganglia-monitor-core - -PKGINSTALL= ${WRKDIR}/pkg-install -PKGMESSAGE= ${WRKDIR}/pkg-message - -SUB_FILES+= pkg-install pkg-message -SUB_LIST+= WEBFRONTDIR="${WEBFRONTDIR}" - -PLIST_SUB+= WEBFRONTDIR="${WEBFRONTDIR}" - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= GANGLIA_ACK_SYSCONFDIR=1 -CONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME} -USE_AUTOTOOLS= autoconf - -USE_PHP= gd pcre xml ctype -WANT_PHP_MOD= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/web - -# The Ganglia Web Frontend port supports a number of options that may be -# tweaked at buildtime. Perform a "make options" to see more -# information on these variables. -WEBFRONTDIR?= www/ganglia - -NO_STAGE= yes -# Set custom variables: -# -PKGOPTS= ${FILESDIR}/pkg-opts -EXCEPTFILES= AUTHORS \ - ChangeLog \ - COPYING \ - Makefile \ - Makefile.am \ - Makefile.in \ - addons \ - webfrontend.spec \ - version.php.in -CPIOARGS= --quiet -pdum -R -TMP_WEBFRONTDIR= ${WRKDIR}/webfrontend - -options: - @ ${ECHO_MSG} "===> Build options for ${PKGNAME}:" - @ ${CAT} ${PKGOPTS} - -post-extract: -.if !defined(BATCH) - @ ${TEST} -r ${PKGOPTS} && \ - (${ECHO_MSG} '-------------------------------------------------------------------------'; \ - ${ECHO_MSG} 'Perform a "make options" to see a list of available installation options.'; \ - ${ECHO_MSG} '-------------------------------------------------------------------------') -.endif - -post-patch: - @ ${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/conf.php.in - -do-build: - @cd ${WRKSRC} && make install - @${MKDIR} -m 0755 ${TMP_WEBFRONTDIR} - @cd ${WRKSRC} && ${FIND} * \( -name conf.php\* \ - ${EXCEPTFILES:S/^/-o -name /} -o -name \*.orig \) \ - -a -prune -o -print \ - | ${TAR} cTf - - | ${TAR} xUCf ${TMP_WEBFRONTDIR} - - @${CP} ${WRKSRC}/conf.php ${TMP_WEBFRONTDIR}/conf.php.sample - -do-install: - @${MKDIR} -m 0755 ${PREFIX}/${WEBFRONTDIR} - @${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${WEBFRONTDIR} - @cd ${TMP_WEBFRONTDIR} && \ - ${FIND} . | \ - ${CPIO} ${CPIOARGS} ${WWWOWN}:${WWWGRP} ${PREFIX}/${WEBFRONTDIR} - -post-install: - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} - -build-plist: - @${RM} ${PLIST} - @${ECHO_CMD} '@unexec cmp -s %D/%%WEBFRONTDIR%%/conf.php %D/%%WEBFRONTDIR%%/conf.php.sample && ${RM} -f %D/%%WEBFRONTDIR%%/conf.php' >> ${PLIST} - @${FIND} ${TMP_WEBFRONTDIR}/* -type f | \ - ${SED} -e 's|${TMP_WEBFRONTDIR}|%%WEBFRONTDIR%%|' | \ - ${SORT} >> ${PLIST} - @${FIND} ${TMP_WEBFRONTDIR}/* -type d | \ - ${SED} -e 's|${TMP_WEBFRONTDIR}|@dirrm %%WEBFRONTDIR%%|' | \ - ${SORT} -r >> ${PLIST} - @${ECHO_CMD} '@dirrmtry %%WEBFRONTDIR%%' >> ${PLIST} - @${ECHO_CMD} '@unexec (test -d %D/%%WEBFRONTDIR%% && (echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove %D/%%WEBFRONTDIR%% and its contents manually.")) || true' >> ${PLIST} - -.include <bsd.port.mk> diff --git a/sysutils/ganglia-webfrontend/distinfo b/sysutils/ganglia-webfrontend/distinfo deleted file mode 100644 index 87fc48a1a64c..000000000000 --- a/sysutils/ganglia-webfrontend/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ganglia-3.1.7.tar.gz) = bb1a4953d72e7dace76010a30d6d332e4ac0991d1371dbbcbcc7b048e0a7e4bf -SIZE (ganglia-3.1.7.tar.gz) = 1278023 diff --git a/sysutils/ganglia-webfrontend/files/patch-.._configure.in b/sysutils/ganglia-webfrontend/files/patch-.._configure.in deleted file mode 100644 index dc6bd13cf287..000000000000 --- a/sysutils/ganglia-webfrontend/files/patch-.._configure.in +++ /dev/null @@ -1,211 +0,0 @@ - -$FreeBSD$ - ---- ../configure.in.orig -+++ ../configure.in -@@ -166,31 +166,6 @@ - - AM_CONDITIONAL(BUILD_GMETAD, test x"$gmetad" = xyes) - --AC_ARG_WITH( python, --[ --with-python=PATH Specify prefix for python or full path to interpreter], --[if test x"$withval" != xno; then enable_python="yes"; PYTHON_BIN="$withval"; fi]) -- --AC_ARG_WITH( librrd, --[ --with-librrd=DIR Specify location for librrd], --[if test x"$withval" != xno; then librrd="yes"; librrdpath="$withval"; fi]) -- --AC_ARG_WITH( libapr, --[ --with-libapr=PATH Specify location for libapr-1 or full path to apr-1-config], --[if test x"$withval" != xno; then libapr="yes"; libaprpath="$withval"; fi]) -- --AC_ARG_WITH( libexpat, --[ --with-libexpat=DIR Specify location for libexpat], --[if test x"$withval" != xno; then libexpat="yes"; libexpatpath="$withval"; fi]) -- --AC_ARG_WITH( libconfuse, --[ --with-libconfuse=DIR Specify location for libconfuse], --[if test x"$withval" != xno; then libconfuse="yes"; libconfusepath="$withval"; fi]) -- --AC_ARG_WITH( libpcre, --[ --with-libpcre=DIR Specify location for libpcre], --[if test x"$withval" != xno; then libpcre="yes"; libpcrepath="$withval"; fi], --[libpcre=yes; libpcrepath=yes ]) -- - AC_ARG_WITH( moduledir, - [ --with-moduledir=DIR Base directory for dynamically loadable modules], - moduledir="$withval", -@@ -237,10 +212,6 @@ - http://www.cbmamiga.demon.co.uk/mpatrol/], - [ enable_memcheck="yes" ]) - --AC_ARG_ENABLE( python, --[ --disable-python exclude mod_python and support for metric modules written in python], --[ if test x"$enableval" != xyes; then enable_python="no"; fi ], [ enable_python="yes" ] ) -- - AC_ARG_ENABLE( status, - [ --enable-status compile and install modgstatus to enable gmond status metric module support], - [ enable_status="yes" -@@ -292,49 +263,6 @@ - - AC_SUBST(STATIC_USER_MODULES) - --if test x"$enable_python" = xyes; then -- echo -- echo Checking for python -- -- # check for Python executable -- if test -z "$PYTHON_BIN"; then -- AC_PATH_PROG(PYTHON_BIN, python) -- else -- if test -d "$PYTHON_BIN"; then -- PYTHON_BIN="$PYTHON_BIN/bin/python" -- fi -- fi -- -- if test -n "$PYTHON_BIN"; then -- # find out python version -- AC_MSG_CHECKING(Python version) -- PyVERSION=`$PYTHON_BIN -c ['import sys; print sys.version[:3]'`] -- PyMAJVERSION=`$PYTHON_BIN -c ['import sys; print sys.version[:1]'`] -- AC_MSG_RESULT($PyVERSION) -- PYTHON_VERSION=$PyVERSION -- AC_SUBST(PYTHON_VERSION) -- -- PyEXEC_INSTALLDIR=`$PYTHON_BIN -c "import sys; print sys.exec_prefix"` -- if test -f "$PyEXEC_INSTALLDIR/include/python/Python.h"; then -- PYTHON_INCLUDES="-I$PyEXEC_INSTALLDIR/include/python" -- else -- if test -f "$PyEXEC_INSTALLDIR/include/python$PyVERSION/Python.h"; then -- PYTHON_INCLUDES="-I$PyEXEC_INSTALLDIR/include/python$PyVERSION" -- else -- PYTHON_INCLUDES="" -- enable_python="no" -- fi -- fi -- AC_SUBST(PYTHON_INCLUDES) -- else -- enable_python="no" -- fi --fi -- --AC_MSG_CHECKING(Python support) --AC_MSG_RESULT($enable_python) --AM_CONDITIONAL(BUILD_PYTHON, test x"$enable_python" = xyes) -- - LIB_SUFFIX=lib - case $host in - x86_64*linux*) -@@ -342,112 +270,6 @@ - ;; - esac - --echo --echo Checking for apr --if test x"$libaprpath" != x && test x"$libaprpath" != xyes; then -- if test -f "$libaprpath" ; then -- APR_INCLUDES=`$libaprpath --includes` -- AC_SUBST(APR_INCLUDES) -- APR_LIBPATH=`$libaprpath --link-ld` -- LDFLAGS="$LDFLAGS -L`expr "x$APR_LIBPATH" : '.*-L\(.*\) '`" -- AC_CHECK_LIB(apr-1, apr_socket_send,,,[`$libaprpath --libs`]) -- else -- CFLAGS="$CFLAGS -I$libaprpath/include" -- LDFLAGS="$LDFLAGS -L$libaprpath/${LIB_SUFFIX}" -- echo "Added -I$libaprpath/include to CFLAGS" -- echo "Added -L$libaprpath/${LIB_SUFFIX} to LDFLAGS" -- AC_CHECK_LIB(apr-1, apr_socket_send) -- fi --else -- AC_PATH_PROG(APR_CONFIG, apr-1-config) -- if test -z "$APR_CONFIG"; then -- AC_MSG_ERROR(apr-1-config binary not found in path) -- fi -- APR_INCLUDES=`$APR_CONFIG --includes` -- AC_SUBST(APR_INCLUDES) -- APR_LIBPATH=`$APR_CONFIG --link-ld` -- APR_LIBPATH=`expr "x$APR_LIBPATH" : '.*-L\(.*\) '` -- if test x"$APR_LIBPATH" != x; then -- LDFLAGS="$LDFLAGS -L$APR_LIBPATH" -- fi -- AC_CHECK_LIB(apr-1, apr_socket_send,,,[`$APR_CONFIG --libs`]) --fi -- --if test x"$ac_cv_lib_apr_1_apr_socket_send" = xyes; then -- echo "The ganglia utilities use the Apache Portable Runtime functions (http://www.apache.org/)" -- echo "Found a suitable libapr1 library" --else -- echo "libapr not found" -- exit; --fi -- --echo --echo Checking for confuse --if test x"$libconfusepath" != x && test x"$libconfusepath" != xyes; then -- CFLAGS="$CFLAGS -I$libconfusepath/include" -- LDFLAGS="$LDFLAGS -L$libconfusepath/${LIB_SUFFIX}" -- echo "Added -I$libconfusepath/include to CFLAGS" -- echo "Added -L$libconfusepath/${LIB_SUFFIX} to LDFLAGS" --fi --AC_CHECK_LIB(confuse, cfg_parse) --if test x"$ac_cv_lib_confuse_cfg_parse" = xno; then -- echo Trying harder including gettext -- unset ac_cv_lib_confuse_cfg_parse -- LDFLAGS="$LDFLAGS -lintl" -- AC_CHECK_LIB(confuse, cfg_parse) -- if test x"$ac_cv_lib_confuse_cfg_parse" = xno; then -- echo Trying harder including iconv -- unset ac_cv_lib_confuse_cfg_parse -- LDFLAGS="$LDFLAGS -liconv" -- AC_CHECK_LIB(confuse, cfg_parse) -- if test x"$ac_cv_lib_confuse_cfg_parse" = xno; then -- echo "libconfuse not found" -- exit -- fi -- fi --fi --if test x"$ac_cv_lib_confuse_cfg_parse" = xyes; then -- echo "Found a suitable Confuse library" --fi -- --echo --echo Checking for expat --if test x"$libexpatpath" != x && test x"$libexpatpath" != xyes; then -- CFLAGS="$CFLAGS -I$libexpatpath/include" -- LDFLAGS="$LDFLAGS -L$libexpatpath/${LIB_SUFFIX}" -- echo "Added -I$libexpatpath/include to CFLAGS" -- echo "Added -L$libexpatpath/${LIB_SUFFIX} to LDFLAGS" --fi --AC_CHECK_LIB(expat, XML_ParserCreate) --if test x"$ac_cv_lib_expat_XML_ParserCreate" = xyes; then -- echo "Found a suitable Expat library" --else -- echo "libexpat not found" -- exit; --fi -- --echo --echo Checking for pcre --if test x"$libpcrepath" != x && test x"$libpcrepath" != xyes; then -- CFLAGS="$CFLAGS -I$libpcrepath/include" -- LDFLAGS="$LDFLAGS -L$libpcrepath/${LIB_SUFFIX}" -- echo "Added -I$libpcrepath/include to CFLAGS" -- echo "Added -L$libpcrepath/${LIB_SUFFIX} to LDFLAGS" --fi --if test x"$libpcre" == xyes ; then -- AC_CHECK_HEADERS([pcre/pcre.h pcre.h]) -- AC_CHECK_LIB(pcre, pcre_compile) -- if test x"$ac_cv_lib_pcre_pcre_compile" = xyes; then -- echo "Found a suitable pcre library" -- else -- echo "libpcre not found, specify --with-libpcre=no to build without PCRE support" -- exit; -- fi --else -- echo "building without PCRE support" --fi --echo -- - AC_CHECK_LIB(rpc, xdr_string) - AC_CHECK_LIB(socket, socket) - AC_CHECK_LIB(nsl, inet_addr) diff --git a/sysutils/ganglia-webfrontend/files/patch-conf.php.in b/sysutils/ganglia-webfrontend/files/patch-conf.php.in deleted file mode 100644 index 2b2961c12a0e..000000000000 --- a/sysutils/ganglia-webfrontend/files/patch-conf.php.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- conf.php.in.orig -+++ conf.php.in -@@ -23,7 +23,7 @@ - - # Leave this alone if rrdtool is installed in $gmetad_root, - # otherwise, change it if it is installed elsewhere (like /usr/bin) --define("RRDTOOL", "/usr/bin/rrdtool"); -+define("RRDTOOL", "%%LOCALBASE%%/bin/rrdtool"); - - # If rrdcached is being used, this argument must specify the - # socket to use. diff --git a/sysutils/ganglia-webfrontend/files/pkg-install.in b/sysutils/ganglia-webfrontend/files/pkg-install.in deleted file mode 100644 index aa3cbfad9526..000000000000 --- a/sysutils/ganglia-webfrontend/files/pkg-install.in +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - if [ ! -f %%PREFIX%%/%%WEBFRONTDIR%%/conf.php ]; then - cp %%PREFIX%%/%%WEBFRONTDIR%%/conf.php.sample \ - %%PREFIX%%/%%WEBFRONTDIR%%/conf.php - fi - ;; -esac diff --git a/sysutils/ganglia-webfrontend/files/pkg-message.in b/sysutils/ganglia-webfrontend/files/pkg-message.in deleted file mode 100644 index 58b76608f5ed..000000000000 --- a/sysutils/ganglia-webfrontend/files/pkg-message.in +++ /dev/null @@ -1,18 +0,0 @@ -**************************************************************** -The Ganglia Web Frontend has been installed in the directory -%%PREFIX%%/%%WEBFRONTDIR%%. - -You must add appropriate configuration directives to your -web server configuration file. A typical apache configuration -would be: - - Alias /ganglia/ "%%PREFIX%%/%%WEBFRONTDIR%%/" - - <Directory "%%PREFIX%%/%%WEBFRONTDIR%%"> - Options Indexes FollowSymlinks MultiViews - AllowOverride None - Order allow,deny - Allow from all - </Directory> - -**************************************************************** diff --git a/sysutils/ganglia-webfrontend/files/pkg-opts b/sysutils/ganglia-webfrontend/files/pkg-opts deleted file mode 100644 index cbc6b6c08560..000000000000 --- a/sysutils/ganglia-webfrontend/files/pkg-opts +++ /dev/null @@ -1,15 +0,0 @@ -* WEBFRONTDIR [www/ganglia] - The Ganglia Web Frontend will be installed under - ${PREFIX}/${WEBFRONTDIR}. - -* WWWOWN [www] - The user ID under which your webserver executes - - It is recommended that you do not change this option unless you're - REALLY sure what you're doing. - -* WWWGRP [www] - The group ID under which your webserver executes - - It is recommended that you do not change this option unless you're - REALLY sure what you're doing. diff --git a/sysutils/ganglia-webfrontend/pkg-descr b/sysutils/ganglia-webfrontend/pkg-descr deleted file mode 100644 index d3181252523d..000000000000 --- a/sysutils/ganglia-webfrontend/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Ganglia provides a complete real-time monitoring and execution -environment that is in use by hundreds of universities, private and -government laboratories and commercial cluster implementors around the -world. Whether you want to monitor hundreds of computers in real-time -across a university campus or around the world, ganglia is for you. - -The ganglia web frontend provides access to the data collected by the -monitoring core. - -WWW: http://ganglia.sourceforge.net/ diff --git a/sysutils/ganglia-webfrontend/pkg-plist b/sysutils/ganglia-webfrontend/pkg-plist deleted file mode 100644 index 1a16581673f0..000000000000 --- a/sysutils/ganglia-webfrontend/pkg-plist +++ /dev/null @@ -1,69 +0,0 @@ -@unexec cmp -s %D/%%WEBFRONTDIR%%/conf.php %D/%%WEBFRONTDIR%%/conf.php.sample && rm -f %D/%%WEBFRONTDIR%%/conf.php -%%WEBFRONTDIR%%/auth.php -%%WEBFRONTDIR%%/class.TemplatePower.inc.php -%%WEBFRONTDIR%%/cluster_legend.html -%%WEBFRONTDIR%%/cluster_view.php -%%WEBFRONTDIR%%/conf.php.sample -%%WEBFRONTDIR%%/eval_config.php -%%WEBFRONTDIR%%/footer.php -%%WEBFRONTDIR%%/functions.php -%%WEBFRONTDIR%%/ganglia.php -%%WEBFRONTDIR%%/get_context.php -%%WEBFRONTDIR%%/get_ganglia.php -%%WEBFRONTDIR%%/graph.d/cpu_report.php -%%WEBFRONTDIR%%/graph.d/load_report.php -%%WEBFRONTDIR%%/graph.d/mem_report.php -%%WEBFRONTDIR%%/graph.d/metric.php -%%WEBFRONTDIR%%/graph.d/network_report.php -%%WEBFRONTDIR%%/graph.d/packet_report.php -%%WEBFRONTDIR%%/graph.d/sample_report.php -%%WEBFRONTDIR%%/graph.php -%%WEBFRONTDIR%%/grid_tree.php -%%WEBFRONTDIR%%/header.php -%%WEBFRONTDIR%%/host_view.php -%%WEBFRONTDIR%%/index.php -%%WEBFRONTDIR%%/meta_view.php -%%WEBFRONTDIR%%/node_legend.html -%%WEBFRONTDIR%%/physical_view.php -%%WEBFRONTDIR%%/pie.php -%%WEBFRONTDIR%%/private_clusters -%%WEBFRONTDIR%%/show_node.php -%%WEBFRONTDIR%%/styles.css -%%WEBFRONTDIR%%/templates/default/cluster_extra.tpl -%%WEBFRONTDIR%%/templates/default/cluster_view.tpl -%%WEBFRONTDIR%%/templates/default/footer.tpl -%%WEBFRONTDIR%%/templates/default/grid_tree.tpl -%%WEBFRONTDIR%%/templates/default/header-nobanner.tpl -%%WEBFRONTDIR%%/templates/default/header.tpl -%%WEBFRONTDIR%%/templates/default/host_extra.tpl -%%WEBFRONTDIR%%/templates/default/host_view.tpl -%%WEBFRONTDIR%%/templates/default/images/cluster_0-24.jpg -%%WEBFRONTDIR%%/templates/default/images/cluster_25-49.jpg -%%WEBFRONTDIR%%/templates/default/images/cluster_50-74.jpg -%%WEBFRONTDIR%%/templates/default/images/cluster_75-100.jpg -%%WEBFRONTDIR%%/templates/default/images/cluster_overloaded.jpg -%%WEBFRONTDIR%%/templates/default/images/cluster_private.jpg -%%WEBFRONTDIR%%/templates/default/images/grid_0-24.jpg -%%WEBFRONTDIR%%/templates/default/images/grid_25-49.jpg -%%WEBFRONTDIR%%/templates/default/images/grid_50-74.jpg -%%WEBFRONTDIR%%/templates/default/images/grid_75-100.jpg -%%WEBFRONTDIR%%/templates/default/images/grid_overloaded.jpg -%%WEBFRONTDIR%%/templates/default/images/grid_private.jpg -%%WEBFRONTDIR%%/templates/default/images/logo.jpg -%%WEBFRONTDIR%%/templates/default/images/node_0-24.jpg -%%WEBFRONTDIR%%/templates/default/images/node_25-49.jpg -%%WEBFRONTDIR%%/templates/default/images/node_50-74.jpg -%%WEBFRONTDIR%%/templates/default/images/node_75-100.jpg -%%WEBFRONTDIR%%/templates/default/images/node_dead.jpg -%%WEBFRONTDIR%%/templates/default/images/node_overloaded.jpg -%%WEBFRONTDIR%%/templates/default/meta_view.tpl -%%WEBFRONTDIR%%/templates/default/node_extra.tpl -%%WEBFRONTDIR%%/templates/default/physical_view.tpl -%%WEBFRONTDIR%%/templates/default/show_node.tpl -%%WEBFRONTDIR%%/version.php -@dirrm %%WEBFRONTDIR%%/templates/default/images -@dirrm %%WEBFRONTDIR%%/templates/default -@dirrm %%WEBFRONTDIR%%/templates -@dirrm %%WEBFRONTDIR%%/graph.d -@dirrmtry %%WEBFRONTDIR%% -@unexec (test -d %D/%%WEBFRONTDIR%% && (echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove %D/%%WEBFRONTDIR%% and its contents manually.")) || true |