From owner-freebsd-ports@FreeBSD.ORG Thu Jul 17 20:03:55 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 BDCD1CDA; Thu, 17 Jul 2014 20:03:55 +0000 (UTC) Received: from mail-vc0-x233.google.com (mail-vc0-x233.google.com [IPv6:2607:f8b0:400c:c03::233]) (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 034FE2BDA; Thu, 17 Jul 2014 20:03:54 +0000 (UTC) Received: by mail-vc0-f179.google.com with SMTP id hq11so4107277vcb.24 for ; Thu, 17 Jul 2014 13:03:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Xmdkwr7Lu90rheknHJPdP3i3eISUEIGsgqK/jua/Mzc=; b=JY3ewdcv6rwenvBCPT0Hs2NbJd/H2gkzTy+tXHzq75NVbNQPjt2WI5PIkkISwNH8J5 K1azd07qE1XlOzqMFKkyfMRMaD15SnGUOLdg9p9WrnrY5077rCmvZ5bsmQ4ISwbFalxN JzAb/FhzDigDORRsX06P4xDM984xExcl4jknjcRnBoUqRYgA3GVnaVQ0hwB/VO4vwwVL 7OXO8Hi8ZmSKGECFfYFxnDxNBUwuObFFet0s00bvPve2ROpPtkyzjyAhT4PIL3+pWK5w 2YWY3VgBhiARDzjEIA6roZB3tegQSQaGB/goIBLvgRu8HmoNGwGq1rODEdQ3X/64hP4D T0Qw== MIME-Version: 1.0 X-Received: by 10.220.251.80 with SMTP id mr16mr6939694vcb.11.1405627434076; Thu, 17 Jul 2014 13:03:54 -0700 (PDT) Received: by 10.58.113.99 with HTTP; Thu, 17 Jul 2014 13:03:54 -0700 (PDT) In-Reply-To: References: Date: Thu, 17 Jul 2014 15:33:54 -0430 Message-ID: Subject: Re: HOWTO articles for migrating from Linux to FreeBSD, especially for pkg? From: Alberto Mijares To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 Cc: Craig Rodrigues , freebsd-doc@freebsd.org, freebsd-current Current , ports 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: Thu, 17 Jul 2014 20:03:56 -0000 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. Regards, Alberto Mijares