OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Jun-2004 16:46:40
Branch: HEAD Handle: 2004060715463901
Modified files:
openpkg-src/cvs cvs.patch cvs.spec
Log:
repair syntax
Summary:
Revision Changes Path
1.5 +3 -3 openpkg-src/cvs/cvs.patch
1.89 +1 -1 openpkg-src/cvs/cvs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cvs/cvs.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 cvs.patch
--- openpkg-src/cvs/cvs.patch 30 Jun 2003 08:40:35 -0000 1.4
+++ openpkg-src/cvs/cvs.patch 7 Jun 2004 14:46:39 -0000 1.5
@@ -4,7 +4,7 @@
#include <assert.h>
#include "cvs.h"
-+#ifdef SERVER_SUPPORT && HAVE_SYSLOG_H
++#if defined(SERVER_SUPPORT) && defined(HAVE_SYSLOG_H)
+#include <syslog.h>
+#include <stdarg.h>
+#endif
@@ -16,8 +16,8 @@
don't use it. */
int option_index = 0;
+
-+#ifdef SERVER_SUPPORT && HAVE_SYSLOG_H
-+ /* fsl identification */
++#if defined(SERVER_SUPPORT) && defined(HAVE_SYSLOG_H)
++ /* OSSP fsl identification */
+ openlog("cvs", 0, LOG_DAEMON);
+#endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cvs/cvs.spec
============================================================================
$ cvs diff -u -r1.88 -r1.89 cvs.spec
--- openpkg-src/cvs/cvs.spec 4 Jun 2004 19:15:54 -0000 1.88
+++ openpkg-src/cvs/cvs.spec 7 Jun 2004 14:46:40 -0000 1.89
@@ -38,7 +38,7 @@
Group: SCM
License: GPL
Version: %{V_cvs}
-Release: 20040604
+Release: 20040607
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]