summaryrefslogtreecommitdiff
path: root/security/tripwire/files/patch-src::tripwire::mailmessage.cpp
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2002-03-01 01:47:15 +0000
committerCy Schubert <cy@FreeBSD.org>2002-03-01 01:47:15 +0000
commita6459ea267edc65be49643d7dbaf21aef748a6b9 (patch)
tree95c3922ca5d84f1fd08078adc3c6a6a1b808cccc /security/tripwire/files/patch-src::tripwire::mailmessage.cpp
parentFirst step towards a working port. (diff)
Update from 1.2 (academic source release) to 2.3.1-2 (open source Linux
release). In relation to Tripwire 1.x, 2.x is a complete rewrite. PR: ports/29137 Submitted by: nectar (first review), cjc (second review)
Notes
Notes: svn path=/head/; revision=55363
Diffstat (limited to 'security/tripwire/files/patch-src::tripwire::mailmessage.cpp')
-rw-r--r--security/tripwire/files/patch-src::tripwire::mailmessage.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/tripwire/files/patch-src::tripwire::mailmessage.cpp b/security/tripwire/files/patch-src::tripwire::mailmessage.cpp
new file mode 100644
index 000000000000..f5566a087aa7
--- /dev/null
+++ b/security/tripwire/files/patch-src::tripwire::mailmessage.cpp
@@ -0,0 +1,11 @@
+--- src/tripwire/mailmessage.cpp.orig Thu Jul 5 05:16:34 2001
++++ src/tripwire/mailmessage.cpp Thu Jul 5 05:16:47 2001
+@@ -241,7 +241,7 @@
+ time_t current_time = time(NULL);
+ tm = localtime ( &current_time );
+
+- const TCHAR* szFormat = _T("%a %d %b %Y %H:%M:%S %z");
++ const TCHAR* szFormat = _T("%a, %d %b %Y %H:%M:%S %z");
+
+ size_t numChars = _tcsftime( szDate, countof( szDate ), szFormat, tm );
+