DragonFly commits List (threaded) for 2006-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/etc/rc.d dhclient
y0netan1 2006/06/03 03:41:26 PDT
DragonFly src repository
Modified files:
etc/rc.d dhclient
Log:
Fix `/etc/rc.d/dhclient stop' by explicitly returning 0, otherwise
the exit code from dhclient_prestop() will inherit the one from
ifalias_down(). Shell functions ipx_down() and ifalias_down()
return false(non-zero) when no IPX addresses or IP aliases are found,
but it shouldn't prevent dhclient from releasing the lease.
Revision Changes Path
1.8 +1 -0 src/etc/rc.d/dhclient
http://www.dragonflybsd.org/cvsweb/src/etc/rc.d/dhclient.diff?r1=1.7&r2=1.8&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]