]> git.pld-linux.org Git - packages/sendmail.git/commitdiff
chmod -s /usr/sbin/sendmail ;)
authorwojtek <wojtek@pld.org.pl>
Sat, 5 Jun 1999 17:04:16 +0000 (17:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
1. /var/spool/mqueue musi byc 1777 root.root
 (kolejka poczty wychodzacej jest 600 $USER.users)
2. /etc/mail/* musi byc do odczytu ..

Changed files:
    sendmail.spec -> 1.10

sendmail.spec

index cee57bc9ce101a8f975df5b0dd595059cfdb2f67..f794c4c8d48d9b496cfab67e5bc7d805f453cc07 100644 (file)
@@ -168,8 +168,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc {README,KNOWNBUGS,RELEASE_NOTES}.gz 
 %doc smrsh/SMRSH.txt.gz
 
-%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(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(755,root,root) /etc/rc.d/init.d/*
 
 %attr(755,root,root) /usr/bin/*
@@ -178,7 +178,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) /usr/sbin/makemap
 %attr(755,root,root) /usr/sbin/praliases
 
-%attr(4711,root,root) /usr/sbin/sendmail
+%attr(755,root,root) /usr/sbin/sendmail
 
 %attr(755,root,root) /usr/lib/sendmail
 %attr(755,root,root) /usr/sbin/smrsh
This page took 0.053426 seconds and 4 git commands to generate.