OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Mar-2008 12:45:06
Branch: HEAD Handle: 2008030811450400
Modified files:
openpkg-src/postgresql postgresql.spec
Log:
sync with postgresql83 package: fix substitutions
Summary:
Revision Changes Path
1.259 +4 -4 openpkg-src/postgresql/postgresql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/postgresql.spec
============================================================================
$ cvs diff -u -r1.258 -r1.259 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 8 Mar 2008 11:43:45 -0000
1.258
+++ openpkg-src/postgresql/postgresql.spec 8 Mar 2008 11:45:04 -0000
1.259
@@ -524,10 +524,10 @@
# adjust default configuration for hourly auto-vacuum operation
%{l_shtool} subst \
- -e 's;^# *\(stats_start_collector *=\) *[^#]*\(#.*\)*;\1 on \2;' \
- -e 's;^# *\(stats_row_level *=\) *[^#]*\(#.*\)*;\1 on \2;' \
- -e 's;^# *\(autovacuum *=\) *[^#]*\(#.*\)*;\1 on \2;' \
- -e 's;^# *\(autovacuum_naptime *=\) *[^#]*\(#.*\)*;\1 1h \2;' \
+ -e 's;^# *\(stats_start_collector *=\) *[^#]*\(#.*\);\1 on \2;' \
+ -e 's;^# *\(stats_row_level *=\) *[^#]*\(#.*\);\1 on \2;' \
+ -e 's;^# *\(autovacuum *=\) *[^#]*\(#.*\);\1 on \2;' \
+ -e 's;^# *\(autovacuum_naptime *=\) *[^#]*\(#.*\);\1 1h \2;' \
$RPM_BUILD_ROOT%{l_prefix}/share/postgresql/postgresql.conf.sample
# post-adjust pgcluster configuration filenames
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]