From owner-svn-src-all@FreeBSD.ORG Wed Nov 5 15:03:59 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7505BC82; Wed, 5 Nov 2014 15:03:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 612DF8A5; Wed, 5 Nov 2014 15:03:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA5F3xUe021604; Wed, 5 Nov 2014 15:03:59 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA5F3xB0021603; Wed, 5 Nov 2014 15:03:59 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201411051503.sA5F3xB0021603@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 5 Nov 2014 15:03:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r274136 - head/usr.bin/id X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 05 Nov 2014 15:03:59 -0000 Author: bapt Date: Wed Nov 5 15:03:58 2014 New Revision: 274136 URL: https://svnweb.freebsd.org/changeset/base/274136 Log: id(1) only uses getaudit(2) from the BSM which is part of the libc Modified: head/usr.bin/id/Makefile Modified: head/usr.bin/id/Makefile ============================================================================== --- head/usr.bin/id/Makefile Wed Nov 5 14:55:01 2014 (r274135) +++ head/usr.bin/id/Makefile Wed Nov 5 15:03:58 2014 (r274136) @@ -10,8 +10,6 @@ MAN= id.1 groups.1 whoami.1 .if ${MK_AUDIT} != "no" CFLAGS+= -DUSE_BSM_AUDIT -DPADD+= ${LIBBSM} -LDADD+= -lbsm .endif .include