[ptpd/el6] added missing init script in %files macros section

jondkent jondkent at fedoraproject.org
Wed May 29 20:54:37 UTC 2013


commit 765a970a3b920691eb1a2f535ffaccdf1386d00e
Author: Jon Kent <jon.kent at gmail.com>
Date:   Wed May 29 21:54:10 2013 +0100

    added missing init script in %files macros section

 ptpd.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/ptpd.spec b/ptpd.spec
index c59d292..89e96f0 100644
--- a/ptpd.spec
+++ b/ptpd.spec
@@ -49,6 +49,7 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/sysconfig/ptpd2
+%attr(555,root,root) %{_initddir}/ptpd2
 %attr(554,root,root) %{_bindir}/*
 %doc COPYRIGHT ChangeLog README RELEASE_NOTES
 %{_mandir}/man8/*


More information about the scm-commits mailing list