Change: Default $NNTPServer to 'localhost'
authorThomas Hochstein <thh@inter.net>
Thu, 25 Feb 2010 14:15:57 +0000 (15:15 +0100)
committerThomas Hochstein <thh@inter.net>
Thu, 25 Feb 2010 14:15:57 +0000 (15:15 +0100)
Signed-off-by: Thomas Hochstein <thh@inter.net>
yapfaq.pl

index 998395f..4f42f4f 100644 (file)
--- a/yapfaq.pl
+++ b/yapfaq.pl
@@ -14,7 +14,7 @@
 
 my $Version = "0.6-unreleased";
 
-my $NNTPServer = "";
+my $NNTPServer = "localhost";
 my $NNTPUser = "";
 my $NNTPPass = "";
 my $Sender = "";
This page took 0.011773 seconds and 4 git commands to generate.