X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=538d25182def0813d1a2d744aafd13bf8e8df5c6;hb=ed059ad1c34a78aacf0c27b1f0b65b42154b4116;hp=854226aeb540f88946756ab36f5d18d0169f642c;hpb=385d72d9e7d1935309cc254ae3242882555c49d8;p=sfa.git diff --git a/setup.py b/setup.py index 854226ae..538d2518 100755 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ bins = [ 'sfa/plc/sfa-nuke-plc.py', 'sfa/server/sfa-server.py', 'sfa/server/sfa-clean-peer-records.py', + 'sfa/server/sfa_component_setup.py', 'sfa/client/sfi.py', 'sfa/client/getNodes.py', 'sfa/client/getRecord.py', @@ -35,7 +36,6 @@ package_dirs = [ 'sfa/managers', 'sfa/rspecs', 'sfa/rspecs/aggregates', - 'sfa/rspecs/aggregates/vini', 'sfatables', 'sfatables/commands', 'sfatables/processors', @@ -59,7 +59,7 @@ for d in processor_subdirs: d_files = [f for f in glob(d + '/*') if os.path.isfile(f)] data_files.append((etc_dir, processor_files)) -initscripts = [ '/etc/init.d/sfa' ] +initscripts = [ '/etc/init.d/sfa', '/etc/init.d/sfa_cm' ] if sys.argv[1] in ['uninstall', 'remove', 'delete', 'clean']: python_path = sys.path