OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 29-Jan-2003 22:05:15
Branch: HEAD Handle: 2003012921051302
Modified files:
openpkg-src/tripwire tripwire.patch tripwire.spec
openpkg-web news.txt
Log:
correctly include path patch. '#if 0' - silly me
Summary:
Revision Changes Path
1.3 +5 -6 openpkg-src/tripwire/tripwire.patch
1.7 +1 -1 openpkg-src/tripwire/tripwire.spec
1.3096 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tripwire/tripwire.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 tripwire.patch
--- openpkg-src/tripwire/tripwire.patch 28 Jan 2003 16:52:13 -0000 1.2
+++ openpkg-src/tripwire/tripwire.patch 29 Jan 2003 21:05:15 -0000 1.3
@@ -285,25 +285,24 @@
size_t numChars = _tcsftime( szDate, countof( szDate ), szFormat, tm );
--- src/core/stdcore.h.dist Tue Jan 28 14:10:57 2003
-+++ src/core/stdcore.h Tue Jan 28 16:30:56 2003
-@@ -46,6 +46,9 @@
++++ src/core/stdcore.h Wed Jan 29 21:31:59 2003
+@@ -46,12 +46,16 @@
#include "platform.h"
//--Where the configuration file is to be found
-+#if 0
++#if 1
+#define CONFIG_FILE_ROOT "@l_prefix@/etc/tripwire"
+#else
#if IS_BSD
# define CONFIG_FILE_ROOT "/usr/local/etc/tripwire"
#elif defined(USE_FHS)
-@@ -53,6 +56,7 @@
+ # define CONFIG_FILE_ROOT "/etc/tripwire"
#else
# undef CONFIG_FILE_ROOT // Nowhere, just try current directoy
- #endif
+#endif
+ #endif
//--Disable some level 4 warnings
-
--- src/core/platform.h.dist Tue Jan 28 15:39:55 2003
+++ src/core/platform.h Tue Jan 28 15:42:30 2003
@@ -128,10 +128,18 @@
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tripwire/tripwire.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 tripwire.spec
--- openpkg-src/tripwire/tripwire.spec 28 Jan 2003 16:52:13 -0000 1.6
+++ openpkg-src/tripwire/tripwire.spec 29 Jan 2003 21:05:15 -0000 1.7
@@ -39,7 +39,7 @@
Group: Security
License: GPL
Version: %{V_openpkg}
-Release: 20030128
+Release: 20030129
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/tripwire/tripwire-%{V_vendor}.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3095 -r1.3096 news.txt
--- openpkg-web/news.txt 29 Jan 2003 16:55:44 -0000 1.3095
+++ openpkg-web/news.txt 29 Jan 2003 21:05:13 -0000 1.3096
@@ -1,3 +1,4 @@
+29-Jan-2003: Upgraded package: P<tripwire-2.3.1.2-20030129>
29-Jan-2003: Upgraded package: P<sendmail-8.12.7-20030129>
29-Jan-2003: Upgraded package: P<djbdns-1.05-20030129>
29-Jan-2003: New package: P<djbdns-1.05-20030129>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]