From owner-freebsd-questions@freebsd.org Thu May 5 09:56:26 2016 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 BD888B2EE03 for ; Thu, 5 May 2016 09:56:26 +0000 (UTC) (envelope-from elimek2@gmail.com) Received: from mail-oi0-x22c.google.com (mail-oi0-x22c.google.com [IPv6:2607:f8b0:4003:c06::22c]) (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 86ADC1147 for ; Thu, 5 May 2016 09:56:26 +0000 (UTC) (envelope-from elimek2@gmail.com) Received: by mail-oi0-x22c.google.com with SMTP id v145so96415710oie.0 for ; Thu, 05 May 2016 02:56:26 -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; bh=5UJYW+yox1vT+aA8iCWNSeqGP0oZsDsUZZ2opnJSDOo=; b=ORLv8GBCtCwhTXayho/WmuPl4qzhr/Xr4GHOg2pVCTsqkUhZGcGZ6/QfOZhlwoItuz GVOnxaVJ8MUio7IorCbHeOJMAfYsOonDIkHZDJTpVhaKzTQ7CUAkNuhnJQJhWdPw/w2j WXqdA7N0D4oG3Nom78LUd1QhlIEcQNvraPWmXxST0mUXufPsrSdv8Z+doVwtHOC1mkJS 0p1XIm2nKjwZNqILIgScWOSJOfubxth/MuYnbGx4HGTN303BdaYS4njEq87LJbr4uhGU oV2ECkX/vIFTphmyS9LEsfAp4KZwCLLF+gg5T0g7HYWFxrJnOq6Mr7MVTHKZsgHF3sxN kvKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=5UJYW+yox1vT+aA8iCWNSeqGP0oZsDsUZZ2opnJSDOo=; b=gg55E/2G1ZInU9Kv4Ba5bILhAqoC3uegGihCxkF52YJoz1mME2eDKMrL3kzdsi9PP2 QRdGM61tVkjJ2adofQ7RV58pncX7C9/mP598sZ0u471WRxeMAXbT624ikHAJX6Lo3pUO BrqicAgnCwrA5SoeSyikwe8RMSEfj8kJ011N2ECm69sAmpspvpwwMHLhg78sNeWIYOg9 0vvZp+Fbt3O/mcqCil7LOO8KVqBkbyQcw8/qZ0l1B8lpofce3K2WwLjGuKQg24LYelf5 i1i0mUYzHCRiLlhlqyk0/H6QptTc9jpHueawW4wOJOaPrdqKGt29zz0UPIEF2o9nB9Sv IJMQ== X-Gm-Message-State: AOPr4FVVDxqnq8JWfAZm8qfIV2Zb8bqPBagGKg/VqJlCkTlCnA4S6cvv7VReD2RRE0nig16uJWusNoWP+F987g== MIME-Version: 1.0 X-Received: by 10.157.45.136 with SMTP id g8mr6675571otb.133.1462442185889; Thu, 05 May 2016 02:56:25 -0700 (PDT) Received: by 10.157.1.78 with HTTP; Thu, 5 May 2016 02:56:25 -0700 (PDT) Date: Thu, 5 May 2016 11:56:25 +0200 Message-ID: Subject: How can I release freebsd with apache php application files? From: Mathe Eliel To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 09:56:26 -0000 am happy to come to this great community of developers. I have a concern on releasing freebsd. I am making an application in php and html that interfaces some other applications on freebsd. Now I made a release by some commands provided by FreeBSD like make buildworld, make release, ... then I got the files: .iso and .img . Now, when I installed them, the php files that were written in the first system were not found and the /usr/local directory was empty. How can I release FreeBSD thus I may find all the files I added and all the ports or packages I downloaded? I was inspired by pfsense which is a fork of FreeBSD. Thank you very much.