From owner-freebsd-questions@FreeBSD.ORG Tue Apr 11 20:35:40 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 67ED616A401 for ; Tue, 11 Apr 2006 20:35:40 +0000 (UTC) (envelope-from user@dhp.com) Received: from shell.dhp.com (shell.dhp.com [199.245.105.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CADA243D4C for ; Tue, 11 Apr 2006 20:35:39 +0000 (GMT) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id 6BEAC3132A; Tue, 11 Apr 2006 16:35:38 -0400 (EDT) Date: Tue, 11 Apr 2006 16:35:38 -0400 (EDT) From: Ensel Sharon To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: restarting sendmail after patching - help needed. 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: Tue, 11 Apr 2006 20:35:40 -0000 Hello, I am patching for the recent sendmail advisory: ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-06:13.sendmail.asc I have followed the patching instructions: b) Execute the following commands as root: # cd /usr/src # patch < /path/to/patch # cd /usr/src/lib/libsm # make obj && make depend && make # cd /usr/src/lib/libsmutil # make obj && make depend && make # cd /usr/src/usr.sbin/sendmail # make obj && make depend && make && make install and now all I need to do is restart sendmail so that the new binaries are loaded and running. I _think_ the correct method is: cd /etc/mail make restart but is that ^^^ sufficient ? Or is there something more to do to make sure I have no remnants of the old one running ? Thanks.