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 /src/env_whitelist | |
parent | ac21d75300dabe83578e4373fcfd09d67c3a083b (diff) |
Move the env whitelists to an rc var and build in the system whitelist.
Diffstat (limited to 'src/env_whitelist')
-rw-r--r-- | src/env_whitelist | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/src/env_whitelist b/src/env_whitelist deleted file mode 100644 index ca21935b..00000000 --- a/src/env_whitelist +++ /dev/null @@ -1,48 +0,0 @@ -# System environment whitelist for rc-system -# See /etc/conf.d/env_whitelist for details. - -# -# Internal variables needed for operation of rc-system -# NB: Do not modify below this line if you do not know what you are doing!! -# - -# Hotplug -IN_HOTPLUG - -# RC network script support -IN_BACKGROUND -RC_INTERFACE_KEEP_CONFIG - -# Default shell stuff -PATH -SHELL -USER -HOME -TERM - -# Language variables -LANG -LC_CTYPE -LC_NUMERIC -LC_TIME -LC_COLLATE -LC_MONETARY -LC_MESSAGES -LC_PAPER -LC_NAME -LC_ADDRESS -LC_TELEPHONE -LC_MEASUREMENT -LC_IDENTIFICATION -LC_ALL - -# From /sbin/init -INIT_HALT -INIT_VERSION -RUNLEVEL -PREVLEVEL -CONSOLE - -# Allow this through too so we can prefer stuff in /lib when shutting down -# or going to single mode. -LD_LIBRARY_PATH |