D. E. Evans <[EMAIL PROTECTED]> ha escrit: > I don't believe you intend to have /bin/mail overwritten with GNU > mail,
Why not, provided that it has been linked statically? > I could install /usr/local/bin/mail, and > modify the PATH so that GNU mail is called first, but changing > the name to /usr/local/bin/Mail seems an easier alternative. That's exactly what --program-transform-name is for. Here's how to do that: ./configure --program-transform-name='s,^mail$,Mail,' Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
