Reset default for NNTPServer to "unset".
authorThomas Hochstein <thh@inter.net>
Wed, 14 Apr 2010 07:11:45 +0000 (09:11 +0200)
committerThomas Hochstein <thh@inter.net>
Wed, 14 Apr 2010 07:11:45 +0000 (09:11 +0200)
Since yapfaq fill fall back to Perl's build-in defaults,
that should be no problem; furthermore user may now
override this setting via .yapfaqrc without changing
the code.

Signed-off-by: Thomas Hochstein <thh@inter.net>
yapfaq.pl

index 520a635..816f195 100644 (file)
--- a/yapfaq.pl
+++ b/yapfaq.pl
@@ -20,7 +20,7 @@ my @ValidConfVars = ('NNTPServer','NNTPUser','NNTPPass','Sender','ConfigFile',
                      'PathtoPGPPass','pgpbegin','pgpend','pgptmpf','pgpheader');
 
 ################################### Defaults ##################################
                      'PathtoPGPPass','pgpbegin','pgpend','pgptmpf','pgpheader');
 
 ################################### Defaults ##################################
-my %Config = (NNTPServer => "localhost",
+my %Config = (NNTPServer => "",
               NNTPUser   => "",
               NNTPPass   => "",
               Sender     => "",
               NNTPUser   => "",
               NNTPPass   => "",
               Sender     => "",
This page took 0.013062 seconds and 4 git commands to generate.