X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=blobdiff_plain;f=setup.py;h=3c8511229cf088f11719b366d75d6647469fe2ba;hp=effe61eb98cf1ca17793a734935da90e1e3bea65;hb=3f460ad56ec4b219cc36287c393c28475faa15c1;hpb=e996c22f239c1c3a426fcbce2aa9394089d240e0 diff --git a/setup.py b/setup.py index effe61e..3c85112 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,6 @@ if __name__ == "__main__": manpath = "share/man/man1/" etcpath = "/etc/%s" % NAME - etcmodpath = "/etc/%s/modules" % NAME initpath = "/etc/init.d/" logpath = "/var/log/%s/" % NAME certdir = "/var/lib/%s/certmaster" % NAME @@ -40,15 +39,11 @@ if __name__ == "__main__": "%s/minion" % NAME, "%s/overlord" % NAME, ], - data_files = [(initpath, ["init-scripts/certmasterd"]), - (initpath, ["init-scripts/certmaster"]), + data_files = [(initpath, ["init-scripts/certmaster"]), (etcpath, ["etc/minion.conf"]), (etcpath, ["etc/certmaster.conf"]), - (etcmodpath, []), - (manpath, ["docs/certmaster.1.gz"]), - (manpath, ["docs/certmaster-inventory.1.gz"]), - (manpath, ["docs/certmasterd.1.gz"]), (manpath, ["docs/certmaster.1.gz"]), + (manpath, ["docs/certmaster-request.1.gz"]), (manpath, ["docs/certmaster-ca.1.gz"]), (rotpath, ['etc/certmaster_rotate']), (logpath, []),