[arch-commits] Commit in rsync/trunk (PKGBUILD rsync.install)

Christian Hesse eworm at archlinux.org
Thu Oct 26 15:18:24 UTC 2017


    Date: Thursday, October 26, 2017 @ 15:18:23
  Author: eworm
Revision: 308501

upgpkg: rsync 3.1.2-7

do not indicate error on return

Modified:
  rsync/trunk/PKGBUILD
  rsync/trunk/rsync.install

---------------+
 PKGBUILD      |    2 +-
 rsync.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-26 15:17:15 UTC (rev 308500)
+++ PKGBUILD	2017-10-26 15:18:23 UTC (rev 308501)
@@ -2,7 +2,7 @@
 
 pkgname=rsync
 pkgver=3.1.2
-pkgrel=6
+pkgrel=7
 pkgdesc="A file transfer program to keep remote files in sync"
 arch=('i686' 'x86_64')
 url="https://rsync.samba.org/"

Modified: rsync.install
===================================================================
--- rsync.install	2017-10-26 15:17:15 UTC (rev 308500)
+++ rsync.install	2017-10-26 15:18:23 UTC (rev 308501)
@@ -5,7 +5,7 @@
   (( $(vercmp "$2" '3.1.2-5') > 0 )) && return
 
   # return if neither service nor socket is enabled...
-  systemctl -q is-enabled rsyncd.service rsyncd.socket || return
+  systemctl -q is-enabled rsyncd.service rsyncd.socket || return 0
 
   echo ' > For security reasons the rsyncd service protects home (/root and /home are'
   echo ' > inaccessibly) and system (/boot, /etc and /usr are read-only). If you need'



More information about the arch-commits mailing list