OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 12-Jun-2003 20:46:08
Branch: HEAD Handle: 2003061219460601
Modified files:
openpkg-src/sendmail sendmail.spec
openpkg-web news.txt
Log:
avoid chmod in install.sh
Summary:
Revision Changes Path
1.70 +2 -1 openpkg-src/sendmail/sendmail.spec
1.4844 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sendmail/sendmail.spec
============================================================================
$ cvs diff -u -r1.69 -r1.70 sendmail.spec
--- openpkg-src/sendmail/sendmail.spec 5 Jun 2003 00:16:27 -0000 1.69
+++ openpkg-src/sendmail/sendmail.spec 12 Jun 2003 18:46:07 -0000 1.70
@@ -33,7 +33,7 @@
Group: Mail
License: BSD
Version: 8.12.9
-Release: 20030605
+Release: 20030612
# package options
%option with_tls no
@@ -97,6 +97,7 @@
%{l_shtool} subst \
-e 's;\$chown;true;g' \
-e 's;chgrp;true;g' \
+ -e 's;chmod;true;g' \
devtools/bin/install.sh
)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4843 -r1.4844 news.txt
--- openpkg-web/news.txt 12 Jun 2003 18:15:49 -0000 1.4843
+++ openpkg-web/news.txt 12 Jun 2003 18:46:06 -0000 1.4844
@@ -1,3 +1,4 @@
+12-Jun-2003: Upgraded package: P<sendmail-8.12.9-20030612>
12-Jun-2003: Upgraded package: P<devtodo-0.1.17-20030612>
12-Jun-2003: Upgraded package: P<gimp-1.2.4-20030612>
12-Jun-2003: Upgraded package: P<postfix-2.0.12-20030612>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]