How do I install insert_condition.pl?

Hi,

I’ve read the docs (blank) and searched the archives (question asked but
not answered satisfactorily, yes I looked at the perldoc for
RT::Condition::Generic, and it did not answer my question).

Extremely simple question:

I am running 2.0.9.

I downloaded the following 2 files from the contib archive for 2.0:

OwnerChange.pm insert_condition.pl

How do I install them?

Dwayne

So. you check insert_condition.pm over for site customization that needs
to happen. then you execute it as root. drop the .pm file in lib/RT/Condition

-jesseOn Thu, Dec 06, 2001 at 06:38:16PM -0800, Dwayne Fontenot wrote:

Hi,

I’ve read the docs (blank) and searched the archives (question asked but
not answered satisfactorily, yes I looked at the perldoc for
RT::Condition::Generic, and it did not answer my question).

Extremely simple question:

I am running 2.0.9.

I downloaded the following 2 files from the contib archive for 2.0:

OwnerChange.pm insert_condition.pl

How do I install them?

Dwayne


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

http://www.bestpractical.com/products/rt – Trouble Ticketing. Free.

Hi Dwayne -

I was similarly puzzled. It turned out to be pretty easy. Here’s what
I did:

put OwnerChange.pm in rt2/lib/RT/Condition/

and then added a row to the ScripCondiditions table with the values in
insert_condition.pl which seems to just be a convenience script to do
it for you. Doing it by hand does not seem to have caused any problems
for me; my OnOwnerChange scrips are firing as expected.

Matt.