package: interchange
severity: wishlist

The AddDirective configuration directive allows to specify a default. 
However, this is only a string value. 

It would be nice if the string value is parsed, e.g.

AddDirective Swish hash "swish_cmd /usr/bin/swish-e"

resulting in:

 'Swish' => {
                       'index' => 'products/swish-e.db',
                       'swish_cmd' => '/usr/bin/swish-e'
                     },

instead of:

 'Swish' => {
                       'index' => 'products/swish-e.db',
                       'swish_cmd /usr/bin/swish-e' => undef
                     },

Bye
        Racke

-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to