From owner-freebsd-questions@FreeBSD.ORG Sun Mar 6 15:05:55 2011 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 952941065686 for ; Sun, 6 Mar 2011 15:05:55 +0000 (UTC) (envelope-from mlmichael70@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 24BDC8FC13 for ; Sun, 6 Mar 2011 15:05:54 +0000 (UTC) Received: by wwe15 with SMTP id 15so1760914wwe.1 for ; Sun, 06 Mar 2011 07:05:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=OGcWGM07grlaB/U1PnCiNbsBMOmFXVQeia53+LR/Jnc=; b=gJJE9zDV8W39hMtJ8ZywggU+G5M+bgFt1rZjNmJ0iG3wN3JK8f7y6npJFKCqc/DjmG RxyW3OeCTgvnvPIoX7tRpdTdJNGBoi3vSWlbSr9I+XtRamrB8hxSO/nOhC6plFMbul4X LYRa1uEFCG0eRGCojGkzk3PYCz3Xsyt7bRGLE= 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=oiMy2XZ5I59mN49YCjoN04Kvz/HNNlVnk8P+lzqcQob/BtcqM+BflEvepgR/R62L6s oxD60mXbI4ww+TyorReYZqSy3yNXgkwZxkLHxCawiSaClnOJ0kzYBFhNfFgpjLMQCL1D cqlhyFuyc16kxvfYoBYYkF3mNhEOIKQlpUv9Y= Received: by 10.227.160.69 with SMTP id m5mr2495090wbx.97.1299423954083; Sun, 06 Mar 2011 07:05:54 -0800 (PST) Received: from prime.nonspace ([82.132.211.81]) by mx.google.com with ESMTPS id bd8sm1318401wbb.19.2011.03.06.07.05.52 (version=SSLv3 cipher=OTHER); Sun, 06 Mar 2011 07:05:53 -0800 (PST) Message-ID: <4D73A2D7.8080005@gmail.com> Date: Sun, 06 Mar 2011 15:05:59 +0000 From: Michael User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20101215 Thunderbird/3.1.7 MIME-Version: 1.0 To: Eitan Adler References: <4D727076.1070908@gmail.com> <4D735C11.1010804@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: how to keep track of data usage (mobile broadband) 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: Sun, 06 Mar 2011 15:05:55 -0000 On 06/03/2011 14:32, Eitan Adler wrote: >> Looks like it's exactly what I was looking for, thanks! >> Do you have the rc.d script maybe? > > It should be part of the port. I don't have it on this computer. > I'm afraid it's not. My ports tree is updated and a standard ports installation of net/vnstat doesn't supply rc.d script. At least I can't find it under any of them: /usr/local/etc/rc.d /usr/local/share/doc/vnstat /usr/local/share/examples/vnstat Michael