Re: [PATCH 1/2] MAKEDEV: Start the console server with UTF-8 as the VC encoding.

2012-03-05 Thread Samuel Thibault
Ludovic Courtès, le Mon 05 Mar 2012 23:45:35 +0100, a écrit : > Samuel Thibault skribis: > > > Ludovic Courtès, le Mon 05 Mar 2012 23:36:52 +0100, a écrit : > >> * sutils/MAKEDEV.sh (vcs): Start the console server with > >> `--encoding=UTF-8'. > > > > Or rather simply change DEFAULT_ENCODING? >

Re: [PATCH 1/2] MAKEDEV: Start the console server with UTF-8 as the VC encoding.

2012-03-05 Thread Ludovic Courtès
Samuel Thibault skribis: > Ludovic Courtès, le Mon 05 Mar 2012 23:36:52 +0100, a écrit : >> * sutils/MAKEDEV.sh (vcs): Start the console server with >> `--encoding=UTF-8'. > > Or rather simply change DEFAULT_ENCODING? Fine with me, though in theory it could break the user’s setup. WDYT? Ludo

Re: [PATCH 1/2] MAKEDEV: Start the console server with UTF-8 as the VC encoding.

2012-03-05 Thread Samuel Thibault
Ludovic Courtès, le Mon 05 Mar 2012 23:36:52 +0100, a écrit : > * sutils/MAKEDEV.sh (vcs): Start the console server with > `--encoding=UTF-8'. Or rather simply change DEFAULT_ENCODING? Samuel

[PATCH 2/2] console-run: Create and settrans /dev/console when not already done.

2012-03-05 Thread Ludovic Courtès
This patch makes sure /libexec/console-run creates and installs /dev/console on the first run without considering it a failure if it didn't exist already. * daemons/console-run.c (TERMINAL_FIRST_TRY): Change node to `/dev/console'. (TERMINAL_SECOND_TRY): Change node to `/tmp/console'. (open_

[PATCH 1/2] MAKEDEV: Start the console server with UTF-8 as the VC encoding.

2012-03-05 Thread Ludovic Courtès
* sutils/MAKEDEV.sh (vcs): Start the console server with `--encoding=UTF-8'. --- sutils/MAKEDEV.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sutils/MAKEDEV.sh b/sutils/MAKEDEV.sh index 4277b05..726d3e8 100644 --- a/sutils/MAKEDEV.sh +++ b/sutils/MAKEDEV.sh @@ -91,