* Removed killall-statement from postinst. Thanks to James Troup for
reporting it.
  * Added chdir("/") to both daemons (fixes: Bug#17601)
			
			
This commit is contained in:
		
							
								
								
									
										1
									
								
								klogd.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								klogd.c
									
									
									
									
									
								
							| @@ -864,6 +864,7 @@ int main(argc, argv) | ||||
| 	auto char	*log_level = (char *) 0, | ||||
| 			*output = (char *) 0; | ||||
|  | ||||
| 	chdir ("/"); | ||||
| 	/* Parse the command-line. */ | ||||
| 	while ((ch = getopt(argc, argv, "c:df:iIk:nopsvx")) != EOF) | ||||
| 		switch((char)ch) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user