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: 10-Apr-2004 15:29:50
Branch: HEAD Handle: 2004041014295000
Modified files:
openpkg-src/cfengine cfengine.patch cfengine.spec
Log:
flush this pending change from my queue
Summary:
Revision Changes Path
1.6 +11 -0 openpkg-src/cfengine/cfengine.patch
1.40 +1 -1 openpkg-src/cfengine/cfengine.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cfengine/cfengine.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 cfengine.patch
--- openpkg-src/cfengine/cfengine.patch 13 Feb 2004 11:09:50 -0000 1.5
+++ openpkg-src/cfengine/cfengine.patch 10 Apr 2004 13:29:50 -0000 1.6
@@ -19,3 +19,14 @@
installcheck: installcheck-am
install-strip:
+--- src/cfservd.c.orig 2003-05-15 09:25:34.000000000 +0200
++++ src/cfservd.c 2003-07-24 15:21:29.000000000 +0200
+@@ -723,7 +723,7 @@
+ {
+ Debug("Bound to address %s on
%s=%d\n",sockaddr_ntop(ap->ai_addr),CLASSTEXT[VSYSTEMHARDCLASS],VSYSTEMHARDCLASS);
+
+- if (VSYSTEMHARDCLASS == openbsd)
++ if (VSYSTEMHARDCLASS == openbsd || VSYSTEMHARDCLASS == freebsd)
+ {
+ continue; /* openbsd doesn't map ipv6 addresses */
+ }
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cfengine/cfengine.spec
============================================================================
$ cvs diff -u -r1.39 -r1.40 cfengine.spec
--- openpkg-src/cfengine/cfengine.spec 31 Mar 2004 18:07:42 -0000 1.39
+++ openpkg-src/cfengine/cfengine.spec 10 Apr 2004 13:29:50 -0000 1.40
@@ -36,7 +36,7 @@
Group: System
License: GPL
Version: 2.1.4
-Release: 20040331
+Release: 20040410
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]