source: trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/patches/event.d.diff

Last change on this file was 2116, checked in by broder, 15 years ago

Serial consoles are supposed to run at 115200 baud, not 115300.

File size: 331 bytes
RevLine 
[641]1--- /etc/event.d/ttyS0.orig   2008-06-22 01:57:29.000000000 -0400
2+++ /etc/event.d/ttyS0  2008-06-22 03:12:01.000000000 -0400
3@@ -0,0 +1,11 @@
4+start on runlevel 2
5+start on runlevel 3
6+start on runlevel 4
7+start on runlevel 5
8+
9+stop on runlevel 0
10+stop on runlevel 1
11+stop on runlevel 6
12+
13+respawn
[2116]14+exec /sbin/getty 115200 ttyS0
Note: See TracBrowser for help on using the repository browser.