projects
/
certmaster.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eac159
)
add /etc/func/version to setup.py for --version support
author
Adrian Likins
<alikins@redhat.com>
Thu, 11 Jun 2009 20:37:51 +0000
(16:37 -0400)
committer
Adrian Likins
<alikins@redhat.com>
Thu, 11 Jun 2009 20:37:51 +0000
(16:37 -0400)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
de57040
..
cb50b7a
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-42,8
+42,9
@@
if __name__ == "__main__":
packages = ["%s" % NAME,
],
data_files = [(initpath, ["init-scripts/certmaster"]),
- (etcpath, ["etc/minion.conf"]),
- (etcpath, ["etc/certmaster.conf"]),
+ (etcpath, ["etc/minion.conf",
+ "etc/certmaster.conf",
+ "etc/version"]),
(manpath, ["docs/certmaster.1.gz"]),
(manpath, ["docs/certmaster-request.1.gz"]),
(manpath, ["docs/certmaster-ca.1.gz"]),