From 7ef63844b5c14ca2bf5875bb39012faab0402f4f Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Wed, 14 Apr 2010 09:11:45 +0200 Subject: [PATCH 1/1] Reset default for NNTPServer to "unset". 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 --- yapfaq.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yapfaq.pl b/yapfaq.pl index 520a635..816f195 100644 --- a/yapfaq.pl +++ b/yapfaq.pl @@ -20,7 +20,7 @@ my @ValidConfVars = ('NNTPServer','NNTPUser','NNTPPass','Sender','ConfigFile', 'PathtoPGPPass','pgpbegin','pgpend','pgptmpf','pgpheader'); ################################### Defaults ################################## -my %Config = (NNTPServer => "localhost", +my %Config = (NNTPServer => "", NNTPUser => "", NNTPPass => "", Sender => "", -- 2.20.1