[arch-commits] Commit in fam/repos (3 files)

Tobias Powalowski tpowa at archlinux.org
Tue Jun 16 05:20:11 UTC 2009


    Date: Tuesday, June 16, 2009 @ 01:20:11
  Author: tpowa
Revision: 42581

Merged revisions 42580 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/fam/trunk

........
  r42580 | tpowa | 2009-06-16 07:19:32 +0200 (Di, 16 Jun 2009) | 1 line
  
  upgpkg: fam 2.7.0-14
........

Modified:
  fam/repos/testing-x86_64/	(properties)
  fam/repos/testing-x86_64/PKGBUILD
  fam/repos/testing-x86_64/fam

----------+
 PKGBUILD |    4 ++--
 fam      |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)


Property changes on: fam/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /fam/trunk:1-42567
   + /fam/trunk:1-42580

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-06-16 05:19:32 UTC (rev 42580)
+++ testing-x86_64/PKGBUILD	2009-06-16 05:20:11 UTC (rev 42581)
@@ -4,7 +4,7 @@
 
 pkgname=fam
 pkgver=2.7.0
-pkgrel=13
+pkgrel=14
 pkgdesc="File Alteration Monitor"
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL')
@@ -23,7 +23,7 @@
          '47b41e0b0498793af004696a096d7da1'
          '2638b8ffacb9f03b6e438e08ea7b290a'
          'fc0cabc0ac4f819680401eb3090c29c9'
-         '45b648907ba1c7edec17fb544f1f4a13')
+         '0b4dd9894ccc03f57787f9dfc0a7bd6f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: testing-x86_64/fam
===================================================================
--- testing-x86_64/fam	2009-06-16 05:19:32 UTC (rev 42580)
+++ testing-x86_64/fam	2009-06-16 05:20:11 UTC (rev 42581)
@@ -7,11 +7,11 @@
 case "$1" in
   start)
     #Check for running portmap, start when not running
-    ck_daemon portmap && /etc/rc.d/portmap start
+    ck_daemon rpcbind && /etc/rc.d/rpcbind start
     stat_busy "Starting File Alteration Monitor"
-    if [ ! -f /var/run/daemons/portmap ]; then
+    if [ ! -f /var/run/daemons/rpcbind ]; then
       stat_fail
-      echo "ERROR: PORTMAP is not running"
+      echo "ERROR: rpcbind is not running"
       exit 1
     fi
     if [ -z "$PID" ]; then




More information about the arch-commits mailing list