ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: devel@lists.altlinux.org
Subject: [devel] Fwd: [PATCH] Change the default temp file prefix to be "sqlite" spelled backwards.
Date: Wed, 1 Nov 2006 12:46:58 +0300
Message-ID: <20061101094658.GA21112@localhost.localdomain> (raw)

[-- Attachment #1: Type: text/plain, Size: 2391 bytes --]

----- Forwarded message from "D. Richard Hipp" <drh@hwaci> -----

Date: Tue, 31 Oct 2006 21:16:49 +0000
From: D. Richard Hipp <drh@hwaci>
Subject: [PATCH] Change the default prefix for temporary files so that it no longer

contains the text "sqlite".  In this way, perhaps we will not get so
many false bug reports such as ticket #2049, #1989, and #1841.
---
 src/os.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/os.h b/src/os.h
index 4433f5d..c431364 100644
--- a/src/os.h
+++ b/src/os.h
@@ -83,7 +83,7 @@
 ** using -DTEMP_FILE_PREFIX=myprefix_ on the compiler command line.
 */
 #ifndef TEMP_FILE_PREFIX
-# define TEMP_FILE_PREFIX "sqlite_"
+# define TEMP_FILE_PREFIX "tfanswtpf_"
 #endif
 
 /*
-- 
1.4.3.GIT

----- End forwarded message -----
----- Forwarded message from "D. Richard Hipp" <drh@hwaci> -----

Date: Tue, 31 Oct 2006 21:27:33 +0000
From: D. Richard Hipp <drh@hwaci>
Subject: [PATCH] Change the default temp file prefix to be "sqlite" spelled backwards.

Tickets #2049 et al.
---
 src/os.h |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/src/os.h b/src/os.h
index c431364..182cf99 100644
--- a/src/os.h
+++ b/src/os.h
@@ -81,9 +81,21 @@
 ** prefix to reflect your program's name, so that if your program exits
 ** prematurely, old temporary files can be easily identified. This can be done
 ** using -DTEMP_FILE_PREFIX=myprefix_ on the compiler command line.
+**
+** 2006-10-31:  The default prefix used to be "sqlite_".  But then
+** Mcafee started using SQLite in their anti-virus product and it
+** started putting files with the "sqlite" name in the c:/temp folder.
+** This annoyed many windows users.  Those users would then do a 
+** Google search for "sqlite", find the telephone numbers of the
+** developers and call to wake them up at night and complain.
+** For this reason, the default name prefix is changed to be "sqlite" 
+** spelled backwards.  So the temp files are still identified, but
+** anybody smart enough to figure out the code is also likely smart
+** enough to know that calling the developer will not help get rid
+** of the file.
 */
 #ifndef TEMP_FILE_PREFIX
-# define TEMP_FILE_PREFIX "tfanswtpf_"
+# define TEMP_FILE_PREFIX "etilqs_"
 #endif
 
 /*
-- 
1.4.3.GIT

----- End forwarded message -----

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

                 reply	other threads:[~2006-11-01  9:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061101094658.GA21112@localhost.localdomain \
    --to=at@altlinux.ru \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git