Displaying 1 result from an estimated 1 matches for "2fklibc".
2010 Aug 24
0
[PATCH]: Exiting -1 if dhcp client failed
...xit 0 which isn't that convenient .
I wrote a stupid patch that solve this issue.
Cheers,
Erwan
From: Erwan Velu <erwan.velu at zodiacaerospace.com>
Date: Tue, 24 Aug 2010 10:00:23 +0000 (+0200)
Subject: Exiting -1 if ipconfig timeout
X-Git-Url:
http://gitweb.ife-sit.info/?p=zodiac-pkg%2Fklibc.git;a=commitdiff_plain;h=6c4c52e6f64412fce844d0198643ccecc641f1b5
Exiting -1 if ipconfig timeout
When timeouting while getting up a dhclient answer, let's returning -1
instead of 0
---
diff --git a/usr/kinit/ipconfig/main.c b/usr/kinit/ipconfig/main.c
index f00041b..888fdeb 100644
--- a/usr/...