]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
rename bin/allmydata to bin/allmydata-tahoe, so the package can co-exist with the...
authorBrian Warner <warner@allmydata.com>
Sat, 20 Jan 2007 03:05:33 +0000 (20:05 -0700)
committerBrian Warner <warner@allmydata.com>
Sat, 20 Jan 2007 03:05:33 +0000 (20:05 -0700)
bin/allmydata [deleted file]
bin/allmydata-tahoe [new file with mode: 0644]
setup.py

diff --git a/bin/allmydata b/bin/allmydata
deleted file mode 100644 (file)
index 57d4ebc..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/python
-
-from allmydata.scripts import runner
-runner.run()
diff --git a/bin/allmydata-tahoe b/bin/allmydata-tahoe
new file mode 100644 (file)
index 0000000..57d4ebc
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/python
+
+from allmydata.scripts import runner
+runner.run()
index 8beed376a678bff3f360f5e680f71dbe41293d6c..9c14a6ca0cb541da5ed6a9750eaa2d1921c9bf90 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -194,7 +194,7 @@ setup(
                   "allmydata.Crypto": "src/Crypto",
                   "allmydata.py_ecc": "src/py_ecc",
                   },
-    scripts = ["bin/allmydata"],
+    scripts = ["bin/allmydata-tahoe"],
     package_data={ 'allmydata': ['web/*.xhtml'] },
 
     cmdclass= {'build_ext': PCTBuildExt},