From owner-freebsd-ports@FreeBSD.ORG Sun Feb 14 09:39:20 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62AE2106566B for ; Sun, 14 Feb 2010 09:39:20 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from cp-out2.libero.it (cp-out2.libero.it [212.52.84.102]) by mx1.freebsd.org (Postfix) with ESMTP id F0A1B8FC12 for ; Sun, 14 Feb 2010 09:39:19 +0000 (UTC) Received: from libero.it (192.168.33.223) by cp-out2.libero.it (8.5.107) id 4B7151C500480FDF for freebsd-ports@freebsd.org; Sun, 14 Feb 2010 10:27:40 +0100 Date: Sun, 14 Feb 2010 10:27:40 +0100 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "barbara" To: "freebsd-ports" X-XaM3-API-Version: 4.3 (R1) (B3pl25) X-SenderIP: 87.17.213.187 Subject: smbclient from net/smbclient generates smbclient.gmon files X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2010 09:39:20 -0000 During the recent massive port upgrades, I decided to uninstall net/samba= 3 and install net/smb-smbclient as I need just the client component. Now I've noticed that, every times I start smbclient, a file named "smbcl= ient.gmon" (about 2 mb), reported as "data" by file(1), is generated in t= he CWD. I've no idea about what is that file and a search on google reported 0 re= sults. This is pretty annoying because I'll get a copy of this file in every dir= ectory where I start smbclient. This wasn't happening with smbclient built from net/samba3 and just befor= e the upgrade smb-smbclient has been updated from 3.0 to 3.4, so I'm wond= ering if this behavior depends on the version or on the port (samba3* vs = samba-smbclient). But what really matters is how can it stop it creating this file?