Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B2CE0D535 for ; Wed, 24 Oct 2012 21:38:11 +0000 (UTC) Received: (qmail 71096 invoked by uid 500); 24 Oct 2012 21:38:11 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 71049 invoked by uid 500); 24 Oct 2012 21:38:11 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 70964 invoked by uid 99); 24 Oct 2012 21:38:11 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2012 21:38:11 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0147F4F079; Wed, 24 Oct 2012 21:38:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: brandonwilliams@apache.org To: commits@cassandra.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [3/3] git commit: mv cqlshrc example out of bin Message-Id: <20121024213811.0147F4F079@tyr.zones.apache.org> Date: Wed, 24 Oct 2012 21:38:10 +0000 (UTC) mv cqlshrc example out of bin Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e4fc1ebb Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e4fc1ebb Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e4fc1ebb Branch: refs/heads/trunk Commit: e4fc1ebbad6391a7075dee6f1c6a3a9bf57c3b44 Parents: 6f31aba Author: Brandon Williams Authored: Wed Oct 24 16:27:22 2012 -0500 Committer: Brandon Williams Committed: Wed Oct 24 16:27:27 2012 -0500 ---------------------------------------------------------------------- bin/cqlshrc.sample | 35 ----------------------------------- conf/cqlshrc.sample | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/e4fc1ebb/bin/cqlshrc.sample ---------------------------------------------------------------------- diff --git a/bin/cqlshrc.sample b/bin/cqlshrc.sample deleted file mode 100644 index 07cf73f..0000000 --- a/bin/cqlshrc.sample +++ /dev/null @@ -1,35 +0,0 @@ -; Licensed to the Apache Software Foundation (ASF) under one -; or more contributor license agreements. See the NOTICE file -; distributed with this work for additional information -; regarding copyright ownership. The ASF licenses this file -; to you under the Apache License, Version 2.0 (the -; "License"); you may not use this file except in compliance -; with the License. You may obtain a copy of the License at -; -; http://www.apache.org/licenses/LICENSE-2.0 -; -; Unless required by applicable law or agreed to in writing, -; software distributed under the License is distributed on an -; "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -; KIND, either express or implied. See the License for the -; specific language governing permissions and limitations -; under the License. -; -; Sample ~/.cqlshrc file. - -[authentication] -username = fred -password = !!bang!!$ - -[ui] -color = on -completekey = tab - -[connection] -hostname = 127.0.0.1 -port = 9160 - -[cql] -version = 2.0 - -; vim: set ft=dosini : http://git-wip-us.apache.org/repos/asf/cassandra/blob/e4fc1ebb/conf/cqlshrc.sample ---------------------------------------------------------------------- diff --git a/conf/cqlshrc.sample b/conf/cqlshrc.sample new file mode 100644 index 0000000..07cf73f --- /dev/null +++ b/conf/cqlshrc.sample @@ -0,0 +1,35 @@ +; Licensed to the Apache Software Foundation (ASF) under one +; or more contributor license agreements. See the NOTICE file +; distributed with this work for additional information +; regarding copyright ownership. The ASF licenses this file +; to you under the Apache License, Version 2.0 (the +; "License"); you may not use this file except in compliance +; with the License. You may obtain a copy of the License at +; +; http://www.apache.org/licenses/LICENSE-2.0 +; +; Unless required by applicable law or agreed to in writing, +; software distributed under the License is distributed on an +; "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +; KIND, either express or implied. See the License for the +; specific language governing permissions and limitations +; under the License. +; +; Sample ~/.cqlshrc file. + +[authentication] +username = fred +password = !!bang!!$ + +[ui] +color = on +completekey = tab + +[connection] +hostname = 127.0.0.1 +port = 9160 + +[cql] +version = 2.0 + +; vim: set ft=dosini :