bug-fix
[sfa.git] / setup.py
index 854226a..538d251 100755 (executable)
--- 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