OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Oct-2007 19:48:34
Branch: HEAD Handle: 2007100318483300
Modified files:
openpkg-src/postgrey postgrey.spec
Log:
fix shebang
Summary:
Revision Changes Path
1.48 +2 -2 openpkg-src/postgrey/postgrey.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgrey/postgrey.spec
============================================================================
$ cvs diff -u -r1.47 -r1.48 postgrey.spec
--- openpkg-src/postgrey/postgrey.spec 26 Sep 2007 21:56:54 -0000
1.47
+++ openpkg-src/postgrey/postgrey.spec 3 Oct 2007 17:48:33 -0000
1.48
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 1.31
-Release: 20070926
+Release: 20071003
# list of sources
Source0: http://postgrey.schweikert.ch/pub/postgrey-%{version}.tar.gz
@@ -89,7 +89,7 @@
# install programs and manual pages
%{l_shtool} install -c -m 755 \
- -e 's;#!/usr/bin/perl -T;#!%{l_prefix}/bin/perl;g' \
+ -e 's;#!/usr/bin/perl;#!%{l_prefix}/bin/perl;g' \
-e "s;\\(.\\)Sys::Syslog\\(. :
undef\\);\\1%{l_prefix}/var/postgrey/postgrey.log\\2;" \
postgrey $RPM_BUILD_ROOT%{l_prefix}/sbin/
%{l_shtool} install -c -m 755 \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]