Thus spake Bernard Li ([EMAIL PROTECTED]):
>Currently in boel_binaries.inc, the OPENSSH_BINARIES are copied to 
>$(BOEL_BINARIES_DIR)/sbin.  However, I noticed that "scp" will not work 
>because it expects "ssh" to be in /usr/bin.  Can I change it such that 
>OPENSSH_BINARIES are copied to $(BOEL_BINARIES_DIR)/usr/bin instead?

Yes.


>Not sure if that's going to break anything though.

I don't think it will.  We don't usually (and I think we should make
this a more official policy as of this email) use absolute paths for
command names.  Commands should be findable via $PATH.

Heh, I just realized after writing that paragraph above, that the whole
reason this came up as an issue is because of an app calling a binary
with a specific path (sometimes it is warranted).

Cheers, -Brian

 
>Cheers,
> 
>Bernard

-- 
Brian Elliott Finley
Mobile:  630.631.6621


_______________________________________________
Sisuite-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to