From owner-svn-src-all@FreeBSD.ORG Fri Dec 11 12:52:50 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43D02106566C; Fri, 11 Dec 2009 12:52:50 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id CCE2D8FC1D; Fri, 11 Dec 2009 12:52:49 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 4CC7741C6BB; Fri, 11 Dec 2009 13:52:48 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id chDQkc0qzgVp; Fri, 11 Dec 2009 13:52:47 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 7857641C6B4; Fri, 11 Dec 2009 13:52:47 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 699304448EC; Fri, 11 Dec 2009 12:52:28 +0000 (UTC) Date: Fri, 11 Dec 2009 12:52:28 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Shteryana Shopova In-Reply-To: <200912110753.nBB7rib9099418@svn.freebsd.org> Message-ID: <20091211124923.H83957@maildrop.int.zabbadoz.net> References: <200912110753.nBB7rib9099418@svn.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r200399 - head/lib/libtacplus X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2009 12:52:50 -0000 On Fri, 11 Dec 2009, Shteryana Shopova wrote: > Author: syrinx > Date: Fri Dec 11 07:53:44 2009 > New Revision: 200399 > URL: http://svn.freebsd.org/changeset/base/200399 > > Log: > Add support for TACACS+ accounting to libtacplus(3). > > Submitted by: Michael Pounov misho@aitbg.com > OKed by: emaste > > Modified: > head/lib/libtacplus/libtacplus.3 > head/lib/libtacplus/taclib.c > head/lib/libtacplus/taclib.h > head/lib/libtacplus/taclib_private.h > > Modified: head/lib/libtacplus/libtacplus.3 > ============================================================================== > --- head/lib/libtacplus/libtacplus.3 Fri Dec 11 04:14:44 2009 (r200398) > +++ head/lib/libtacplus/libtacplus.3 Fri Dec 11 07:53:44 2009 (r200399) Could you update the .Dd as well? /bz -- Bjoern A. Zeeb It will not break if you know what you are doing.