Samba and FAM

Scot Hetzel swhetzel at gmail.com
Wed Sep 13 09:41:18 PDT 2006


On 9/13/06, Scot Hetzel <swhetzel at gmail.com> wrote:
> .if exists(${LOCALBASE}/libexec/gam_server) || exists(${LOCALBASE}/bin/fam)
> OPTIONS+=       FAM_SUPPORT     "With File Alteration Monitor" off
> .else
> FORCE_FAM_SUPPORT= yes
> .endif

Opps, this test should be reversed.

.if exists(${LOCALBASE}/libexec/gam_server) || exists(${LOCALBASE}/bin/fam)
FORCE_FAM_SUPPORT= yes
.else
OPTIONS+=       FAM_SUPPORT     "With File Alteration Monitor" off
.endif

Scot

-- 
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.


More information about the freebsd-ports mailing list