Tim Wegner wrote:
> 
> I have compiled cvs 1.11.1p1 on my Debian 2.1 Slink box and am
> planning to make an leaf/lrp package. I have a simple minded
> question. Where should the executable go? Do we have a Leaf
> standard for where to put this sort of thing?
> 
> The CVS default is /usr/local/bin, [...]

/bin is for system user binaries.  ksh goes here.
/sbin is for system admin binaries.  ping is often here.
/usr/bin is for additional user binaries.
/usr/sbin is for additional admin binaries.

Also, things in /bin and /sbin are usually required for boot, and /usr
is for everything else.

> I'll
> even share the secret of how I did it:
> 
> ./configure
> make
> make install

I usually use one of these commands:

./configure --prefix= --sysconfdir=/etc

...or...

./configure --prefix=/usr --sysconfdir=/etc

Also, do a:

./configure --help

...to see what you can deactivate or remove, or if there is some added
capabilities that you can add in.  I would think CVS would be a good
thing to trim down...

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to