You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							13 lines
						
					
					
						
							331 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							13 lines
						
					
					
						
							331 B
						
					
					
				
								diff --git a/src/log.h b/src/log.h
							 | 
						|
								index e298f5c..c86e4e8 100644
							 | 
						|
								--- a/src/log.h
							 | 
						|
								+++ b/src/log.h
							 | 
						|
								@@ -32,7 +32,7 @@ as that of the covered work.  */
							 | 
						|
								 #define LOG_H
							 | 
						|
								 
							 | 
						|
								 /* The log file to which Wget writes to after HUP.  */
							 | 
						|
								-#define DEFAULT_LOGFILE "wget-log"
							 | 
						|
								+#define DEFAULT_LOGFILE "/var/run/wget/wget-log"
							 | 
						|
								 
							 | 
						|
								 #include <stdio.h>
							 | 
						|
								 
							 | 
						|
								
							 |