From owner-freebsd-ports@FreeBSD.ORG Fri Sep 6 01:52:32 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A2B51CAD for ; Fri, 6 Sep 2013 01:52:32 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pb0-x232.google.com (mail-pb0-x232.google.com [IPv6:2607:f8b0:400e:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E9FA2D35 for ; Fri, 6 Sep 2013 01:52:32 +0000 (UTC) Received: by mail-pb0-f50.google.com with SMTP id uo5so2545030pbc.23 for ; Thu, 05 Sep 2013 18:52:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=kwPqyenOf1mqWxNjSSDelO5xIekZNT/TNYSVU2nwN70=; b=GBYvITZOhgrVDhI4KXtsVG7shpRnlJJAOmlrUn8+2F/RhZuxcQ/j/Rb+u/bReQpLl4 GNFmBxSJqRxkmZfMEwatjC/E6HxXHLU4Kiuxmf+mThCPBRnPe02vNeyYs8S5B76RNwfx 8aR19MR7MGSOLUO/p58NPemYvHTGWDeDuECrm29ugbVqlzfxzEqtXtR/yPrV2lulx1sa /kK0Tmu9OjfZw1Wx70hUuaga9md4Hksk5FAH5x3+dLV0QkUnQOIPgK5N0B30/HW8HvBD K7KrM3d4V3j/i57UYKRkWpH2jd3E09m+HR2H8VM3QLFbMa2JTOPutmJdGHlEuEQ+kPWY UYNg== MIME-Version: 1.0 X-Received: by 10.66.120.145 with SMTP id lc17mr371419pab.182.1378432352216; Thu, 05 Sep 2013 18:52:32 -0700 (PDT) Received: by 10.68.212.138 with HTTP; Thu, 5 Sep 2013 18:52:32 -0700 (PDT) Date: Thu, 5 Sep 2013 21:52:32 -0400 Message-ID: Subject: setting the password of a automatically created account From: Aryeh Friedman To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 01:52:32 -0000 I have a port that needs to create a a user of a given name and a given default password... I found in the porters guide how to make the account but not set the password