From owner-freebsd-ports@FreeBSD.ORG Thu Jul 17 20:14:55 2014 Return-Path: Delivered-To: freebsd-ports@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 82001465; Thu, 17 Jul 2014 20:14:55 +0000 (UTC) Received: from mail-vc0-x236.google.com (mail-vc0-x236.google.com [IPv6:2607:f8b0:400c:c03::236]) (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 EC6982D10; Thu, 17 Jul 2014 20:14:54 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id hy4so5762863vcb.13 for ; Thu, 17 Jul 2014 13:14: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=jjseox9Zo55oCPGhd93/xRcuin7F54Gz8ThlowCpbzk=; b=ikE6hgLN3rZzviUSSETFml2sLmQkEsauzHYgjJiGw3p4drywwNqGs+VXBmSKF41elF whlah2pNNNZKCRz2knak7139smRbYT4fjIfhoF1R7YmNxn6OvRVpMo+y6TVPISyleD3q lT6MSZGyoDYNe6KyloRsm420fl2Qj5mHAyk38qocXOs6n4eiKYQUiOa2b8pYffnhQ0iy h7qXo7vU2oya572KL+AzSIdZkE6Y97Bl2QMps41ApTxVl+08NbuHORGYML6kltzwdAm+ +b2ar2onqkUuMnbxGKNahGt+korD3QYJIR6B3Usv+C7qzWIlWkyIQozPUAYt4ZMKk3AT FI/w== MIME-Version: 1.0 X-Received: by 10.52.101.168 with SMTP id fh8mr24250485vdb.34.1405628093804; Thu, 17 Jul 2014 13:14:53 -0700 (PDT) Received: by 10.58.113.99 with HTTP; Thu, 17 Jul 2014 13:14:53 -0700 (PDT) In-Reply-To: References: Date: Thu, 17 Jul 2014 15:44:53 -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:14:55 -0000 On Thu, Jul 17, 2014 at 3:42 PM, Adrian Chadd wrote: > 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? > # service appname onestart For the rest, read the manual and understand your OS.