From owner-freebsd-questions@FreeBSD.ORG Fri Mar 31 20:09:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1C9F16A422 for ; Fri, 31 Mar 2006 20:09:21 +0000 (UTC) (envelope-from smurphy@calarts.edu) Received: from muse2.calarts.edu (muse2.calarts.edu [198.182.157.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5769543D53 for ; Fri, 31 Mar 2006 20:09:21 +0000 (GMT) (envelope-from smurphy@calarts.edu) Received: from [198.182.157.9] (smurphy.calarts.edu [198.182.157.9]) (authenticated bits=0) by muse2.calarts.edu (8.13.3/8.13.3) with ESMTP id k2VK9Fmt048938 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 31 Mar 2006 12:09:15 -0800 (PST) (envelope-from smurphy@calarts.edu) Message-ID: <442D8C70.7050803@calarts.edu> Date: Fri, 31 Mar 2006 12:09:20 -0800 From: Sean Murphy User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: Giorgos Keramidas References: <442D6E2F.9070300@calarts.edu> <20060331181343.GA80985@gothmog.pc> <442D73AF.5090208@calarts.edu> <20060331193409.GA81582@gothmog.pc> In-Reply-To: <20060331193409.GA81582@gothmog.pc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.52 on 198.182.157.28 Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Sendmail Patch Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 20:09:21 -0000 Giorgos Keramidas wrote: > On 2006-03-31 10:23, Sean Murphy wrote: >> Giorgos Keramidas wrote: >>> On 2006-03-31 10:00, Sean Murphy wrote: >>>> do I download it ASCII or Binary? >>> Patches are, in general, text-only files. >> Ok I installed the patch and did the make and install according to the >> instructions. How do I check to see if the patch is applied? does the >> make install restart the sendmail daemon automatically? > > Nope. You can do that manually though: > > # cd /etc/mail > # make restart > > This should take care of it. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Ok I just did the make restart. Everything is good but the version number did not change. How do I know the patch was applied? Is there some command I can use to check?