Return-Path: Delivered-To: apmail-incubator-cassandra-dev-archive@minotaur.apache.org Received: (qmail 82772 invoked from network); 16 Sep 2009 04:29:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Sep 2009 04:29:03 -0000 Received: (qmail 52778 invoked by uid 500); 16 Sep 2009 04:29:03 -0000 Delivered-To: apmail-incubator-cassandra-dev-archive@incubator.apache.org Received: (qmail 52738 invoked by uid 500); 16 Sep 2009 04:29:03 -0000 Mailing-List: contact cassandra-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-dev@incubator.apache.org Received: (qmail 52728 invoked by uid 99); 16 Sep 2009 04:29:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Sep 2009 04:29:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul@querna.org designates 209.85.211.203 as permitted sender) Received: from [209.85.211.203] (HELO mail-yw0-f203.google.com) (209.85.211.203) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Sep 2009 04:28:54 +0000 Received: by mail-yw0-f203.google.com with SMTP id 41so6549208ywh.19 for ; Tue, 15 Sep 2009 21:28:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.91.19.26 with SMTP id w26mr5096474agi.17.1253075313587; Tue, 15 Sep 2009 21:28:33 -0700 (PDT) Date: Tue, 15 Sep 2009 21:28:33 -0700 Message-ID: <4239a4320909152128i44ca2776k8db8c72802c9c8e3@mail.gmail.com> Subject: [patch] readme chown command is wrong From: Paul Querna To: cassandra-dev@incubator.apache.org Content-Type: multipart/mixed; boundary=0016e6408a72f175460473aa54ef X-Virus-Checked: Checked by ClamAV on apache.org --0016e6408a72f175460473aa54ef Content-Type: text/plain; charset=UTF-8 The README.txt provides a great getting started guide, but chown username -R path is invalid syntax on *BSD based (including OSX) operating systems. the example command should be: sudo chown -R `whoami` /var/cassandra Atttached patch fixes it :) Thanks, Paul --0016e6408a72f175460473aa54ef--