diff options
author | Roy Marples <roy@marples.name> | 2008-01-05 20:43:08 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-05 20:43:08 +0000 |
commit | c92be49041a7b56f651a93e71e15e94bc8727489 (patch) | |
tree | 0d827c479bfac37c35a6e2bf687f8353064707a2 /conf.d | |
parent | ac21d75300dabe83578e4373fcfd09d67c3a083b (diff) |
Move the env whitelists to an rc var and build in the system whitelist.
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/env_whitelist | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/conf.d/env_whitelist b/conf.d/env_whitelist deleted file mode 100644 index 30a3695a..00000000 --- a/conf.d/env_whitelist +++ /dev/null @@ -1,6 +0,0 @@ -# /etc/conf.d/env_whitelist: Environment whitelist for rc-system - -# Specify which variables are allowed to be passed from the environment to the -# rc-system. If it is not set by the environment, then the variable will be -# taken from /etc/profile.env - meaning, if you need to set LANG or such, -# do it in a /etc/env.d/99myownstuff file for example, and run env-update. |