OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Aug-2003 13:01:22
Branch: OPENPKG_1_STABLE Handle: 2003080112012100
Modified files: (Branch: OPENPKG_1_STABLE)
openpkg-src/sendmail sendmail.spec
Log:
MFC: changes since last merge
Summary:
Revision Changes Path
1.51.2.6 +4 -3 openpkg-src/sendmail/sendmail.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sendmail/sendmail.spec
============================================================================
$ cvs diff -u -r1.51.2.5 -r1.51.2.6 sendmail.spec
--- openpkg-src/sendmail/sendmail.spec 24 Jul 2003 20:50:36 -0000
1.51.2.5
+++ openpkg-src/sendmail/sendmail.spec 1 Aug 2003 11:01:21 -0000
1.51.2.6
@@ -33,7 +33,7 @@
Group: Mail
License: BSD
Version: 8.12.9
-Release: 1.20030724
+Release: 1.20030801
# package options
%option with_fsl yes
@@ -255,8 +255,9 @@
compress $RPM_BUILD_ROOT%{l_prefix}/etc/sendmail/cf.tar
%{l_shtool} install -c -m 644 cf/README \
$RPM_BUILD_ROOT%{l_prefix}/etc/sendmail/cf.README
- %{l_shtool} install -c -m 755 contrib/re-mqueue.pl \
- $RPM_BUILD_ROOT%{l_prefix}/sbin/re-mqueue
+ %{l_shtool} install -c -m 755 \
+ -e 's;^#!.*;#!%{l_prefix}/bin/perl;' \
+ contrib/re-mqueue.pl $RPM_BUILD_ROOT%{l_prefix}/sbin/re-mqueue
%{l_shtool} install -c -m 755 \
-e 's;^#!.*;#!%{l_prefix}/bin/perl;' \
contrib/qtool.pl $RPM_BUILD_ROOT%{l_prefix}/sbin/qtool
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]