From owner-cvs-all@FreeBSD.ORG Wed Jan 3 17:51:55 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 F32C016A50B; Wed, 3 Jan 2007 17:51:54 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E4A5B13C45D; Wed, 3 Jan 2007 17:51:54 +0000 (UTC) (envelope-from bsam@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 l03Hpsoq032304; Wed, 3 Jan 2007 17:51:54 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l03HpsPC032303; Wed, 3 Jan 2007 17:51:54 GMT (envelope-from bsam) Message-Id: <200701031751.l03HpsPC032303@repoman.freebsd.org> From: Boris Samorodov Date: Wed, 3 Jan 2007 17:51:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/ldapscripts Makefile distinfo pkg-plist 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: Wed, 03 Jan 2007 17:51:55 -0000 bsam 2007-01-03 17:51:54 UTC FreeBSD ports repository Modified files: net/ldapscripts Makefile distinfo pkg-plist Log: Update ldapscripts to v1.5. CHANGELOG : 2007/01/03 : ldapscripts 1.5 - Fixed typos (thanks to Mikael Lammentausta) - Small fixes to the install script - ldapadduser : use $_UID instead of $_USER while chown'ing homedir (thanks to Mikael Lammentausta) - ldapadduser : new option to ask for the gecos (thanks to Mikael Lammentausta) - ldapadduser : new option to copy skeleton files to home directories (thanks to Mikael Lammentausta) - ldapadduser : now skip user's home dir creation if it already exists - ldapadduser/ldapaddmachine : modified account description attributes : set to 'User account' or 'Machine account' - ldapadduser/ldapaddgroup/ldapaddmachine : use $_USER and $_GROUP instead of $1 when possible - New _ldappasswd script to modify a user's password (suggested by Mikael Lammentausta) PR: 107476 Submitted by: Ganael LAPLANCHE (maintainer) Revision Changes Path 1.4 +20 -14 ports/net/ldapscripts/Makefile 1.3 +3 -3 ports/net/ldapscripts/distinfo 1.4 +1 -0 ports/net/ldapscripts/pkg-plist