$OpenBSD: patch-setup_py,v 1.4 2019/07/11 14:14:52 sthen Exp $

Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -347,8 +347,8 @@ def testFilesOf (directory):
 os_name = platform.system()
 
 files_definition = [
-	('share/exabgp/processes',filesOf('etc/exabgp')),
-	('share/exabgp/etc',testFilesOf('qa/conf')),
+	('share/examples/exabgp/processes',filesOf('etc/exabgp')),
+	('share/examples/exabgp/etc',testFilesOf('qa/conf')),
 ]
 
 if os_name != 'NetBSD':
@@ -395,6 +395,7 @@ setup(
 		'console_scripts': [
 			'exabgp = exabgp.application:run_exabgp',
 			'exabgpcli = exabgp.application:run_cli',
+			'exabgp-healthcheck = exabgp.application:run_healthcheck',
 		],
 	},
 )
