projects
/
invirt/packages/invirt-autoinstaller.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix symlinks in xen-tools/edgy.d
[invirt/packages/invirt-autoinstaller.git]
/
common
/
usr
/
lib
/
xen-tools
/
patches
/
event.d.diff
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
14
+exec /sbin/getty 115200 ttyS0