Re: [systemd-devel] [PATCH] udev: Allow acpi_index and index to be "0"

2018-10-01 Thread Joe Hershberger
Hi Lennart, On Mon, Oct 1, 2018 at 4:56 AM, Lennart Poettering wrote: > On Fr, 28.09.18 15:46, Joe Hershberger ([email protected]) wrote: > >> 0 can be a valid index returned by the BIOS, so allow that literal while >> still checking for 0 as a failed conversion by strtoul(). Also, unsigned

Re: [systemd-devel] Remove from list

2018-10-01 Thread Mantas Mikulėnas
On Mon, Oct 1, 2018 at 8:54 PM Hersho Barazi wrote: > > Hello, > > I would like to be completely removed from all mailing lists. > Hello, Please use the unsubscribe option in the mailman URL in each message's footer. systemd-devel mailing list > [email protected] > https://li

[systemd-devel] Remove from list

2018-10-01 Thread Hersho Barazi
Hello, I would like to be completely removed from all mailing lists. Thank you, Hersh Barazi Chief Operations Officer Vehicle Coverage Department, LLC. p: (888) 408-7719 Ext.700 m: (909) 680-0374 a: 910 W 17th Street Suite E Santa Ana, CA 92706 e: her...@myvehiclecov

Re: [systemd-devel] Default on failure dependencies

2018-10-01 Thread Baudouin Feildel
15 septembre 2018 22:32 "Baudouin Feildel" a écrit: > Hello there, > > Few weeks ago I opened the following issue in systemd repository: > https://github.com/systemd/systemd/issues/9373. Seeing no traction from > existing systemd developer, I decided to give it a try and started > working on th

Re: [systemd-devel] [PATCH] udev: Allow acpi_index and index to be "0"

2018-10-01 Thread Lennart Poettering
On Fr, 28.09.18 15:46, Joe Hershberger ([email protected]) wrote: > 0 can be a valid index returned by the BIOS, so allow that literal while > still checking for 0 as a failed conversion by strtoul(). Also, unsigned > long cannot be negative, so don't misleadingly check for less than 0. > >