rc-misc.c: Add IN_DRYRUN to environment whitelist
This allows rc-service to pass the dryrun option to openrc-run. This is for #225.
This commit is contained in:
		@@ -51,7 +51,7 @@ rc_conf_yesno(const char *setting)
 | 
			
		||||
 | 
			
		||||
static const char *const env_whitelist[] = {
 | 
			
		||||
	"EERROR_QUIET", "EINFO_QUIET",
 | 
			
		||||
	"IN_BACKGROUND", "IN_HOTPLUG",
 | 
			
		||||
	"IN_BACKGROUND", "IN_DRYRUN", "IN_HOTPLUG",
 | 
			
		||||
	"LANG", "LC_MESSAGES", "TERM",
 | 
			
		||||
	"EINFO_COLOR", "EINFO_VERBOSE",
 | 
			
		||||
	NULL
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user