diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-06-05 20:36:09 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-06-05 20:36:09 -0700 |
commit | d1e29a316b2fc9f9bc8f4dac64c19285222bf46f (patch) | |
tree | cea28bdb8b66d06f8137971066f39a598db033d3 /templates/system/login | |
parent | 7d216f5ca693050e62304fceedf69141b993853b (diff) | |
download | vyatta-cfg-system-d1e29a316b2fc9f9bc8f4dac64c19285222bf46f.tar.gz vyatta-cfg-system-d1e29a316b2fc9f9bc8f4dac64c19285222bf46f.zip |
Remove shell template (not ready yet).
The template will go back in when vyatta_login_user.pl needs it.
Diffstat (limited to 'templates/system/login')
-rw-r--r-- | templates/system/login/user/node.tag/shell/node.def | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/system/login/user/node.tag/shell/node.def b/templates/system/login/user/node.tag/shell/node.def deleted file mode 100644 index b1163fdf..00000000 --- a/templates/system/login/user/node.tag/shell/node.def +++ /dev/null @@ -1,8 +0,0 @@ -type: txt -help: Set command shell -default: fusioncli -syntax:expression: ( $VAR(@) in "fusioncli" "linux" || - exec "if [ -x $VAR(@) -a grep -q $VAR(@) /etc/shells ]; then exit 0; \ - else echo 'Not a valid command shell'; exit 1; fi" -allowed: echo "fusioncli linux" - awk '! /^[ ]*#/ { printf "%s ", $0 }' </etc/shells |