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?
>
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
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
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_
* 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,