Ship openrc file in /etc/init.d

This commit is contained in:
Scott Kitterman
2019-04-26 19:57:06 -04:00
parent ec32109a52
commit 35745456a2
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
1.2.0 UNRELEASED 1.2.0 UNRELEASED
- Add new expand option to setup.py so various file system locations can be - Add new expand option to setup.py so various file system locations can be
specified at build/install time rather than being hard coded specified at build/install time rather than being hard coded
- Install openrc init file for Gentoo and other openrc users
1.1.0 2019-04-12 1.1.0 2019-04-12
- Add SubDomains option to enable signing for sub-domains (LP: #1811535) - Add SubDomains option to enable signing for sub-domains (LP: #1811535)
+2 -1
View File
@@ -112,7 +112,8 @@ setup(
['man/dkimpy-milter.8']), ('etc', ['etc/dkimpy-milter.conf']), ['man/dkimpy-milter.8']), ('etc', ['etc/dkimpy-milter.conf']),
(os.path.join('lib', 'systemd', 'system'), (os.path.join('lib', 'systemd', 'system'),
['system/dkimpy-milter.service']),(os.path.join('etc', 'init.d'), ['system/dkimpy-milter.service']),(os.path.join('etc', 'init.d'),
['system/dkimpy-milter'])], ['system/dkimpy-milter']), (os.path.join('etc', 'init.d'),
['system/dkimpy-milter.openrc'])],
zip_safe = False, zip_safe = False,
cmdclass={ cmdclass={
'expand': FileMacroExpand, 'expand': FileMacroExpand,