summaryrefslogtreecommitdiff
path: root/scripts/rl-system.init
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-12-02 14:08:52 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-12-02 15:02:46 -0800
commit4c5e7207dd7a12990e9b10e0bb8ca9e61e312e79 (patch)
treef322a661699b7555cb5c9d75d04f29b453c0bd96 /scripts/rl-system.init
parent2ecdc54c99554b128941ae831535c2fe133d920d (diff)
downloadvyatta-cfg-system-4c5e7207dd7a12990e9b10e0bb8ca9e61e312e79.tar.gz
vyatta-cfg-system-4c5e7207dd7a12990e9b10e0bb8ca9e61e312e79.zip
Allow configuring console speed etc
Bug 3849, 2289, 4126 Adds configuration of serial console: set system console { device ttyS0 { speed 19200 } device ttyACM0 { speed 57600 type modem } } This covers the cases of deleting serial console, changing speed, and allowing modem console devices
Diffstat (limited to 'scripts/rl-system.init')
-rwxr-xr-xscripts/rl-system.init11
1 files changed, 1 insertions, 10 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init
index 5c8ba7a6..fddea32a 100755
--- a/scripts/rl-system.init
+++ b/scripts/rl-system.init
@@ -10,10 +10,9 @@
# General Public License for more details.
#
# This code was originally developed by Vyatta, Inc.
-# Portions created by Vyatta are Copyright (C) 2007 Vyatta, Inc.
+# Copyright (C) 2007-2010 Vyatta, Inc.
# All Rights Reserved.
#
-# Author: Tom Grennan <tgrennan@vyatta.com>
# Description: Vyatta Router system setup
# Indirect init sub-script of vyatta-router.init
#
@@ -222,9 +221,6 @@ start () {
# Remove links from the commit hook directory
rm -f /etc/commit/*
- # Remove serial console settings
-# sed -i -e '/^T/d' /etc/inittab
-
## Clear out apt config file--it will be filled in by config load
empty /etc/apt/sources.list
}
@@ -237,8 +233,3 @@ case "$ACTION" in
esac
exit $?
-
-# Local Variables:
-# mode: shell-script
-# sh-indentation: 4
-# End: