[rt-users] Site-specific customization of RT
Smylers
smylers at gbdirect.co.uk
Wed Mar 27 04:31:12 EST 2002
Yesterday Jesse Vincent wrote:
> Short version: the design of rt/local anticipates future
> functionality.
Excellent -- anticipating future functionality is one of my favourite
hobbies!
> Where yes, it'll be easy to drop your own modules in rt/local/lib/RT.
That sounds good. To get this to work, I only had to add an extra use
lib in rt/bin/*. To make this work for people in general I reckon the
only place needing changing is the Makefile. A quick test of replacing
the two occurrences of:
s'!!RT_LIB_PATH!!'$(RT_LIB_PATH)'g;"\
with:
s'!!RT_LIB_PATH!!'$(RT_PATH)/local/lib\", \"$(RT_LIB_PATH)'g;"\
seems to work for me. Something using another Makefile variable or two to do
that less hackily wouldn't be too much more work.
> (And I've got a couple tricks up my sleeve that will make that even
> easier and more powerful)
I was going to offer to do the above properly and submit a patch to
rt-devel, if you'd like. But if you've already got a Cunning Plan and
would rather I just waited, then I'll stop interfering ..
Smylers
--
GBdirect
http://www.gbdirect.co.uk/
More information about the rt-users
mailing list