OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Aug-2002 12:37:02
Branch: HEAD Handle: 2002080911370200
Modified files:
openpkg-src/sendmail sendmail.spec
Log:
Corrected list of installed programs, and tried to verify their permissions.
Summary:
Revision Changes Path
1.27 +5 -4 openpkg-src/sendmail/sendmail.spec
____________________________________________________________________________
Index: openpkg-src/sendmail/sendmail.spec
============================================================
$ cvs diff -u -r1.26 -r1.27 sendmail.spec
--- openpkg-src/sendmail/sendmail.spec 9 Aug 2002 09:46:15 -0000 1.26
+++ openpkg-src/sendmail/sendmail.spec 9 Aug 2002 10:37:02 -0000 1.27
@@ -24,10 +24,9 @@
##
# TODO:
+# 1 User and group ids in file list must be reviewed
# 2 Add fakesyslog library
-# 3 Make smtpfeed an option, possibly reducing patching
-# 4 Ensure that no new programs are in $RPM_BUILD_ROOT left unaccounted in .spec
-# 5 See if BuildPreReq and PreReq lists are still correct
+# 3 See if BuildPreReq and PreReq lists are still correct
#
# Bugs:
# 1 All mitgelieferte config files use 8.11.6 options
@@ -253,11 +252,13 @@
# determine file list
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
- '%attr(4755,root,%{l_rgrp}) %{l_prefix}/sbin/sendmail' \
+ '%attr(2755,root,%{l_rgrp}) %{l_prefix}/sbin/sendmail' \
'%attr(4755,root,%{l_mgrp}) %{l_prefix}/bin/hoststat' \
'%attr(4755,root,%{l_mgrp}) %{l_prefix}/bin/mailq' \
'%attr(4755,root,%{l_mgrp}) %{l_prefix}/bin/newaliases' \
'%attr(4755,root,%{l_mgrp}) %{l_prefix}/bin/purgestat' \
+ '%attr(4755,root,%{l_mgrp}) %{l_prefix}/bin/vacation' \
+ '%attr(4755,root,%{l_mgrp}) %{l_prefix}/libexec/sendmail/smrsh' \
'%config %{l_prefix}/etc/sendmail/*' \
'%config %attr(644,root,%{l_mgrp}) %{l_prefix}/etc/sendmail/ca.crt' \
'%config %attr(644,root,%{l_mgrp}) %{l_prefix}/etc/sendmail/sendmail.crt' \
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]