Re: patch: save 2 bytes in time.c

2009-02-24 Thread Mike Frysinger
On Thursday 19 February 2009 08:08:29 walter harms wrote: by not calling getpagesize() twice we can save 2 bytes ! looks like someone merged this. in the future, please use `svn diff` in the busybox top level rather than in subdirs. there are multiple time.c files :p. -mike signature.asc

Re: [patch v2] Add flash_eraseall from mtd-utils

2009-02-24 Thread Denys Vlasenko
On Sunday 22 February 2009 08:55:45 am Alex Landau wrote: - Original Message From: Bernhard Reutner-Fischer rep.dot@gmail.com To: Sebastian Andrzej Siewior bige...@linutronix.de Cc: busybox@busybox.net Sent: Wednesday, February 18, 2009 3:29:50 PM Subject: Re: [patch v2]

Re: compile error in trunk -- selinux, loginutils/login.c

2009-02-24 Thread Denys Vlasenko
On Monday 23 February 2009 02:36:30 am KaiGai Kohei wrote: The attached patch fixes the matter. It seems to me this matter was enbuged at r25210. | r25210 | vda | 2009-02-02 09:15:00 +0900 (Mon, 02 Feb 2009) | 3 lines | | login: cleanup work by Walter Harms. No logic changes. % svn log

Re: patch: save 2 bytes in time.c

2009-02-24 Thread walter harms
sorry, i simply found that without searching ... and made quick fix. re, wh Mike Frysinger schrieb: On Thursday 19 February 2009 08:08:29 walter harms wrote: by not calling getpagesize() twice we can save 2 bytes ! looks like someone merged this. in the future, please use `svn diff` in

sendmail help

2009-02-24 Thread Frank Ianella
i am trying to use the sendmail applet to relay to smtp.gmail.com but cannot figure out the neccessary command syntax. using s_client with base64 encoded user:pass and the correct ca cert i can authenticate fine. i just can seem to do it via sendmail. an strace on './sendmail -S

Re: sendmail help

2009-02-24 Thread Vladimir Dronnikov
Hi, Frank! 2009/2/25 Frank Ianella fjiane...@gmail.com: i am trying to use the sendmail applet to relay to smtp.gmail.com but cannot figure out the neccessary command syntax. You can try working: $ sendmail -H exec openssl s_client -quiet -connect smtp.gmail.com:25 -tls1 -starttls smtp -f