From owner-cvs-all@FreeBSD.ORG Fri May 4 17:22:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA9E716A402; Fri, 4 May 2007 17:22:26 +0000 (UTC) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C4CB513C447; Fri, 4 May 2007 17:22:26 +0000 (UTC) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l44HMQbp045981; Fri, 4 May 2007 17:22:26 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l44HMQEn045980; Fri, 4 May 2007 17:22:26 GMT (envelope-from le) Message-Id: <200705041722.l44HMQEn045980@repoman.freebsd.org> From: Lukas Ertl Date: Fri, 4 May 2007 17:22:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pw cpdir.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2007 17:22:27 -0000 le 2007-05-04 17:22:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pw cpdir.c Log: MFC 1.8: Do the right thing with symlinks in the skeleton directory. PR: bin/63659 Revision Changes Path 1.7.2.1 +7 -1 src/usr.sbin/pw/cpdir.c