[arch-commits] Commit in fam/trunk (PKGBUILD fam)

Tobias Powalowski tpowa at archlinux.org
Tue Jun 16 05:19:32 UTC 2009


    Date: Tuesday, June 16, 2009 @ 01:19:32
  Author: tpowa
Revision: 42580

upgpkg: fam 2.7.0-14

Modified:
  fam/trunk/PKGBUILD
  fam/trunk/fam

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-15 20:22:38 UTC (rev 42579)
+++ PKGBUILD	2009-06-16 05:19:32 UTC (rev 42580)
@@ -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: fam
===================================================================
--- fam	2009-06-15 20:22:38 UTC (rev 42579)
+++ fam	2009-06-16 05:19:32 UTC (rev 42580)
@@ -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