From owner-freebsd-questions@freebsd.org Wed Jan 25 17:40:55 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA601CC1F3F for ; Wed, 25 Jan 2017 17:40:55 +0000 (UTC) (envelope-from atmeney@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6DDEEF66 for ; Wed, 25 Jan 2017 17:40:55 +0000 (UTC) (envelope-from atmeney@gmail.com) Received: by mail-wm0-x236.google.com with SMTP id r144so43376479wme.1 for ; Wed, 25 Jan 2017 09:40:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=2OQQUPrUDTzThXTyJ5YHveV+knNbbaURA0oKMwH/X7M=; b=IeYQLIde7cGApKKTjw1UJJQCejuQcCbEcFJGX5Q8N5NdPF7kaOSF7se9sNEeJSvlfi rvJt19azLX88KZ4lRRKeFlkYLGPqvZyK7f2y79RUiHdGYGpV4jQGgPCxFzjGCpM1dVgx IlgBuD+8wrgjXtGsJukMx57SaV+9vguIP9VNuyVLzl5iNRxhPXsiIrDe9ToG0yZYDy9S jcYj1JoqeyivIbZVdI7G+vHYVmYlQ8+0yv+qt5wcuG5BVC7ablj6kbPSCxRI6cNyXokM abf/zo9G1X50veUU86zGJBsweQH1vANoWnDjbhdO7XTboaNMMYuA2sAn+0bRftNGp/ru Ee/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=2OQQUPrUDTzThXTyJ5YHveV+knNbbaURA0oKMwH/X7M=; b=mqe0PxrFrcI6E+Xt6nFToaFps6CIjtcJOOiPVRb3y9r9XMCOidpig2hyASWQwIJAW2 4vmXvNHqFHmz3eTFAfO6Qu2f5xqGl4TA1PoGjfSAsVLEkg49Ebd7/Atl+Nyz9AmZxjM1 +mqNvc1gUWD5ZYzoanPabVRU1uWTuA+7/C0MrmbvCN/8+OAqWzzaZjtjsAjUNf7tUOsL 6Hs/piZ6EnV68h65T610u42C3siOvmrUOs9QMEdq23eM6G8lu25IljkV2sAyfcae1z8M Hig58BaU1VdyWoyQT0NRLXR1icnJlRXgtYEFE5SnWPxGbOi6cGRRyfnIWJ+PxAOORMZ0 yzPA== X-Gm-Message-State: AIkVDXLOVI+mc2GUr6949VAFhaEWfwwiYJw70pAckS8W70JGnK6RvKrR2UMr+NSLoEzjRqL5NuC3XDTgARxRrQ== X-Received: by 10.223.166.80 with SMTP id k74mr34022196wrc.171.1485366052637; Wed, 25 Jan 2017 09:40:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.127.20 with HTTP; Wed, 25 Jan 2017 09:40:52 -0800 (PST) From: Alistair Meney Date: Wed, 25 Jan 2017 17:40:52 +0000 Message-ID: Subject: Get user input when installing port To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2017 17:40:55 -0000 I'm building a database port and need user input to set a password when installing - is there an accepted or standard way in ports to do this, or I just hack my own thing? -- Alistair Meney