summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-14 14:56:43 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-14 14:56:43 -0700
commit7fcb98754581d6195ba58a49595a5dfedb60ce49 (patch)
tree226be8027ed1cf5af9d6ae913f78310b342425b3 /scripts
parentcd5382ad4982731a7b7584173e9e4ee5108bc16e (diff)
downloadvyatta-cfg-quagga-7fcb98754581d6195ba58a49595a5dfedb60ce49.tar.gz
vyatta-cfg-quagga-7fcb98754581d6195ba58a49595a5dfedb60ce49.zip
Change syntax for console config
Use: system console device ttyS1 speed 115200 To allow top level node to be one transaction with one update
Diffstat (limited to 'scripts')
-rw-r--r--scripts/system/vyatta_update_console.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/system/vyatta_update_console.pl b/scripts/system/vyatta_update_console.pl
index a6c08916..fabfc242 100644
--- a/scripts/system/vyatta_update_console.pl
+++ b/scripts/system/vyatta_update_console.pl
@@ -42,7 +42,7 @@ sub update_inittab {
close $inittab;
my $config = new Vyatta::Config;
- $config->setLevel("system console");
+ $config->setLevel("system console device");
my $id = 0;
foreach my $tty ($config->listNodes()) {