OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-Apr-2006 19:32:22
Branch: HEAD Handle: 2006043018322001
Modified files:
openpkg-src/dcron dcron.patch dcron.spec
Log:
upgrading package: dcron 3.0 -> 3.1
Summary:
Revision Changes Path
1.4 +9 -10 openpkg-src/dcron/dcron.patch
1.46 +2 -2 openpkg-src/dcron/dcron.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dcron/dcron.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 dcron.patch
--- openpkg-src/dcron/dcron.patch 23 Apr 2006 07:52:09 -0000 1.3
+++ openpkg-src/dcron/dcron.patch 30 Apr 2006 17:32:20 -0000 1.4
@@ -1,6 +1,6 @@
Index: defs.h
---- defs.h.orig 2006-04-22 17:59:38 +0200
-+++ defs.h 2006-04-23 09:46:45 +0200
+--- defs.h.orig 2006-04-29 19:20:58 +0200
++++ defs.h 2006-04-30 19:28:14 +0200
@@ -23,6 +23,7 @@
#include <unistd.h>
#include <grp.h>
@@ -9,21 +9,20 @@
#define Prototype extern
#define arysize(ary) (sizeof(ary)/sizeof((ary)[0]))
-@@ -51,7 +52,9 @@
+@@ -60,6 +61,9 @@
#ifndef PATH_VI
#define PATH_VI "/usr/bin/vi" /* location of vi */
#endif
--
+#ifndef PIDFILE
+#define PIDFILE "/var/run/dcron.pid"
+#endif
- #define VERSION "V3.00"
+ #define VERSION "V3.1"
Index: main.c
---- main.c.orig 2006-04-22 17:52:57 +0200
-+++ main.c 2006-04-23 09:46:02 +0200
-@@ -122,8 +122,14 @@
+--- main.c.orig 2006-04-29 18:47:26 +0200
++++ main.c 2006-04-30 19:27:08 +0200
+@@ -120,8 +120,14 @@
perror("fork");
exit(1);
}
@@ -40,8 +39,8 @@
/*
Index: subs.c
---- subs.c.orig 2006-04-22 17:45:49 +0200
-+++ subs.c 2006-04-23 09:46:02 +0200
+--- subs.c.orig 2006-04-27 19:29:56 +0200
++++ subs.c 2006-04-30 19:27:08 +0200
@@ -79,7 +79,7 @@
buf[0] = 0;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/dcron/dcron.spec
============================================================================
$ cvs diff -u -r1.45 -r1.46 dcron.spec
--- openpkg-src/dcron/dcron.spec 23 Apr 2006 07:52:09 -0000 1.45
+++ openpkg-src/dcron/dcron.spec 30 Apr 2006 17:32:21 -0000 1.46
@@ -24,7 +24,7 @@
# package version
%define V_major 3
-%define V_minor 0
+%define V_minor 1
# package information
Name: dcron
@@ -37,7 +37,7 @@
Group: System
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20060423
+Release: 20060430
# list of sources
Source0:
http://apollo.backplane.com/FreeSrc/dcron%{V_major}%{V_minor}.tgz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]