From owner-freebsd-questions@FreeBSD.ORG Fri Mar 4 22:48:48 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31265106566C for ; Fri, 4 Mar 2011 22:48:48 +0000 (UTC) (envelope-from gull@gull.us) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id C5A588FC0A for ; Fri, 4 Mar 2011 22:48:47 +0000 (UTC) Received: by ewy28 with SMTP id 28so894753ewy.13 for ; Fri, 04 Mar 2011 14:48:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.50.73 with SMTP id y49mr779459eeb.22.1299278926757; Fri, 04 Mar 2011 14:48:46 -0800 (PST) Received: by 10.14.119.1 with HTTP; Fri, 4 Mar 2011 14:48:46 -0800 (PST) X-Originating-IP: [128.95.17.209] In-Reply-To: <20110304183449.b2b4c1ac.freebsd@edvax.de> References: <4D700FA6.1030806@cox.net> <20110304152810.36060288@dijkstra> <20110304183449.b2b4c1ac.freebsd@edvax.de> Date: Fri, 4 Mar 2011 14:48:46 -0800 Message-ID: From: David Brodbeck To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: xdm-options - non-bsd user needs bsd rc.d advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2011 22:48:48 -0000 On Fri, Mar 4, 2011 at 9:34 AM, Polytropon wrote: > While I found that generic > UNIX knowledge was applicable everywhere, "Linux knowledge" > was not, as you could see from file names and locations, > procedures, and configuration statements which could not > be transferred 1:1 between the systems. I find that's true even going between "true UNIX" systems, like FreeBSD and Solaris. Maybe it was different back in the SunOS days, but modern Solaris has a lot of very Solaris-specific tools that work in opaque ways; for example, you don't edit links to /etc/init.d anymore, you create an XML service description file and use svcadm to manipulate it in some hidden database. There are still BSD-ish tools in Solaris (and GNU tools, too), but Solaris purists will strongly discourage you from using them.