mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
ce0bf7c9ea
Notes: Please read the UPDATING! PR: ports/105106 Submitted by: Lupe Christoph <lupe@lupe-christoph.de> (maintainer)
55 lines
2.5 KiB
Plaintext
55 lines
2.5 KiB
Plaintext
@exec mkdir -p /var/run/munin && chown munin:munin /var/run/munin
|
|
@exec mkdir -p /var/log/munin-main && chown munin:munin /var/log/munin-main
|
|
@exec mkdir -p %D/www/munin && chown munin:munin %D/www/munin
|
|
@exec mkdir -p %D/var/munin && chown munin:munin %D/var/munin
|
|
bin/munin-cron
|
|
@unexec if cmp -s %D/etc/munin/munin.conf.sample %D/etc/munin/munin.conf; then rm -f %D/etc/munin/munin.conf; fi
|
|
etc/munin/munin.conf.sample
|
|
etc/munin/templates/definitions.html
|
|
@unexec if cmp -s %D/etc/munin/templates/logo.png %D/www/munin/logo.png; then rm -f %D/www/munin/logo.png; fi
|
|
etc/munin/templates/logo.png
|
|
etc/munin/templates/munin-comparison-day.tmpl
|
|
etc/munin/templates/munin-comparison-month.tmpl
|
|
etc/munin/templates/munin-comparison-week.tmpl
|
|
etc/munin/templates/munin-comparison-year.tmpl
|
|
etc/munin/templates/munin-domainview.tmpl
|
|
etc/munin/templates/munin-nodeview.tmpl
|
|
etc/munin/templates/munin-overview.tmpl
|
|
etc/munin/templates/munin-serviceview.tmpl
|
|
@unexec if cmp -s %D/etc/munin/templates/style.css %D/www/munin/style.css; then rm -f %D/www/munin/style.css; fi
|
|
etc/munin/templates/style.css
|
|
%%SITE_PERL%%/Munin.pm
|
|
%%DATADIR%%/VeraMono.ttf
|
|
%%DATADIR%%/munin-graph
|
|
%%DATADIR%%/munin-html
|
|
%%DATADIR%%/munin-limits
|
|
%%DATADIR%%/munin-update
|
|
www/cgi-bin/munin-cgi-graph
|
|
@unexec rm -f /var/run/munin/munin-*.lock
|
|
@dirrmtry /var/run/munin
|
|
@dirrmtry /var/log/munin-main
|
|
@dirrmtry www/munin
|
|
@dirrmtry www/cgi-bin
|
|
@dirrmtry var/munin
|
|
@dirrmtry %%DATADIR%%
|
|
@dirrmtry etc/munin/templates
|
|
@dirrmtry etc/munin
|
|
@unexec echo
|
|
@unexec echo '********************************************************************'
|
|
@unexec echo "If you want to *completely* remove munin-main, you have to"
|
|
@unexec echo
|
|
@unexec if [ -d %D/www/munin ]; then echo " rm -rf %D/www/munin \\"; fi
|
|
@unexec if [ -d %D/var/munin ]; then ls -d %D/var/munin/* | grep -v plugin-state | fmt -40 | sed -e 's/^/ /' -e 's/$/ \\/'; fi
|
|
@unexec if [ -f %D/etc/munin/munin.conf ]; then echo " %D/etc/munin/munin.conf \\"; fi
|
|
@unexec if [ -d %D/etc/munin/templates ]; then echo " %D/etc/munin/templates \\"; fi
|
|
@unexec echo " /var/log/munin-main"
|
|
@unexec echo
|
|
@unexec echo "If you have already deinstalled munin-node, you can also"
|
|
@unexec echo
|
|
@unexec echo " rmdir %D/etc/munin %D/var/munin"
|
|
@unexec echo
|
|
@unexec echo "These files and directories have to be left on the system because"
|
|
@unexec echo "you may be performing an update. This process can't tell."
|
|
@unexec echo '********************************************************************'
|
|
@unexec echo
|