]> git.pld-linux.org Git - packages/dspam.git/commitdiff
- move dspam.init into proper place.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 17 Jun 2005 08:49:36 +0000 (08:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dspam.spec -> 1.34

dspam.spec

index 14f0942f206cca864530cfe30e355c46fe2f1f92..2a6fb8bac89e2e28ebae0bcd7a99d1557d3951da 100644 (file)
@@ -319,9 +319,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man?/%{name}*
 
 %if %{with daemon}
+%attr(754,root,root) /etc/rc.d/init.d/dspam
 %files client
 %defattr(644,root,root,755)
-%attr(754,root,root) /etc/rc.d/init.d/dspam
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dspam.conf
 %endif
 %attr(755,root,mail) %{_bindir}/%{name}c
This page took 0.088973 seconds and 4 git commands to generate.