Date: Thu, 24 Nov 2005 20:19:45 +0530 From: Joseph Koshy <joseph.koshy@gmail.com> To: "Wojciech A. Koszek" <dunstan@freebsd.czest.pl> Cc: freebsd-current@freebsd.org Subject: Re: [PATCH] Specifying alternative file for devd(8) Message-ID: <84dead720511240649n3d3fc9c6y9010e69e937e1dfe@mail.gmail.com> In-Reply-To: <20051121135401.GA94609@freebsd.czest.pl> References: <20051120172755.GA85641@freebsd.czest.pl> <84dead720511200943ua2cf8b8y49bff0dcf3e2fa63@mail.gmail.com> <20051120183037.GA85917@freebsd.czest.pl> <200511211011.29745.doconnor@gsoft.com.au> <20051121135401.GA94609@freebsd.czest.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
wk> Sorry and thanks for the explanation. Updated patch: wk> http://freebsd.czest.pl/dunstan/FreeBSD/diff.2.devd I've committed this patch with a few changes: - getopt's args and the cases in the switch statement were ordered alphabetically. - the manual page was tweaked (since I was there) - the following change is unnecessary. "${name}_flags" is automatically used by rcNG. --- /usr/src/etc/rc.d/devd=09Fri Oct 28 18:55:38 2005 +++ src/etc/rc.d/devd=09Sun Nov 20 18:15:07 2005 @@ -13,6 +13,7 @@ name=3D"devd" rcvar=3D`set_rcvar` command=3D"/sbin/${name}" +command_args=3D"${devd_flags}" Also, 'devd_flags' is set by the invocation of load_rc_config further down, so this change is actually a no-op. Thank you for sending in the patch. -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?84dead720511240649n3d3fc9c6y9010e69e937e1dfe>