|
|
发表于 2006-2-22 00:43:56
|
显示全部楼层
# /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.
# Locale settings
#也可以写在这里。。作用如上 |
|