diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-01-05 22:35:56 +0000 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-01-05 22:35:56 +0000 |
| commit | 386c193824117a45277b46288f3676c5cf5bbac1 (patch) | |
| tree | d265c6e953d74baf91bb9c8caa404b975e75007a /debian/local | |
| parent | f52bc137d2f91b7ebc06110263a6e85509aea4a6 (diff) | |
| parent | fcf5ba9e5c3c10ef1e0c31580f8a00a2c3b1cd6f (diff) | |
Merge branch 'master' of git.debian.org:/git/pkg-hurd/hurd
Conflicts:
debian/changelog
Diffstat (limited to 'debian/local')
| -rwxr-xr-x | debian/local/runsystem | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/runsystem b/debian/local/runsystem index b35131af..a59ff716 100755 --- a/debian/local/runsystem +++ b/debian/local/runsystem @@ -63,7 +63,7 @@ then . /etc/default/keyboard [ -z "$XKBLAYOUT" ] || LAYOUT="--keymap $XKBLAYOUT" fi - console -d vga -g -d pc_mouse --repeat=mouse -d pc_kbd --repeat=kbd $LAYOUT -c /dev/vcs & + console -d vga -g -d pc_kbd --repeat=kbd $LAYOUT -d pc_mouse --repeat=mouse -c /dev/vcs & echo $! > /var/run/hurd-console.pid wait echo |
