- show famd daemon startup

- bump PKGNAME

ok ajacoutot@
This commit is contained in:
kevlo 2008-10-02 01:15:38 +00:00
parent df9705f31b
commit 08b8ce10a8
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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