From owner-freebsd-questions@FreeBSD.ORG Mon Aug 4 05:43:53 2003 Return-Path: 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 04E3F37B401 for ; Mon, 4 Aug 2003 05:43:53 -0700 (PDT) Received: from adicia.telenet-ops.be (adicia.telenet-ops.be [195.130.132.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1B8543F85 for ; Mon, 4 Aug 2003 05:43:51 -0700 (PDT) (envelope-from johan.demessemaeker@advalvas.be) Received: from localhost (localhost.localdomain [127.0.0.1]) by adicia.telenet-ops.be (Postfix) with SMTP id 53BEE37E6A for ; Mon, 4 Aug 2003 14:43:50 +0200 (MEST) Received: from D5762793.kabel.telenet.be (D5762793.kabel.telenet.be [213.118.39.147]) by adicia.telenet-ops.be (Postfix) with ESMTP id 04B6C37E7C for ; Mon, 4 Aug 2003 14:43:50 +0200 (MEST) From: Johan De Messemaeker To: freebsd-questions@freebsd.org Date: Mon, 4 Aug 2003 14:44:40 +0200 User-Agent: KMail/1.5.3 References: <200308041149.h74Bn5c01184@lv.raad.tartu.ee> In-Reply-To: <200308041149.h74Bn5c01184@lv.raad.tartu.ee> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308041444.40715.johan.demessemaeker@advalvas.be> Subject: Re: getting rid of openssl port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: johan.demessemaeker@advalvas.be List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2003 12:43:53 -0000 On Monday 04 August 2003 13:48, Toomas Aas wrote: > Hello! > > What is the easiest way to get rid of OpenSSL port? Do I need to remove > everything that depends on openssl port, remove the port and then reinstall > everything? Or is there a less painful way? Actually "everything" is not > that much in my case, it really is just apache13-modssl port on one machine > and cyrus-imapd port on the other machine, but it still implies *some* > downtime of HTTPD and IMAP server. -- Use portupgrade (/usr/ports/sysutils/portupgrade). Nice and easy. Regards, Johan