From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 19:03:37 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 3CA3A106568C for ; Fri, 29 Aug 2008 19:03:37 +0000 (UTC) (envelope-from z.szalbot@lcwords.com) Received: from relay.lc-words.com (relay.lc-words.com [62.121.130.110]) by mx1.freebsd.org (Postfix) with ESMTP id 62FF78FC20 for ; Fri, 29 Aug 2008 19:03:36 +0000 (UTC) (envelope-from z.szalbot@lcwords.com) Received: from localhost (localhost [127.0.0.1]) by relay.lc-words.com (Postfix) with ESMTP id 4B861B803F for ; Fri, 29 Aug 2008 21:03:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lcwords.com; s=mainlcwords; t=1220036615; bh=lFsyYDVi4Yo/EywIwx/I816iEVbVRStaWZo wwoLudS8=; h=Message-ID:Date:From:MIME-Version:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=T R270hHuSiOnH2kaRfCGKSiT5wCjssxmU4WsNgCZvsoT6rWJQKFP5C1zDANvFqoGTC1T 2bzRSjSRu0g1FuwGwXTJJXIxsUQ6gJlQzTR1heYyQYAQ0If4ivo+kWPf35aKSafaaPb IcAXRz7bgVBhGQ2rp4PUvon/ecC3iGkgoCoU= Received: from relay.lc-words.com ([127.0.0.1]) by localhost (relay.lc-words.com [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 22590-02 for ; Fri, 29 Aug 2008 21:03:35 +0200 (CEST) Received: from [127.0.0.1] (77-254-172-53.adsl.inetia.pl [77.254.172.53]) (Authenticated sender: z.szalbot@lcwords.com) by relay.lc-words.com (Postfix) with ESMTPA id DF25CB8031 for ; Fri, 29 Aug 2008 21:03:34 +0200 (CEST) Message-ID: <48B84804.5080004@lcwords.com> Date: Fri, 29 Aug 2008 21:03:32 +0200 From: Zbigniew Szalbot User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 CC: FBSD Questions References: <48B8448F.8040802@lcwords.com> <18616.18027.904902.92999@jerusalem.litteratus.org> In-Reply-To: <18616.18027.904902.92999@jerusalem.litteratus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 080829-0, 2008-08-29), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: Maia Mailguard Subject: Re: finding which apps use a given port 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, 29 Aug 2008 19:03:37 -0000 Hello, Robert Huff pisze: >> For a long time there has been a problem with posix-something port (as >> reported by portaudit) and I do not see an update to this particular >> port. How would I go about checking which ports/applications use this >> particular posix port? I am tempted to remove it but need to check why >> it is there in first place... > > pkg_info -R > This assumes you have it installed. If not, you can try > grepping the ports tree ... which can get messy if many ports depend > on it. Ah - I should have read pkg_info man. I often use it with -Ix switch but failed to see that it can also check dependencies. Now I know it is required by php5-extensions-1.1. Do you think I should be relatively safe by commenting it out in the extensions file, restarting apache and seeing what is going on? I still do not know which application really needs posix. But many thanks Robert! Zbigniew Szalbot