summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkloczek2001-12-19 04:13:09 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit073e5b492dc33de3f0165c845ed36866b62d98a9 (patch)
tree944dfd1361721d413750101d8cc42899677f57c1
parent680bc739ef9c5a5aca871c94965e2928e7dac741 (diff)
downloadsmtpproxy-STABLE.zip
smtpproxy-STABLE.tar.gz
Changed files: smtpproxy.spec -> 1.5
-rw-r--r--smtpproxy.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/smtpproxy.spec b/smtpproxy.spec
index 5a3cbae..912c3c4 100644
--- a/smtpproxy.spec
+++ b/smtpproxy.spec
@@ -50,19 +50,19 @@ rm -rf $RPM_BUILD_ROOT
%post
if [ -f /var/lock/subsys/rc-inetd ]; then
- /etc/rc.d/init.d/rc-inetd reload 1>&2
+ /etc/rc.d/init.d/rc-inetd reload 1>&2
else
- echo "Type \"/etc/rc.d/init.d/rc-inetd start\" to start inet server" 1>&2
+ echo "Type \"/etc/rc.d/init.d/rc-inetd start\" to start inet server" 1>&2
fi
%postun
if [ "$1" = "0" -a -f /var/lock/subsys/rc-inetd ]; then
- /etc/rc.d/init.d/rc-inetd reload
+ /etc/rc.d/init.d/rc-inetd reload
fi
%files
%defattr(644,root,root,755)
%doc *.gz
+%attr(640,root,root) %config %verify(not size mtime md5) /etc/sysconfig/rc-inetd/smtpproxy
%attr(755,root,root) %{_sbindir}/smtp.proxy
%{_mandir}/man1/*
-%attr(640,root,root) %config %verify(not size mtime md5) /etc/sysconfig/rc-inetd/smtpproxy