diff options
Diffstat (limited to 'debian/patches/ttys.patch')
-rw-r--r-- | debian/patches/ttys.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/ttys.patch b/debian/patches/ttys.patch new file mode 100644 index 00000000..87e29519 --- /dev/null +++ b/debian/patches/ttys.patch @@ -0,0 +1,13 @@ +--- hurd-20040301.orig/config/ttys ++++ hurd-20040301/config/ttys +@@ -5,4 +5,10 @@ + # name program type status comments + + console "/libexec/getty 9600" mach-color on secure trusted console ++tty1 "/libexec/getty 38400" hurd on secure trusted console ++tty2 "/libexec/getty 38400" hurd on secure trusted console ++tty3 "/libexec/getty 38400" hurd on secure trusted console ++tty4 "/libexec/getty 38400" hurd on secure trusted console ++tty5 "/libexec/getty 38400" hurd on secure trusted console ++tty6 "/libexec/getty 38400" hurd on secure trusted console + #com0 "/libexec/getty 9600" dialup on secure |