From 43f4318f4a1e60f6c81a8f53899febbe3cbb2308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20MOHIER?= Date: Thu, 29 Sep 2016 05:13:35 +0200 Subject: [PATCH] Closes #377 --- install_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_hooks.py b/install_hooks.py index 63100ce06..afdd27c16 100755 --- a/install_hooks.py +++ b/install_hooks.py @@ -57,7 +57,7 @@ def get_init_scripts(config): data_files = data_files + "\netc/init.d = bin/init.d/*" data_files = data_files + "\netc/default = bin/default/alignak.in" elif 'bsd' in sys.platform or 'dragonfly' in sys.platform: - data_files = data_files + "\nusr/local/etc/rc.d = bin/rc.d/*" + data_files = data_files + "\netc/rc.d = bin/rc.d/*" else: raise Exception("Unsupported platform, sorry")