21 lines
517 B
Text
21 lines
517 B
Text
$NetBSD: patch-node_munin-node.conf.pod,v 1.1 2013/06/17 13:28:28 wiz Exp $
|
|
|
|
Fix build with perl-5.18's pod2man.
|
|
|
|
--- node/munin-node.conf.pod.orig 2005-04-15 20:29:18.000000000 +0000
|
|
+++ node/munin-node.conf.pod
|
|
@@ -1,3 +1,5 @@
|
|
+=encoding iso-8859-1
|
|
+
|
|
=head1 NAME
|
|
|
|
node.conf - Munin-node configuration file
|
|
@@ -36,6 +38,8 @@ owned by root. Default on.
|
|
Files matching <regex> in the node.d/ and node-conf.d/
|
|
directories will be overlooked.
|
|
|
|
+=back
|
|
+
|
|
=head1 EXAMPLE
|
|
|
|
A pretty normal configuration file:
|