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:   23-Apr-2006 09:52:10
  Branch: HEAD                             Handle: 2006042308520900

  Modified files:
    openpkg-src/dcron       dcron.patch dcron.spec

  Log:
    upgrading package: dcron 2.9 -> 3.0

  Summary:
    Revision    Changes     Path
    1.3         +23 -18     openpkg-src/dcron/dcron.patch
    1.45        +3  -3      openpkg-src/dcron/dcron.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/dcron/dcron.patch
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 dcron.patch
  --- openpkg-src/dcron/dcron.patch     2 Feb 2003 09:36:10 -0000       1.2
  +++ openpkg-src/dcron/dcron.patch     23 Apr 2006 07:52:09 -0000      1.3
  @@ -1,24 +1,28 @@
  ---- defs.h   Fri Sep  5 21:44:32 1997
  -+++ defs.h   Wed Jun 13 09:51:08 2001
  -@@ -21,12 +21,16 @@
  - #include <sys/wait.h>
  - #include <sys/stat.h>
  - #include <sys/resource.h>
  +Index: defs.h
  +--- defs.h.orig      2006-04-22 17:59:38 +0200
  ++++ defs.h   2006-04-23 09:46:45 +0200
  +@@ -23,6 +23,7 @@
  + #include <unistd.h>
  + #include <grp.h>
  + #include <err.h>
   +#include <sys/termios.h>
    
    #define Prototype extern
    #define arysize(ary)        (sizeof(ary)/sizeof((ary)[0]))
  - 
  - #ifndef CRONTABS
  - #define CRONTABS    "/var/spool/cron/crontabs"
  -+#endif
  +@@ -51,7 +52,9 @@
  + #ifndef PATH_VI
  + #define PATH_VI             "/usr/bin/vi"   /* location of vi       */
  + #endif
  +-
   +#ifndef PIDFILE
   +#define PIDFILE             "/var/run/dcron.pid"
  - #endif
  - #ifndef TMPDIR
  - #define TMPDIR              "/tmp"
  ---- main.c   Mon May  2 17:28:24 1994
  -+++ main.c   Wed Jun 13 09:53:09 2001
  ++#endif
  + 
  + #define VERSION     "V3.00"
  + 
  +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 @@
                perror("fork");
                exit(1);
  @@ -35,8 +39,9 @@
        }
    
        /* 
  ---- subs.c   Wed Feb 10 07:31:46 1999
  -+++ subs.c   Sun Feb  2 10:33:56 2003
  +Index: subs.c
  +--- subs.c.orig      2006-04-22 17:45:49 +0200
  ++++ subs.c   2006-04-23 09:46:02 +0200
   @@ -79,7 +79,7 @@
    
        buf[0] = 0;
  @@ -47,7 +52,7 @@
        return(strlen(buf));
    }
   @@ -97,9 +97,15 @@
  -         log(9, "failed to get uid for %s", user);
  +         logn(9, "failed to get uid for %s", user);
            return(-1);
        }
   -    setenv("USER", pas->pw_name, 1);
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/dcron/dcron.spec
  ============================================================================
  $ cvs diff -u -r1.44 -r1.45 dcron.spec
  --- openpkg-src/dcron/dcron.spec      8 Feb 2006 18:32:27 -0000       1.44
  +++ openpkg-src/dcron/dcron.spec      23 Apr 2006 07:52:09 -0000      1.45
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define       V_major 2
  -%define       V_minor 9
  +%define       V_major 3
  +%define       V_minor 0
   
   #   package information
   Name:         dcron
  @@ -37,7 +37,7 @@
   Group:        System
   License:      GPL
   Version:      %{V_major}.%{V_minor}
  -Release:      20060208
  +Release:      20060423
   
   #   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                     openpkg-cvs@openpkg.org

Reply via email to