cvs commit: src/etc/rc.d dhclient
YONETANI Tomokazu
y0netan1 at crater.dragonflybsd.org
Sat Jun 3 03:43:15 PDT 2006
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
More information about the Commits
mailing list