diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-14 14:44:06 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-14 14:44:06 -0700 |
commit | cd5382ad4982731a7b7584173e9e4ee5108bc16e (patch) | |
tree | 81a29860ddb0a85f63be3bc55ee784120dc4be14 /templates/system/console/node.def | |
parent | 9a09a382f874510f3427cf0a212b87fdb5b8e8d2 (diff) | |
download | vyatta-cfg-system-cd5382ad4982731a7b7584173e9e4ee5108bc16e.tar.gz vyatta-cfg-system-cd5382ad4982731a7b7584173e9e4ee5108bc16e.zip |
Fix serial console setup functions
Problems found during basic testing of new serial console config
Diffstat (limited to 'templates/system/console/node.def')
-rw-r--r-- | templates/system/console/node.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/system/console/node.def b/templates/system/console/node.def index 9e946c7e..b3c11f2a 100644 --- a/templates/system/console/node.def +++ b/templates/system/console/node.def @@ -1,7 +1,6 @@ tag: type: txt help: Serial console configuration -allowed: (cd $dev; echo tty*) syntax:expression: pattern $VAR(@) "^tty[A-Z0-9]+$" \ ; "console $VAR(@): not a valid tty name" end: /opt/vyatta/sbin/vyatta_update_console.pl |