<span class="gmail_quote"></span><span class="gmail_quote"></span>Hello, All<br><br>Thank you for the great program! It is extremely helpful!<br><br>I am using busybox as a core to build the Hard Real time linux based distributive for usage in embedded systems. I use T2 project (
<a href="http://www.t2-project.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.t2-project.org/</a>) to prepare my distributive. <br><br>There is a patch in T2 for busybox which fixes the installation path from root to /sbin.<br>The developers of T2 consider that installation of programs&nbsp; in the top-level is not nice and against the FHS (Filesystem Hirarchy Standard).
<br><br>Here is the code of patch (the patch is also attached to this email).<br>This patch is also applicable to the latest version 1.6.1 of busybox.<br><br>--- busybox-1.6.0/include/applets.h.vanilla&nbsp;&nbsp;&nbsp;&nbsp; 2007-06-14 09:17:
12.000000000 +0000<br>+++ busybox-1.6.0/include/applets.h&nbsp;&nbsp;&nbsp;&nbsp; 2007-06-14 09:17:21.000000000 +0000<br>@@ -204,3 +204,3 @@<br>&nbsp;USE_SETARCH(APPLET_NOUSAGE(linux64, setarch, _BB_DIR_BIN, _BB_SUID_NEVER))<br>-USE_FEATURE_INITRD(APPLET_NOUSAGE(linuxrc, init, _
<span style="color: rgb(255, 0, 0);">BB_DIR_ROOT</span>, _BB_SUID_NEVER))<br>+USE_FEATURE_INITRD(APPLET_NOUSAGE(linuxrc, init, _<span style="background-color: rgb(255, 255, 255); color: rgb(255, 0, 0);">BB_DIR_SBIN</span>


, _BB_SUID_NEVER))<br>&nbsp;USE_LN(APPLET_NOEXEC(ln, ln, _BB_DIR_BIN, _BB_SUID_NEVER, ln))<br><br>Once again,<br>Thank you for the great job!!!<br>Keep it this way :)<br><br>Denis<br>
<br>
<br clear="all">