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 <brandonwilli...@apache.org>
Authored: Wed Oct 24 16:27:22 2012 -0500
Committer: Brandon Williams <brandonwilli...@apache.org>
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 :

Reply via email to