From 1f8a824ef1e469c65f53b0720e4f25575090a1e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Sun, 22 Apr 2001 01:09:00 +0000 Subject: [PATCH] - %{_sysconfdir} used Changed files: fetchmail.spec -> 1.111 --- fetchmail.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fetchmail.spec b/fetchmail.spec index 25432c7..be11dcd 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -160,9 +160,9 @@ install -d $RPM_BUILD_ROOT%{_libdir}/rhs/control-panel \ install rh-config/*.{xpm,init} $RPM_BUILD_ROOT%{_libdir}/rhs/control-panel install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Settings -install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/fetchmail -install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/fetchmail -install %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/%{name} +install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/fetchmail +install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/fetchmail +install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/%{name} gzip -9nf FEATURES README NEWS NOTES *.html FAQ @@ -206,6 +206,6 @@ rm -rf $RPM_BUILD_ROOT %files daemon %defattr(644,root,root,755) %attr(600,root,root) %config(noreplace,missingok) %{_sysconfdir}/fetchmailrc -%attr(754,root,root) /etc/rc.d/init.d/fetchmail -%attr(640,root,root) %config(noreplace) /etc/sysconfig/fetchmail -%attr(640,root,root) /etc/logrotate.d/fetchmail +%attr(754,root,root) %{_sysconfdir}/rc.d/init.d/fetchmail +%attr(640,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/fetchmail +%attr(640,root,root) %{_sysconfdir}/logrotate.d/fetchmail -- 2.44.0