Code

collectd-perl(5): Suggest the usage of -f when enabling the Perl debugger.
authorSebastian Harl <sh@tokkee.org>
Sat, 17 Nov 2007 19:48:29 +0000 (20:48 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 20 Nov 2007 08:04:43 +0000 (09:04 +0100)
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd-perl.pod

index 73bacc6d67713eed826386af90b4a3a7f17de94f..842d0bb913218bc96f28727451e93b67c69645bd 100644 (file)
@@ -50,6 +50,10 @@ using the B<-d:Package> command line option.
 
 See L<perldebug> for detailed documentation about debugging Perl.
 
+This option does not prevent collectd from daemonizing, so you should start
+collectd with the B<-f> command line option. Else you will not be able to use
+the command line driven interface of the debugger.
+
 =item B<IncludeDir> I<Dir>
 
 Adds I<Dir> to the B<@INC> array. This is the same as using the B<-IDir>