Gentoo Archives: gentoo-commits

From: "Alin Nastac
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/dspam/files: dspam.cron
Date: Mon, 10 Sep 2007 04:04:39
Message-Id: E1IUaP8-0007sA-PZ@stork.gentoo.org
1 mrness 07/09/10 03:57:42
2
3 Modified: dspam.cron
4 Log:
5 use vacuum --analyse instead --full (#191271)
6 (Portage version: 2.1.2.12)
7
8 Revision Changes Path
9 1.8 mail-filter/dspam/files/dspam.cron
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dspam/files/dspam.cron?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dspam/files/dspam.cron?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dspam/files/dspam.cron?r1=1.7&r2=1.8
14
15 Index: dspam.cron
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-filter/dspam/files/dspam.cron,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- dspam.cron 17 Aug 2007 18:19:27 -0000 1.7
22 +++ dspam.cron 10 Sep 2007 03:57:42 -0000 1.8
23 @@ -193,7 +193,7 @@
24 # Optimize the PostgreSQL tables for DSPAM
25 for foo in dspam_preferences dspam_signature_data dspam_stats dspam_token_data dspam_virtual_uids
26 do
27 - PGUSER="${DSPAM_PgSQL_USER}" PGPASSWORD="${DSPAM_PgSQL_PWD}" /usr/bin/vacuumdb -q -U "${DSPAM_PgSQL_USER}" -d "${DSPAM_PgSQL_DB}" -p "${DSPAM_PgSQL_PORT}" -h "${DSPAM_PgSQL_HOST}" -f -t "${foo}" >/dev/null 2>&1
28 + PGUSER="${DSPAM_PgSQL_USER}" PGPASSWORD="${DSPAM_PgSQL_PWD}" /usr/bin/vacuumdb -q -U "${DSPAM_PgSQL_USER}" -d "${DSPAM_PgSQL_DB}" -p "${DSPAM_PgSQL_PORT}" -h "${DSPAM_PgSQL_HOST}" -z -t "${foo}" >/dev/null 2>&1
29 _RC=$?
30 if [ ${_RC} != 0 ]
31 then
32
33
34
35 --
36 gentoo-commits@g.o mailing list