OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   13-Jan-2009 23:08:58
  Branch: HEAD                             Handle: 2009011322085800

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

  Log:
    upgrading package: bacula 2.4.3 -> 2.4.4

  Summary:
    Revision    Changes     Path
    1.10        +10 -10     openpkg-src/bacula/bacula.patch
    1.74        +2  -2      openpkg-src/bacula/bacula.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/bacula/bacula.patch
  ============================================================================
  $ cvs diff -u -r1.9 -r1.10 bacula.patch
  --- openpkg-src/bacula/bacula.patch   9 Jul 2008 05:59:04 -0000       1.9
  +++ openpkg-src/bacula/bacula.patch   13 Jan 2009 22:08:58 -0000      1.10
  @@ -1,6 +1,6 @@
   Index: manpages/Makefile.in
   --- manpages/Makefile.in.orig        2007-04-24 17:47:01 +0200
  -+++ manpages/Makefile.in     2008-07-09 07:45:59 +0200
  ++++ manpages/Makefile.in     2009-01-13 16:55:33 +0100
   @@ -20,23 +20,21 @@
    install:
        $(MKDIR) $(DESTDIR)/$(mandir)/man8
  @@ -33,7 +33,7 @@
    clean:      dummy
   Index: scripts/bacula.in
   --- scripts/bacula.in.orig   2008-07-06 15:06:15 +0200
  -+++ scripts/bacula.in        2008-07-09 07:53:22 +0200
  ++++ scripts/bacula.in        2009-01-13 16:55:33 +0100
   @@ -15,30 +15,36 @@
    #  
    scriptd...@scriptdir@
  @@ -83,21 +83,21 @@
    
       *)
   Index: scripts/btraceback.in
  ---- scripts/btraceback.in.orig       2008-06-01 10:49:00 +0200
  -+++ scripts/btraceback.in    2008-07-09 07:45:59 +0200
  -@@ -12,6 +12,9 @@
  - PNAME="${PNAME} on `hostname`"
  +--- scripts/btraceback.in.orig       2008-10-31 09:32:10 +0100
  ++++ scripts/btraceback.in    2009-01-13 22:59:41 +0100
  +@@ -13,6 +13,9 @@
  + WD="@working_dir@"
    if test `uname -s` = SunOS ; then
  -   gcore -o @working_dir@/${PNAME} $2
  +   gcore -o ${WD}/${PNAME} $2
   +fi
   +if test `uname -s` = SunOS &&
   +   test -n `which dbx 2>/dev/null` ; then
  -   dbx $1 $2 <@scriptdir@/btraceback.dbx 2>&1 \
  +   dbx $1 $2 <@scriptdir@/btraceback.dbx >${WD}/bacula.$$.traceback 2>&1
  +   cat ${WD}/bacula.$$.traceback \
       | @sbindir@/bsmtp -h @smtp_host@ -f @dump_email@ -s "Bacula DBX 
traceback of ${PNAME}" @dump_email@
  - else
   Index: src/dird/bacula-dir.conf.in
   --- src/dird/bacula-dir.conf.in.orig 2008-06-19 21:44:34 +0200
  -+++ src/dird/bacula-dir.conf.in      2008-07-09 07:45:59 +0200
  ++++ src/dird/bacula-dir.conf.in      2009-01-13 16:55:33 +0100
   @@ -29,7 +29,8 @@
      Level = Incremental
      Client = @hostn...@-fd 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/bacula/bacula.spec
  ============================================================================
  $ cvs diff -u -r1.73 -r1.74 bacula.spec
  --- openpkg-src/bacula/bacula.spec    13 Oct 2008 18:24:05 -0000      1.73
  +++ openpkg-src/bacula/bacula.spec    13 Jan 2009 22:08:58 -0000      1.74
  @@ -31,8 +31,8 @@
   Class:        PLUS
   Group:        System
   License:      GPL
  -Version:      2.4.3
  -Release:      20081013
  +Version:      2.4.4
  +Release:      20090113
   
   #   package options
   %option       with_server       yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to