summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-06-05 20:36:09 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-06-05 20:36:09 -0700
commitd1e29a316b2fc9f9bc8f4dac64c19285222bf46f (patch)
treecea28bdb8b66d06f8137971066f39a598db033d3 /templates
parent7d216f5ca693050e62304fceedf69141b993853b (diff)
downloadvyatta-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')
-rw-r--r--templates/system/login/user/node.tag/shell/node.def8
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