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 Date: 27-Mar-2003 12:24:15
Branch: HEAD Handle: 2003032711241400
Modified files:
openpkg-src/rt rt.spec
Log:
fix default config
Summary:
Revision Changes Path
1.34 +2 -2 openpkg-src/rt/rt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 rt.spec
--- openpkg-src/rt/rt.spec 27 Mar 2003 11:07:48 -0000 1.33
+++ openpkg-src/rt/rt.spec 27 Mar 2003 11:24:14 -0000 1.34
@@ -310,8 +310,8 @@
etc/upgrade/* \
$RPM_BUILD_ROOT%{l_prefix}/libexec/rt/etc/upgrade/
%{l_shtool} install -c -m 0644 \
- -e '/Set(\$WebBaseURL/s;"["]*";"";' \
- -e '/Set(\$WebImagesURL/s;/";";' \
+ -e '/Set($WebBaseURL/s;"[^"]*";"";' \
+ -e '/Set($WebImagesURL/s;/";";' \
etc/RT_Config.pm \
$RPM_BUILD_ROOT%{l_prefix}/etc/rt/RT_SiteConfig.pm
rm -f \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]