Date: Wed, 13 Sep 2006 11:41:16 -0500 From: "Scot Hetzel" <swhetzel@gmail.com> To: "Thomas T. Veldhouse" <veldy@veldy.net> Cc: timur@gnu.org, freebsd-ports@freebsd.org Subject: Re: Samba and FAM Message-ID: <790a9fff0609130941mfcbcd84m4e78b42462d117ad@mail.gmail.com> In-Reply-To: <790a9fff0609130938j24c8188cs6a0e5d1339a76a90@mail.gmail.com> References: <45081B59.80309@veldy.net> <790a9fff0609130833w5c6f8502jf2cedf0c17a80389@mail.gmail.com> <790a9fff0609130938j24c8188cs6a0e5d1339a76a90@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 9/13/06, Scot Hetzel <swhetzel@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff0609130941mfcbcd84m4e78b42462d117ad>