mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
152b4a6480
(no offense intended to the fine, upstanding people who maintain it) Feature safe: yes
61 lines
2.2 KiB
Plaintext
61 lines
2.2 KiB
Plaintext
bin/munin-check
|
|
bin/munin-cron
|
|
@unexec if cmp -s %D/%%ETCDIR%%/munin.conf.sample %D/%%ETCDIR%%/munin.conf ; then rm -f %D/%%ETCDIR%%/munin.conf ; fi
|
|
%%ETCDIR%%/munin.conf.sample
|
|
@exec if [ ! -f %D/%%ETCDIR%%/munin.conf ] ; then cp -p %D/%%ETCDIR%%/munin.conf.sample %D/%%ETCDIR%%/munin.conf ; fi
|
|
%%ETCDIR%%/templates/definitions.html
|
|
%%ETCDIR%%/templates/favicon.ico
|
|
%%ETCDIR%%/templates/logo-h.png
|
|
%%ETCDIR%%/templates/logo.png
|
|
%%ETCDIR%%/templates/munin-comparison-day.tmpl
|
|
%%ETCDIR%%/templates/munin-comparison-month.tmpl
|
|
%%ETCDIR%%/templates/munin-comparison-week.tmpl
|
|
%%ETCDIR%%/templates/munin-comparison-year.tmpl
|
|
%%ETCDIR%%/templates/munin-domainview.tmpl
|
|
%%ETCDIR%%/templates/munin-nodeview.tmpl
|
|
%%ETCDIR%%/templates/munin-overview.tmpl
|
|
%%ETCDIR%%/templates/munin-serviceview.tmpl
|
|
%%ETCDIR%%/templates/partial/bottom_navigation.tmpl
|
|
%%ETCDIR%%/templates/partial/generated_by.tmpl
|
|
%%ETCDIR%%/templates/partial/head.tmpl
|
|
%%ETCDIR%%/templates/partial/logo_navigation.tmpl
|
|
%%ETCDIR%%/templates/partial/logo_navigation_comparison.tmpl
|
|
%%ETCDIR%%/templates/partial/logo_path.tmpl
|
|
%%ETCDIR%%/templates/partial/path.tmpl
|
|
%%ETCDIR%%/templates/style-1.2.css
|
|
%%ETCDIR%%/templates/style.css
|
|
%%SITE_PERL%%/Munin/Master/Config.pm
|
|
%%SITE_PERL%%/Munin/Master/GraphOld.pm
|
|
%%SITE_PERL%%/Munin/Master/Group.pm
|
|
%%SITE_PERL%%/Munin/Master/GroupRepository.pm
|
|
%%SITE_PERL%%/Munin/Master/HTMLOld.pm
|
|
%%SITE_PERL%%/Munin/Master/Host.pm
|
|
%%SITE_PERL%%/Munin/Master/LimitsOld.pm
|
|
%%SITE_PERL%%/Munin/Master/Logger.pm
|
|
%%SITE_PERL%%/Munin/Master/Node.pm
|
|
%%SITE_PERL%%/Munin/Master/ProcessManager.pm
|
|
%%SITE_PERL%%/Munin/Master/Update.pm
|
|
%%SITE_PERL%%/Munin/Master/UpdateWorker.pm
|
|
%%SITE_PERL%%/Munin/Master/Utils.pm
|
|
%%SITE_PERL%%/Munin/Master/Worker.pm
|
|
%%DATADIR%%/DejaVuSans.ttf
|
|
%%DATADIR%%/DejaVuSansMono.ttf
|
|
%%DATADIR%%/munin-graph
|
|
%%DATADIR%%/munin-html
|
|
%%DATADIR%%/munin-limits
|
|
%%DATADIR%%/munin-update
|
|
%%WWWDIR%%/.htaccess
|
|
www/cgi-bin/munin-cgi-graph
|
|
www/cgi-bin/munin-fastcgi-graph
|
|
@dirrmtry www/cgi-bin
|
|
@dirrmtry %%WWWDIR%%
|
|
@dirrmtry %%DATADIR%%
|
|
@dirrmtry %%DBDIR%%
|
|
@dirrm %%SITE_PERL%%/Munin/Master
|
|
@dirrmtry %%SITE_PERL%%/Munin
|
|
@dirrmtry %%ETCDIR%%/templates/partial
|
|
@dirrmtry %%ETCDIR%%/templates
|
|
@exec mkdir -p %D/%%ETCDIR%%/munin-conf.d
|
|
@dirrmtry %%ETCDIR%%/munin-conf.d
|
|
@dirrmtry %%ETCDIR%%
|