Colin Watson wrote:
> I suggested a solution for this a while ago:
>
> ((echo hello world; false; echo $? >&3) | logger) 3>&1
>
> You then get the exit status on stdout. Generalizing a bit:
>
> to_syslog () {
> return "$((("$@"; echo $? >&3) | logger) 3>&1)"
> }
>
> This works for me
Hi,
On Mon, Nov 03, 2003 at 06:48:34PM -0500, Joey Hess wrote:
> Do we have any languages that are say 90% done for d-i yet? I've tried
> various languages and they always seem closer to the 20% mark, but maybe
> I have been trying the wrong ones.
According to Denis Barbier[1] page on gluck we ha
On Mon, Nov 03, 2003 at 06:48:34PM -0500, Joey Hess wrote:
> Do we have any languages that are say 90% done for d-i yet? I've tried
> various languages and they always seem closer to the 20% mark, but maybe
> I have been trying the wrong ones.
Norwegian (bokmål) is rather good, at least it was the
Do we have any languages that are say 90% done for d-i yet? I've tried
various languages and they always seem closer to the 20% mark, but maybe
I have been trying the wrong ones.
--
see shy jo
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL
Steinar H. Gunderson wrote:
> > * Progress bar when running mkfs.
>
> FWIW, this has been fixed in autopartkit for some time now.
But not in partconf.
> > - I18N
> > Mostly there.
> > Still working on various things such as moving menu items
> > into deb
On Mon, Nov 03, 2003 at 11:24:23AM -0500, Joey Hess wrote:
> * Progress bar when running mkfs.
FWIW, this has been fixed in autopartkit for some time now.
> CD installs to i386 and (some) powerpc are working, with many
> successful installs (and many bugs).
> Some success with
On Mon, Nov 03, 2003 at 11:24:23AM -0500, Joey Hess wrote:
> * There needs to be a centralised logging method. Syslog will do, but
> we currently have a lot of nasty code that appends messages to
> /var/log/messages directly. All of that would be converted to pipe it
> to logger. Howe
I think I have doc/TODO back up-to-date. Please take a minute to look
over it and correct or add anything I'm not aware of.
--
see shy jo
Important things to do before preview release
=
Here's a list of urgent things we need to do before issuing a prev
8 matches
Mail list logo