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: 11-Oct-2004 17:20:13
Branch: HEAD Handle: 2004101116201200
Modified files:
openpkg-src/monit monit.patch monit.spec
Log:
fix building under Linux and bless for PLUS class
Summary:
Revision Changes Path
1.9 +12 -0 openpkg-src/monit/monit.patch
1.42 +2 -2 openpkg-src/monit/monit.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/monit/monit.patch
============================================================================
$ cvs diff -u -r1.8 -r1.9 monit.patch
--- openpkg-src/monit/monit.patch 24 Sep 2004 09:25:19 -0000 1.8
+++ openpkg-src/monit/monit.patch 11 Oct 2004 15:20:12 -0000 1.9
@@ -120,3 +120,15 @@
}
do_send(&S, ".\r\n");
do_status(&S);
+Index: process/sysdep_LINUX.c
+--- process/sysdep_LINUX.c.orig 2004-09-11 21:07:35 +0200
++++ process/sysdep_LINUX.c 2004-10-11 17:17:45 +0200
+@@ -70,6 +70,8 @@
+ #include <glob.h>
+ #endif
+
++#include <errno.h>
++
+ #include "monitor.h"
+ #include "process.h"
+ #include "process_sysdep.h"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/monit/monit.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 monit.spec
--- openpkg-src/monit/monit.spec 24 Sep 2004 09:25:19 -0000 1.41
+++ openpkg-src/monit/monit.spec 11 Oct 2004 15:20:12 -0000 1.42
@@ -30,11 +30,11 @@
Vendor: Jan-Henrik Haukeland et al.
Packager: The OpenPKG Project
Distribution: OpenPKG
-Class: EVAL
+Class: PLUS
Group: System
License: GPL
Version: 4.4
-Release: 20040924
+Release: 20041011
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]