--- lib/Smokeping/Examples.pm.orig 2018-02-02 21:14:55 UTC +++ lib/Smokeping/Examples.pm @@ -12,7 +12,7 @@ Smokeping::Examples - A module for generating the smok This module generates L and the example configuration files distributed with Smokeping. It is supposed to be invoked from the smokeping distribution top directory, as it will need -the C template configuration file and will create files +the C template configuration file and will create files in the directories C and C. =head1 DESCRIPTION @@ -65,7 +65,7 @@ Niko Tyni use strict; sub read_config_template { - my $file = "../etc/config.dist"; + my $file = "../etc/config.sample"; my $h = { common => "", # everything up to the Probes section probes => "", # the Probes section, without the *** Probes *** line @@ -107,7 +107,7 @@ specifically the L and C -sections. The other sections are taken from the C +sections. The other sections are taken from the C configuration template in the Smokeping distribution so that the example files are complete.