Roundup Tracker - Issues

Message1005

Author thomas_ah
Recipients
Date 2003-11-12.11:32:56
Message-id
In-reply-to
Logged In: YES 
user_id=839582

Yes, it _might_ be useful, but it _is_ dangerous. I didn't
describe a theoretical problem here, but a problem which
occured to me while I was installing a new tracker instance.
The main cause for this is search rule 3, which is somehow
surprising. Imagine having "./*" in your shell search path,
which is even worse than having "." in the search path like
in DOS/Windows.

I see two solutions for this issue if TEMPLATE-INFO.txt
should be in the instance home:
1. remove search rule 3 or
2. automatically change TEMPLATE-INFO.txt when being
installed to append something to the "Name:" line. Maybe
"Name: classic-foobar" if the tracker home is
"/path/to/foobar". This way you can say: Hey, I want a
tracker configured like this installed one, which of course
changes TEMPLATE-INFO.txt:Name to "classic-foobar-baz".

Now that I've written it down, the second solution sounds
really good. Should I implement it?
History
Date User Action Args
2009-02-03 14:20:30adminlinkissue827497 messages
2009-02-03 14:20:30admincreate