On Tue, Nov 09, 2010 at 07:06:49PM +0000, Dominic Hargreaves wrote: > The config script at around 180 introduces this problem. > This would need to be reworked in order to support empty an > empty webpath. > > The patch along the lines of the attached (untested) should fix this > problem.
> - my $val = ${"RT::$var"} || ""; > + my $val = ${"RT::$var"} || "EMPTY"; Agreed, that should work. Given that the templates say valid values need a leading slash, there shouldn't by any chance for collision with user configuration. Back when I coded this, I guess I thought "/" would be the way to specify an empty path. The submitter says that doesn't work. No idea why. Possibly the template should be updated post-Squeeze to mention the special case of an empty string as it's probably the second most common way to configure the beast (after the default "/rt".) Thanks for working on this. -- Niko -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org