diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-14 14:44:09 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-14 14:44:09 -0700 |
commit | 2c3eea0064d63ddc71abf40ec7f4284d0989895e (patch) | |
tree | 987eb6cc94184bd6fcadbe28df78184ae290331e /etc/default | |
parent | 71eec2a2a07055dc038019bf57627af85973c257 (diff) | |
parent | b5864fdc4462d1f329ebe852754c7877846d8bfa (diff) | |
download | vyatta-cfg-2c3eea0064d63ddc71abf40ec7f4284d0989895e.tar.gz vyatta-cfg-2c3eea0064d63ddc71abf40ec7f4284d0989895e.zip |
Merge branch 'glendale' into hollywood
Diffstat (limited to 'etc/default')
-rw-r--r-- | etc/default/vyatta-cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/default/vyatta-cfg b/etc/default/vyatta-cfg index ef02233..7d189d8 100644 --- a/etc/default/vyatta-cfg +++ b/etc/default/vyatta-cfg @@ -43,6 +43,8 @@ if [ $is_admin == 1 ]; then else # no need to check is_users since there are only 2 levels for now declare -x -r VYATTA_USER_LEVEL_DIR=${vyatta_sysconfdir}/shell/level/users + declare -x -r LESSSECURE=1 + alias more=less fi } 2>/dev/null || : |