From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qzqpf-0006jO-Pn for qemu-devel@nongnu.org; Sat, 03 Sep 2011 10:04:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qzqpe-0007hB-AH for qemu-devel@nongnu.org; Sat, 03 Sep 2011 10:04:27 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:55364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qzqpe-0007h7-7n for qemu-devel@nongnu.org; Sat, 03 Sep 2011 10:04:26 -0400 Received: by gyd12 with SMTP id 12so2834506gyd.4 for ; Sat, 03 Sep 2011 07:04:25 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20110902205328.GA1142@rox.home.comstyle.com> References: <20110902205328.GA1142@rox.home.comstyle.com> Date: Sat, 3 Sep 2011 15:04:25 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] Allow overriding the location of Samba's smbd. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Brad Cc: qemu-devel@nongnu.org On Fri, Sep 2, 2011 at 9:53 PM, Brad wrote: > Allow overriding the location of Samba's smbd. > > Pretty much every OS I look at has some means of > changing this path (patching) so lets just make > it easier for OS developers creating packages > and/or end users to override the location. > > Signed-off-by: Brad Smith > > --- > =A0configure =A0 =A0 =A0 | =A0 =A09 +++++++++ > =A0net.h =A0 =A0 =A0 =A0 =A0 | =A0 =A05 ----- > =A0net/slirp.c =A0 =A0 | =A0 =A02 +- > =A0qemu-options.hx | =A0 =A06 +++--- > =A04 files changed, 13 insertions(+), 9 deletions(-) Reviewed-by: Stefan Hajnoczi