Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 2004 15:43:25 +0100
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        Florent Thoumie <flz@xbsd.org>, perl@FreeBSD.org
Subject:   Re: mail/p5-Mail-SpamAssassin: %%SQL%% not replaced in sa-spamd.sh when	WITH_SQLDB not defined
Message-ID:  <274C6A8159725EDFC31F95C6@[192.168.8.51]>
In-Reply-To: <43830.163.5.255.82.1101479664.squirrel@webmail.xunix.org>
References:  <43830.163.5.255.82.1101479664.squirrel@webmail.xunix.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--==========B56DF862C85720D3F0F0==========
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

+-le 26/11/2004 15:34 +0100, Florent Thoumie a dit :
| I guess :
| 
| .if defined(WITH_SQLDB)
| SED_SCRIPT+=    -e 's|%%SQL%%|-Q|g'
| .endif
| 
| should replaced by
| 
| .if defined(WITH_SQLDB)
| SED_SCRIPT+=    -e 's|%%SQL%%|-Q|g'
| .else
| SED_SCRIPT+=    -e 's|%%SQL%%||-g'
| .endif
| 
| I'm not sure this is really harmful but eyes focused on %%SQL%% in ps aux
| output, so this is pure style :)

Here you are :-)

+----------- Forwarded Message ------------
| Date: vendredi 26 novembre 2004 14:41 +0000
| From: Mathieu Arnold <mat@FreeBSD.org>
| To: mat@FreeBSD.ORG
| Cc: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
| Subject: cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile
|
| mat         2004-11-26 14:41:48 UTC
| 
|   FreeBSD ports repository
| 
|   Modified files:
|     mail/p5-Mail-SpamAssassin Makefile 
|   Log:
|   Remove %%SQL%% from your nice ps output
|   
|   Reported by:    Florent Thoumie <flz@xbsd.org>
|   
|   Revision  Changes    Path
|   1.66      +2 -0      ports/mail/p5-Mail-SpamAssassin/Makefile
| 
| 
| @@ -90,6 +90,8 @@
|  		-e 's|%%RC_SUBR%%|${RC_SUBR}|g'
|  .if defined(WITH_SQLDB)
|  SED_SCRIPT+=	-e 's|%%SQL%%|-Q|g'
| +.else
| +SED_SCRIPT+=	-e 's|%%SQL%%||g'
|  .endif
|  
|  pre-patch:
| 
|
+--------- End Forwarded Message ----------


-- 
Mathieu Arnold


-- 
Mathieu Arnold
--==========B56DF862C85720D3F0F0==========
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (MingW32)

iQEVAwUBQadBDlvROjYJ63c1AQLtbQf+LIM60iHGkTOBVEU8wQBrfc1q7BHpyzck
5BbBC86zmyTHLX7/FQtCrWuMCKGNtrmZ9X3U8Fr9+3cr0a4s86GBvxKbJP91PDk/
gN0lHcmfKV5LCrVlJKVDZN1WIhfzDiYzeMxFTUglCXwgdybRQNDRl/tHV2OCz6LM
G1HF38UCO4ofPsvqTTr82BLPU4bdPHfDfn953kkKWvWuZfIsH1Lc0DBpWy38dS+4
kGudNlatWwomp6YHSWAtzN3ANUohconD3ncyc8WbyC7Nmh3B0eafy7BlWl/6pYba
ozGNFj+p2dzRBY3I2pRBAb8pRR01y40rEa4HrWiF/20m1YCUsiws2g==
=YNIN
-----END PGP SIGNATURE-----

--==========B56DF862C85720D3F0F0==========--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?274C6A8159725EDFC31F95C6>