From 385d72d9e7d1935309cc254ae3242882555c49d8 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 20 Jan 2010 21:03:04 +0000 Subject: [PATCH] added gen-sfa-cm-config.py script to bins. added sfa_cm initscript --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a14ba655..854226ae 100755 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ data_files = [('/etc/sfa/', [ 'config/aggregates.xml', 'config/sfi_config']), ('/etc/sfatables/matches/', glob('sfatables/matches/*.xml')), ('/etc/sfatables/targets/', glob('sfatables/targets/*.xml')), - ('/etc/init.d/', ['sfa/init.d/sfa'])] + ('/etc/init.d/', ['sfa/init.d/sfa', 'sfa/init.d/sfa_cm'])] # add sfatables processors as data_files processor_files = [f for f in glob('sfatables/processors/*') if os.path.isfile(f)] -- 2.47.0