[arch-commits] CVS update of extra/network/rsync (PKGBUILD rsyncd)

Eric Belanger eric at archlinux.org
Sun Dec 9 02:32:04 UTC 2007


    Date: Saturday, December 8, 2007 @ 21:32:04
  Author: eric
    Path: /home/cvs-extra/extra/network/rsync

Modified: PKGBUILD (1.34 -> 1.35) rsyncd (1.1 -> 1.2)

upgpkg: rsync 2.6.9-4
fixed daemon script (close FS#4694)


----------+
 PKGBUILD |   24 ++++++++++++++----------
 rsyncd   |    2 ++
 2 files changed, 16 insertions(+), 10 deletions(-)


Index: extra/network/rsync/PKGBUILD
diff -u extra/network/rsync/PKGBUILD:1.34 extra/network/rsync/PKGBUILD:1.35
--- extra/network/rsync/PKGBUILD:1.34	Sun Sep 30 12:53:05 2007
+++ extra/network/rsync/PKGBUILD	Sat Dec  8 21:32:04 2007
@@ -1,20 +1,24 @@
-# $Id: PKGBUILD,v 1.34 2007/09/30 16:53:05 thomas Exp $
-# Maintainer: Judd Vinet <jvinet at zeroflux.org>
+# $Id: PKGBUILD,v 1.35 2007/12/09 02:32:04 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
 pkgname=rsync
 pkgver=2.6.9
-pkgrel=3
+pkgrel=4
 pkgdesc="A file transfer program to keep remote files in sync"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://samba.anu.edu.au/rsync/"
-backup=(etc/rsyncd.conf etc/xinetd.d/rsync)
-license=('GPL2')
+license=('GPL')
 depends=('acl')
+backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync')
 source=(http://rsync.samba.org/ftp/rsync/$pkgname-$pkgver.tar.gz \
         rsyncd.conf rsyncd rsync.xinetd)
-md5sums=('996d8d8831dbca17910094e56dcb5942'
-         '4395c0591638349b1a7aeaaa4da1f03a'
-         '8e22dbda347b3de3fec9139a1c7e6e72'
-         'ea3e9277dc908bc51f9eddc0f6b935c1')
+md5sums=('996d8d8831dbca17910094e56dcb5942' '4395c0591638349b1a7aeaaa4da1f03a'\
+         '9de4d03d49f4b5c73ffd67d452716a49' 'ea3e9277dc908bc51f9eddc0f6b935c1')
+sha1sums=('341618e230ea2e0e551d0ccf06f840d4f824c843'
+          '48be09294134dfed888818872fe552a59c29147a'
+          'ebec275bbd0c11692c91dc59368349601bd9eaf4'
+          'fdb99785bc87ee13d77aa90dc1804f3f75dd7fc1')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
Index: extra/network/rsync/rsyncd
diff -u extra/network/rsync/rsyncd:1.1 extra/network/rsync/rsyncd:1.2
--- extra/network/rsync/rsyncd:1.1	Wed Oct  2 01:11:47 2002
+++ extra/network/rsync/rsyncd	Sat Dec  8 21:32:04 2007
@@ -10,6 +10,7 @@
     if [ $? -gt 0 ]; then
       stat_fail
     else
+      pgrep -of "/usr/bin/rsync --daemon" > /var/run/rsyncd.pid
       add_daemon rsyncd
       stat_done
     fi
@@ -27,6 +28,7 @@
     ;;
   restart)
     $0 stop
+    sleep 1
     $0 start
     ;;
   *)




More information about the arch-commits mailing list