pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/fam REQUIRE rpcbind in the rc.d script, becau...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3386d6fd9db7
branches:  trunk
changeset: 537497:3386d6fd9db7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 09 21:17:32 2008 +0000

description:
REQUIRE rpcbind in the rc.d script, because famd needs portmapper.
Bump PKGREVISION.

Ok jmmv.

diffstat:

 sysutils/fam/Makefile      |  4 ++--
 sysutils/fam/files/famd.sh |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 8697c5069c59 -r 3386d6fd9db7 sysutils/fam/Makefile
--- a/sysutils/fam/Makefile     Wed Jan 09 21:09:26 2008 +0000
+++ b/sysutils/fam/Makefile     Wed Jan 09 21:17:32 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2007/12/16 14:25:14 cjep Exp $
+# $NetBSD: Makefile,v 1.36 2008/01/09 21:17:32 wiz Exp $
 #
 
 DISTNAME=              fam-2.7.0
-PKGREVISION=           8
+PKGREVISION=           9
 CATEGORIES=            sysutils devel
 MASTER_SITES=          ftp://oss.sgi.com/projects/fam/download/stable/ \
                        ftp://ftp.tuwien.ac.at/opsys/linux/gentoo/distfiles/ \
diff -r 8697c5069c59 -r 3386d6fd9db7 sysutils/fam/files/famd.sh
--- a/sysutils/fam/files/famd.sh        Wed Jan 09 21:09:26 2008 +0000
+++ b/sysutils/fam/files/famd.sh        Wed Jan 09 21:17:32 2008 +0000
@@ -1,9 +1,9 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: famd.sh,v 1.1 2004/10/17 19:20:53 jmmv Exp $
+# $NetBSD: famd.sh,v 1.2 2008/01/09 21:17:32 wiz Exp $
 #
 # PROVIDE: famd
-# REQUIRE: DAEMON
+# REQUIRE: DAEMON rpcbind
 # KEYWORD: shutdown
 
 . /etc/rc.subr



Home | Main Index | Thread Index | Old Index