From owner-freebsd-ports@FreeBSD.ORG Sun May 11 20:56:51 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB002471 for ; Sun, 11 May 2014 20:56:51 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68A7B258A for ; Sun, 11 May 2014 20:56:51 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id n15so3537277wiw.15 for ; Sun, 11 May 2014 13:56:49 -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=SWMoUNFUEW4Tm8xklKyMA9aQoTNCRoZ1sBMEUgSnHCw=; b=QBYAr59JBpkhKsCYPB4ANEJ/UhO5BkWhlUWUOlFHiZZ52piRth663f1Qo9IKmfghYc MMNej7e50B61Fe9xkGIpFaLaYbLyE7/hpRzdPuHlnGblz/9+HhCRrypiQVax3opdwpcB DN8Z20UxCFveztEgVBOOe1HRMcJXcUETktWddVBe9IDR0dxEMaLrVjlG62geym/2UFa7 FCDuORLom1Y55QPkchtV9jRh7zy0ub794LuU+LaIyuHnV89pX9elLcY/WyoafKpU6gtj fI+shc403MnxsuG1B/VuttRDmpkI7VXNr15AH2lXsfS9dOTNPGrh6dVSGTxrPE+05l/x n2Lg== MIME-Version: 1.0 X-Received: by 10.180.14.199 with SMTP id r7mr12839564wic.0.1399841809617; Sun, 11 May 2014 13:56:49 -0700 (PDT) Received: by 10.194.48.81 with HTTP; Sun, 11 May 2014 13:56:49 -0700 (PDT) Date: Mon, 12 May 2014 02:56:49 +0600 Message-ID: Subject: Standard procedures for var directory From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD Ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 20:56:51 -0000 Hi, What's the standard procedure for creating files or folders after installation? pkg-install/pkg-deinstall or @exec/@unexec? Thanks in advance. BR, Muhammad