From d1e29a316b2fc9f9bc8f4dac64c19285222bf46f Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 5 Jun 2008 20:36:09 -0700 Subject: Remove shell template (not ready yet). The template will go back in when vyatta_login_user.pl needs it. --- templates/system/login/user/node.tag/shell/node.def | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 templates/system/login/user/node.tag/shell/node.def (limited to 'templates/system') 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 }'