From owner-p4-projects@FreeBSD.ORG Fri Aug 18 17:28:38 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 76C3F16A4E1; Fri, 18 Aug 2006 17:28:38 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51CEB16A4DF for ; Fri, 18 Aug 2006 17:28:38 +0000 (UTC) (envelope-from bushman@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F60043D78 for ; Fri, 18 Aug 2006 17:28:32 +0000 (GMT) (envelope-from bushman@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7IHSWRt023754 for ; Fri, 18 Aug 2006 17:28:32 GMT (envelope-from bushman@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7IHSVcr023751 for perforce@freebsd.org; Fri, 18 Aug 2006 17:28:31 GMT (envelope-from bushman@freebsd.org) Date: Fri, 18 Aug 2006 17:28:31 GMT Message-Id: <200608181728.k7IHSVcr023751@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bushman@freebsd.org using -f From: Michael Bushkov To: Perforce Change Reviews Cc: Subject: PERFORCE change 104501 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2006 17:28:38 -0000 http://perforce.freebsd.org/chv.cgi?CH=104501 Change 104501 by bushman@bushman_nss_ldap_cached on 2006/08/18 17:28:20 Alphabetical order fixed. Affected files ... .. //depot/projects/soc2006/nss_ldap_cached/src/lib/Makefile#7 edit Differences ... ==== //depot/projects/soc2006/nss_ldap_cached/src/lib/Makefile#7 (text+ko) ==== @@ -28,7 +28,7 @@ # Otherwise, the SUBDIR list should be in alphabetical order. SUBDIR= ${_csu} libbsm libcom_err libcrypt libkvm msun libmd libncurses \ - libnssutil nss_files nss_compat nss_dns nss_icmp ${_nss_nis}\ + libnssutil nss_compat nss_dns nss_files nss_icmp ${_nss_nis}\ libnetgraph libradius librpcsvc libsbuf libtacplus libutil \ ${_libypclnt} libalias libarchive ${_libatm} \ libbegemot ${_libbluetooth} libbsnmp libbz2 libc ${_libc_r} \