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: 09-Jul-2003 09:35:39
Branch: HEAD Handle: 2003070908353900
Modified files:
openpkg-src/portfwd portfwd.spec
Log:
ops, wrong substitution location
Summary:
Revision Changes Path
1.23 +1 -1 openpkg-src/portfwd/portfwd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/portfwd/portfwd.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 portfwd.spec
--- openpkg-src/portfwd/portfwd.spec 9 Jul 2003 07:32:27 -0000 1.22
+++ openpkg-src/portfwd/portfwd.spec 9 Jul 2003 07:35:39 -0000 1.23
@@ -112,7 +112,6 @@
# install default configuration and configuration grammar summary
%{l_shtool} install -c -m 644 \
- -e 's;@l_susr@;%{l_susr};g' \
-e 's;@l_nusr@;%{l_nusr};g' \
-e 's;@l_ngrp@;%{l_ngrp};g' \
%{SOURCE portfwd.cfg} $RPM_BUILD_ROOT%{l_prefix}/etc/portfwd/
@@ -122,6 +121,7 @@
# install run-command script
%{l_shtool} install -c -m 644 \
-e 's;@l_prefix@;%{l_prefix};g' \
+ -e 's;@l_susr@;%{l_susr};g' \
%{SOURCE rc.portfwd} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
# install OSSP fsl configuration
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]