From 08b8ce10a8e07686c46c9bd2bf587ff73e311895 Mon Sep 17 00:00:00 2001 From: kevlo Date: Thu, 2 Oct 2008 01:15:38 +0000 Subject: [PATCH] - show famd daemon startup - bump PKGNAME ok ajacoutot@ --- sysutils/fam/Makefile | 4 ++-- sysutils/fam/pkg/MESSAGE | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sysutils/fam/Makefile b/sysutils/fam/Makefile index 6a2a23412da..3523f01de97 100644 --- a/sysutils/fam/Makefile +++ b/sysutils/fam/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2008/04/19 10:57:00 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.10 2008/10/02 01:15:38 kevlo Exp $ COMMENT= File Alteration Monitor DISTNAME= fam-2.7.0 -PKGNAME= ${DISTNAME}p5 +PKGNAME= ${DISTNAME}p6 SHARED_LIBS += fam 0.0 # .0.0 CATEGORIES= sysutils diff --git a/sysutils/fam/pkg/MESSAGE b/sysutils/fam/pkg/MESSAGE index e85fab48d18..d340284b463 100644 --- a/sysutils/fam/pkg/MESSAGE +++ b/sysutils/fam/pkg/MESSAGE @@ -12,5 +12,5 @@ and reload inetd(8) daemon. To enable the FAM daemon as a standalone server add the following lines to /etc/rc.local file: if [ -x ${PREFIX}/sbin/famd ]; then - ${PREFIX}/sbin/famd -T 0 + echo -n ' famd'; ${PREFIX}/sbin/famd -T 0 fi