On 10/19/05, Randy McMurchy <[EMAIL PROTECTED]> wrote:
> > That's not true. I've installed openssh a bunch of times, and sshd
> > will go to $prefix/libexec unless you tell it --libexecdir=/usr/sbin
> > or whatever.
>
> We'll just have to A2D on this one. I just installed it to a private
> directory, only using --prefix=/someprivatedir and sshd goes to
> /someprivatedir/sbin and other programs go to /someprivatedir/libexec.
>
> Try it for yourself! :-)
My fault. I looked in Makefile.in and sshd is installed to $(sbindir)
which defaults to $(exec_prefix)/sbin. Sorry for the noise.
[10:53am [EMAIL PROTECTED] grep ^sbindir configure
sbindir='${exec_prefix}/sbin'
[10:53am [EMAIL PROTECTED] grep sbindir Makefile.in
[EMAIL PROTECTED]@
-$(DESTDIR)$(sbindir)/sshd -t -f $(DESTDIR)$(sysconfdir)/sshd_config
$(srcdir)/mkinstalldirs $(DESTDIR)$(sbindir)
$(INSTALL) -m 0755 $(STRIP_OPT) sshd $(DESTDIR)$(sbindir)/sshd
-rmdir $(DESTDIR)$(sbindir)
-rm -f $(DESTDIR)$(sbindir)/sshd$(EXEEXT)
--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page