Date: Mon, 23 Jun 2008 12:06:35 +0000 (UTC) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d netoptions Message-ID: <200806231206.m5NC6nkv044015@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2008-06-23 12:06:35 UTC FreeBSD src repository Modified files: etc/rc.d netoptions Log: SVN rev 179951 on 2008-06-23 12:06:35Z by mtm Set the sysctl(8) value in the same shell, not a subshell. This was causing calls to netoptions_init() to not properly set a global variable, which ended up being in the parent shell. Revision Changes Path 1.146 +2 -2 src/etc/rc.d/netoptions
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806231206.m5NC6nkv044015>