]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- add initscript and config to files
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 3 Feb 2005 14:26:45 +0000 (14:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    template.spec -> 1.35

template.spec

index 367a05c4d29d44830735f44f4182492a4dbaa78d..da82f17c184e3acbef8c6660bcf933f06f40c542 100644 (file)
@@ -82,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 
+# initscript and it's config
+%attr(754,root,root) /etc/rc.d/init.d/%{name}
+%config(noreplace) %verify(not size mtime md5) /etc/sysconfig/%{name}
+
 %files subpackage
 %defattr(644,root,root,755)
 %doc extras/*.gz
This page took 0.029763 seconds and 4 git commands to generate.