diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-12 14:02:31 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-12 14:02:31 -0700 |
commit | 33413ebeb1ba3e1a6059877df3633e3890d95dd9 (patch) | |
tree | e175ae15ee2dfbd1d46324e8336e29e7a242687d /etc/default/vyatta-cfg | |
parent | c23f92e0e3db11f25bef52850ddd7af6d7edbb3d (diff) | |
download | vyatta-cfg-33413ebeb1ba3e1a6059877df3633e3890d95dd9.tar.gz vyatta-cfg-33413ebeb1ba3e1a6059877df3633e3890d95dd9.zip |
remove unneeded env variables
Diffstat (limited to 'etc/default/vyatta-cfg')
-rw-r--r-- | etc/default/vyatta-cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/default/vyatta-cfg b/etc/default/vyatta-cfg index 0a5c593..bc7854a 100644 --- a/etc/default/vyatta-cfg +++ b/etc/default/vyatta-cfg @@ -5,8 +5,6 @@ # (see /etc/bash_completion.d/20vyatta-cfg) { -declare -x -r VYATTA_TAG_NAME=node.tag -declare -x -r VYATTA_MOD_NAME=.modified declare -x -r VYATTA_CFG_GROUP_NAME=vyattacfg declare -x -r HISTIGNORE="*password*:*-secret*" } 2>/dev/null || : |