projects
/
ganeti-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0f74c5
)
Fix a typo in a devel/upload comment
author
Guido Trotter
<ultrotter@google.com>
Mon, 28 Jan 2008 13:35:23 +0000
(13:35 +0000)
committer
Guido Trotter
<ultrotter@google.com>
Mon, 28 Jan 2008 13:35:23 +0000
(13:35 +0000)
Files are uploaded to $prefix/sbin, not $prefix/bin
Reviewed-by: iustinp
devel/upload
patch
|
blob
|
history
diff --git
a/devel/upload
b/devel/upload
index
86b9295
..
9543ea9
100755
(executable)
--- a/
devel/upload
+++ b/
devel/upload
@@
-23,7
+23,7
@@
# Usage: upload.sh node-{1,2,3}
# it will upload the python libraries to
# $prefix/lib/python2.4/site-packages/ganeti and the command line utils to
-# $prefix/bin. It needs passwordless root login to the nodes.
+# $prefix/sbin. It needs passwordless root login to the nodes.
set -e
TXD=`mktemp -d`