]> git.pld-linux.org Git - packages/sendmail.git/commitdiff
no niestety trzeba poczekać na plombę lcamtufa coby go bez ski puścić,
authorwojtek <wojtek@pld.org.pl>
Sun, 6 Jun 1999 13:46:43 +0000 (13:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
za duze ryzyko z mqueue jako 1777 root.root ..

Changed files:
    sendmail.spec -> 1.11

sendmail.spec

index f794c4c8d48d9b496cfab67e5bc7d805f453cc07..6ee137d2f355dc2647c92aed605d4781bc34b35c 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Sendmail -- mail transport agent
 Summary(pl):   Sendmail -- aplikacja do obs³ugi poczty elektronicznej
 Name:          sendmail
 Version:       8.9.3
-Release:       3
+Release:       4
 Copyright:     distributable (similar to, but not quite BSD)
 Group:         Daemons
 Group(pl):     Serwery
@@ -168,8 +168,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc {README,KNOWNBUGS,RELEASE_NOTES}.gz 
 %doc smrsh/SMRSH.txt.gz
 
-%attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/mail/*
-%attr(644,root,root) %config %verify(not size mtime md5) /etc/sysconfig/*
+%attr(750,root,root) %dir /etc/mail
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/mail/*
+%attr(640,root,root) %config %verify(not size mtime md5) /etc/sysconfig/*
 %attr(755,root,root) /etc/rc.d/init.d/*
 
 %attr(755,root,root) /usr/bin/*
@@ -178,7 +179,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) /usr/sbin/makemap
 %attr(755,root,root) /usr/sbin/praliases
 
-%attr(755,root,root) /usr/sbin/sendmail
+%attr(4711,root,root) /usr/sbin/sendmail
 
 %attr(755,root,root) /usr/lib/sendmail
 %attr(755,root,root) /usr/sbin/smrsh
@@ -192,7 +193,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 
 %dir /usr/share/sendmail-cf
-%attr(-,root,root) /usr/share//sendmail-cf/*
+%attr(-,root,root) /usr/share/sendmail-cf/*
 
 %changelog
 * Fri Jan 22 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
This page took 0.443527 seconds and 4 git commands to generate.