From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 12 00:50:23 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD758106564A for ; Tue, 12 Oct 2010 00:50:23 +0000 (UTC) (envelope-from raj@csub.edu) Received: from mh1.csub.edu (mh1.csub.edu [136.168.1.95]) by mx1.freebsd.org (Postfix) with ESMTP id A7B9D8FC08 for ; Tue, 12 Oct 2010 00:50:23 +0000 (UTC) Received: from [136.168.65.65] (strider.csub.edu [136.168.65.65]) (authenticated bits=0) by mh1.csub.edu (8.14.3/8.14.3) with ESMTP id o9C0oMIt057171 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Mon, 11 Oct 2010 17:50:22 -0700 (PDT) (envelope-from raj@csub.edu) X-DKIM: Sendmail DKIM Filter v2.8.3 mh1.csub.edu o9C0oMIt057171 DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=csub.edu; s=mailhub.csub.edu; t=1286844622; bh=PWvltfKDCf8XV7tlgx0ZSW8cvLs=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=RJP4w0e1ypRNCUfGTP6Oj9KTE/pg4eW0eQurNDaHb7GGUOEWZlTxv2Me5w6uHm3fa VUbfLlaa4VXcBXJCqBPjXMVpZc1UGFag6gObzTYhSTqzDMmJj4h5gjJEp3fHZkoYxE NLSBjzGxtK+MccsmY15K+SOF+UVahjrLQQ/4fEYQ= Message-ID: <4CB3B019.3030807@csub.edu> Date: Mon, 11 Oct 2010 17:47:21 -0700 From: Russell Jackson Organization: California State University Bakersfield User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.11) Gecko/20101007 Thunderbird/3.1.5 MIME-Version: 1.0 To: Devin Teske References: <1286397912.27308.40.camel@localhost.localdomain> <4CB3749C.1040000@csub.edu> <1286843914.30494.55.camel@localhost.localdomain> In-Reply-To: <1286843914.30494.55.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: sysconf -- a sysctl(8)-like utility for managing /etc/rc.conf et. al. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2010 00:50:23 -0000 On 10/11/2010 05:38 PM, Devin Teske wrote: > > $ uname -spr > FreeBSD 8.1-RELEASE-p1 amd64 > $ which augtool > $ type augtool > -bash: type: augtool: not found > > Not like I'm running bare... > > $ pkg_info -Ia | wc -l > 399 > > Unfortunately, augtool doesn't even appear to be packaged for FreeBSD: > Try pkg_add -r augeas. The port is textproc/augeas. Augtool is just the cli frontend to libaugeas. There's also language bindings for python and ruby. -- Russell A Jackson Network Analyst California State University, Bakersfield