From owner-freebsd-ports@FreeBSD.ORG Sun Nov 10 11:28:54 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 13B17B8D for ; Sun, 10 Nov 2013 11:28:54 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pb0-x230.google.com (mail-pb0-x230.google.com [IPv6:2607:f8b0:400e:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E565F24BB for ; Sun, 10 Nov 2013 11:28:53 +0000 (UTC) Received: by mail-pb0-f48.google.com with SMTP id mc17so1703801pbc.35 for ; Sun, 10 Nov 2013 03:28:53 -0800 (PST) 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=PJwdAsEJGU/7kHgWREg2rAEpHshbXxmB//m6ndXRNqo=; b=uXQGO7p0rhVKkNrW74xTNShwFIVSlTO/OazL2m3qIZPxOyZ89QzVBL3w46SmulYRQ8 x5SfrI5YYZoDmuguKi3Ob5nH026CDie4cGZzu/MoHJPqluniiUEiMy9C4GWi6qwZAKx1 BLkSubbCJjWO73F/RVcQw4uJLTkLskHvr666YVTE3JbZBSxd5FYQxPbnJ00w/C+4MLQn hrxYAikF/KmLPXz3Atkv+nOuxoOKRmRVZaXK0LFLgAthx5WuB2fEAv+rBCOur5/TNd2o 6cfPndzyyTsKSinGLvSgxE1cakaJlkPejK/sdwe9pv7JXheSOwwrKaaDRkWVaaDyRHMZ sr+g== MIME-Version: 1.0 X-Received: by 10.66.164.136 with SMTP id yq8mr25303207pab.67.1384082933595; Sun, 10 Nov 2013 03:28:53 -0800 (PST) Received: by 10.68.185.130 with HTTP; Sun, 10 Nov 2013 03:28:53 -0800 (PST) Date: Sun, 10 Nov 2013 06:28:53 -0500 Message-ID: Subject: proper place to lock user account in port 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: Sun, 10 Nov 2013 11:28:54 -0000 right now I have: post-install: pw lock user under staging this is now called before the user is made what target should I move this to?