From 33ce5a294db93d58374b964425e91e64ab2a1458 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Tue, 4 Mar 2008 17:53:26 -0500 Subject: we no longer use /etc/pki/func, remove it from the build --- setup.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a36f348..1200c29 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,6 @@ if __name__ == "__main__": initpath = "/etc/init.d/" logpath = "/var/log/%s/" % NAME varpath = "/var/lib/%s/" % NAME - pkipath = "/etc/pki/%s" % NAME rotpath = "/etc/logrotate.d" aclpath = "%s/minion-acl.d" % etcpath setup( @@ -59,7 +58,6 @@ if __name__ == "__main__": (rotpath, ['etc/func_rotate']), (logpath, []), (etcmodpath, []), - (pkipath, []), (varpath, []), (aclpath, []) ], -- cgit