How much trouble would it be to have the name of the .subscriptions file set via the configuration file, or failing that, as a compile-time option? I find that editing the source directly is a bit of a harrowing experience, particularly when doing it as part of a package management system such as an RPM or the FreeBSD ports tree. -- Jay Chandler Network Administrator, Chapman University 714.628.7249 / chandler at chapman.edu Today's Excuse: Too many interrupts
> I find that editing the source directly is a bit > of a harrowing experience, particularly when doing > it as part of a package management system such as > an RPM or the FreeBSD ports tree.man diff ; man patch freebsd does support using patches which makes maintaining your ports easy. I suspect rpm does the same..