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 openpkg-web          Date:   27-May-2003 19:21:42
  Branch: HEAD                             Handle: 2003052718214001

  Modified files:
    openpkg-src/rsync       rc.rsync rsync.spec
    openpkg-web             news.txt

  Log:
    fix cron job by escaping the sub-command so it is executed not already
    on startup

  Summary:
    Revision    Changes     Path
    1.10        +1  -1      openpkg-src/rsync/rc.rsync
    1.42        +1  -1      openpkg-src/rsync/rsync.spec
    1.4599      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/rsync/rc.rsync
  ============================================================================
  $ cvs diff -u -r1.9 -r1.10 rc.rsync
  --- openpkg-src/rsync/rc.rsync        28 Mar 2003 14:52:35 -0000      1.9
  +++ openpkg-src/rsync/rc.rsync        27 May 2003 17:21:41 -0000      1.10
  @@ -44,7 +44,7 @@
           shtool rotate -f \
               -n ${rsync_log_numfiles} -s ${rsync_log_minsize} \
               -d -z ${rsync_log_complevel} -o @l_musr@ -g @l_mgrp@ -m 644 \
  -            -E "test -f $rsync_pidfile && kill -TERM `cat $rsync_pidfile`; sleep 2; 
\
  +            -E "test -f $rsync_pidfile && kill -TERM \`cat $rsync_pidfile\`; sleep 
2; \
                   nice -n $rsync_nicelevel @l_prefix@/bin/rsync $rsync_flags --daemon 
--config=$rsync_cfgfile" \
               $rsync_logfile
       fi
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/rsync/rsync.spec
  ============================================================================
  $ cvs diff -u -r1.41 -r1.42 rsync.spec
  --- openpkg-src/rsync/rsync.spec      28 Mar 2003 14:52:35 -0000      1.41
  +++ openpkg-src/rsync/rsync.spec      27 May 2003 17:21:41 -0000      1.42
  @@ -33,7 +33,7 @@
   Group:        Filesystem
   License:      GPL
   Version:      2.5.6
  -Release:      20030328
  +Release:      20030527
   
   #   list of sources
   Source0:      http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.4598 -r1.4599 news.txt
  --- openpkg-web/news.txt      27 May 2003 17:18:01 -0000      1.4598
  +++ openpkg-web/news.txt      27 May 2003 17:21:40 -0000      1.4599
  @@ -1,3 +1,4 @@
  +27-May-2003: Upgraded package: P<rsync-2.5.6-20030527>
   27-May-2003: Upgraded package: P<proftpd-1.2.8-20030527>
   27-May-2003: Upgraded package: P<xemacs-21.4.13-20030527>
   27-May-2003: Upgraded package: P<mico-2.3.10-20030527>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to