[arch-commits] Commit in fam/repos (3 files)
Tobias Powalowski
tpowa at archlinux.org
Tue Jun 16 05:21:39 UTC 2009
Date: Tuesday, June 16, 2009 @ 01:21:39
Author: tpowa
Revision: 42582
Merged revisions 42580 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/fam/trunk
........
r42580 | tpowa | 2009-06-16 05:19:32 +0000 (Di, 16 Jun 2009) | 1 line
upgpkg: fam 2.7.0-14
........
Modified:
fam/repos/testing-i686/ (properties)
fam/repos/testing-i686/PKGBUILD
fam/repos/testing-i686/fam
----------+
PKGBUILD | 4 ++--
fam | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
Property changes on: fam/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /fam/trunk:1-42569
+ /fam/trunk:1-42581
Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2009-06-16 05:20:11 UTC (rev 42581)
+++ testing-i686/PKGBUILD 2009-06-16 05:21:39 UTC (rev 42582)
@@ -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-i686/fam
===================================================================
--- testing-i686/fam 2009-06-16 05:20:11 UTC (rev 42581)
+++ testing-i686/fam 2009-06-16 05:21:39 UTC (rev 42582)
@@ -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