Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh as root login



Juergen Christoffel wrote:
>   Why not decide on the behavior based on an option to configure:
>
>      ./configure --enable-build-static

This would be good.  autoconf can be used to determine which options
are required for a static build.

>That would be nice. But make that ./configure --sbin and install a
>copy under /sbin instead of /bin for those machines who supply an
>/sbin directory.

But it would be bad for such an option to also cause two copies to be
compiled, or change the installation directories.  You can easily add
--bindir=/bin or --bindir=/sbin yourself.

-zefram



Messages sorted by: Reverse Date, Date, Thread, Author