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 <thh@inter.net>
This commit is contained in:
		
							parent
							
								
									e16539c99c
								
							
						
					
					
						commit
						7ef63844b5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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     => "",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue