From owner-freebsd-questions@FreeBSD.ORG Mon Jul 14 15:49:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A0B51065674 for ; Mon, 14 Jul 2008 15:49:28 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id A55FA8FC14 for ; Mon, 14 Jul 2008 15:49:27 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so3413576fgb.35 for ; Mon, 14 Jul 2008 08:49:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=WETD9H4uvgxHVzXVBdg0wF96lWVg65MuFf1NtDBAZxk=; b=isbp4wY/0QJuCseSbr0VMWpa5IyWQerpNMelKmni4NQAZ5FcydULstixs3u3nVcqem S52ADbmIvt2JXrCGf4ct1uIvLaHnIQ2LNi+qIMPMRpcXXBj2aq/jolx+MljqVbIrEQq0 BYRw/gHSIJfqxYKpBAC5gHyO6ACgmdjOiXzBE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=li1buG61XnGMA5PuUqlHL28c0KU/3AKVCxxaZTEM1SS51JOBaaSSkvPQue19Hfe9Z+ IkqPyjBO4Gc6kP9Qp8VkEImca4vmBbOFGHlHC1G9cXQ/HkHvoaSWg2FxlkpmbvBQKgEw FSW2LNDyZoI5szZuCCUgTynaNNnl7lbfrQzyI= Received: by 10.86.31.18 with SMTP id e18mr14533158fge.34.1216050566240; Mon, 14 Jul 2008 08:49:26 -0700 (PDT) Received: from atlantis.dyndns.org ( [79.130.57.134]) by mx.google.com with ESMTPS id l12sm7468808fgb.6.2008.07.14.08.49.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 14 Jul 2008 08:49:25 -0700 (PDT) Message-ID: <487B7583.70207@gmail.com> Date: Mon, 14 Jul 2008 18:49:23 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.14 (X11/20080703) MIME-Version: 1.0 To: Schiz0 References: <8d23ec860807140842x44907d94maf86928f7ca6a322@mail.gmail.com> In-Reply-To: <8d23ec860807140842x44907d94maf86928f7ca6a322@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Upgrading from p2 to p3 on 7.0 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: Mon, 14 Jul 2008 15:49:28 -0000 Schiz0 wrote: > Hey, > > I'm running 7.0-RELEASE-p2 on a production box. I'm aware that -p3 was > released, which is a security patch for BIND. Is there any way to > compile and install the changed files without restarting the system? I > do run BIND as a caching daemon, so I would like to keep it up to > date. > > Thanks. > _______________________________________________ > 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" > > You do not have to restart the system, this is not a kernel update (and FreeBSD is not windows ;) ). It is sufficient to restart bind (if you are actually using it): /etc/rc.d/named restart will do it. As for getting the update, just do: freebsd-update fetch install