From owner-freebsd-doc@FreeBSD.ORG Thu Jul 17 20:12:27 2014 Return-Path: Delivered-To: freebsd-doc@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 ESMTPS id 2121F177; Thu, 17 Jul 2014 20:12:27 +0000 (UTC) Received: from mail-qc0-x22a.google.com (mail-qc0-x22a.google.com [IPv6:2607:f8b0:400d:c01::22a]) (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 A11462CE7; Thu, 17 Jul 2014 20:12:26 +0000 (UTC) Received: by mail-qc0-f170.google.com with SMTP id c9so2586982qcz.15 for ; Thu, 17 Jul 2014 13:12:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=4YW5UwcGE+4gpAfeudZeUFCaoGRIhKEJG4mAm7OoZN8=; b=aNB0ot+66X1s1kixIY0G02Ud8Newtad9oQEprfuKA6MtIaYBso/Z7Lo+O7bkHlfITH d8dGiJJhd9zIPOZGXa7TFqDuuhusBq9XIUauvLIxLEAsAvSEcmpOZPtkhIeQQ/34ufxp YnKc2u+27ikAZA0e5/ZcRRDy+g6SW/8epSaapVMVizzFjjaqS2yo3o1b5VIlYqDcpi36 aEcenxP7OU1D1u3PPfajhfz9Oh6U2WTsyKjS7JTH+11qnrh09lqwuChQJ1VcclNTzYqR Q2NfkFGb2I0TG9aslSzInNwSpQSSxEnZaMfpfVfb6zDU/t65Yu96YjxVE9Gt2IFw/vW9 Awyg== MIME-Version: 1.0 X-Received: by 10.140.38.169 with SMTP id t38mr21789200qgt.3.1405627945854; Thu, 17 Jul 2014 13:12:25 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.202.193 with HTTP; Thu, 17 Jul 2014 13:12:25 -0700 (PDT) In-Reply-To: References: Date: Thu, 17 Jul 2014 13:12:25 -0700 X-Google-Sender-Auth: vEApQ5mI5iTp16NlZVYWuH4c8nk Message-ID: Subject: Re: HOWTO articles for migrating from Linux to FreeBSD, especially for pkg? From: Adrian Chadd To: Alberto Mijares Content-Type: text/plain; charset=UTF-8 Cc: Craig Rodrigues , freebsd-doc@freebsd.org, freebsd-current Current , ports X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2014 20:12:27 -0000 On 17 July 2014 13:03, Alberto Mijares wrote: > On Thu, Jul 17, 2014 at 2:58 PM, Adrian Chadd wrote: >> Hi! >> >> 3) The binary packages need to work out of the box >> 4) .. which means, when you do things like pkg install apache, it >> can't just be installed and not be enabled, because that's a bit of a >> problem; > > > No. Please NEVER do that! The user must be able to edit the files and > start the service by himself. Cool, so what's the single line command needed to type in to start a given package service? -a