7e06c048aa
- use correct pidfile for munin-sched rc script [1] - munin-cgi-graph requires FCGI [2] Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> [1] Sergey V. Dyatko <sergey.dyatko@gmail.com> [2] Feature safe: yes
13 lines
581 B
Text
13 lines
581 B
Text
%%SITE_PERL%%/Munin/Common/Config.pm
|
|
%%SITE_PERL%%/Munin/Common/Defaults.pm
|
|
%%SITE_PERL%%/Munin/Common/DictFile.pm
|
|
%%SITE_PERL%%/Munin/Common/SyncDictFile.pm
|
|
%%SITE_PERL%%/Munin/Common/TLS.pm
|
|
%%SITE_PERL%%/Munin/Common/TLSClient.pm
|
|
%%SITE_PERL%%/Munin/Common/TLSServer.pm
|
|
%%SITE_PERL%%/Munin/Common/Timeout.pm
|
|
@dirrm %%SITE_PERL%%/Munin/Common
|
|
@dirrm %%SITE_PERL%%/Munin
|
|
@exec mkdir -p %%LOGDIR%% %%STATEDIR%% %%SPOOLDIR%%
|
|
@exec chown %%USER%%:%%GROUP%% %%LOGDIR%% %%STATEDIR%% %%SPOOLDIR%%
|
|
@unexec rmdir %%DBDIR%% %%LOGDIR%% %%STATEDIR%% %%SPOOLDIR%% 2>/dev/null || /usr/bin/true
|