Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/docs/new-applet-HOWTO.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 9  Mark Whitley - the remix Line 9  Mark Whitley - the remix
9  Thomas Lundquist - Trying to keep it updated.  Thomas Lundquist - Trying to keep it updated.
10    
11  When doing this you should consider using the latest svn trunk.  When doing this you should consider using the latest svn trunk.
12  This is a good thing if you plan to getting it commited into mainline.  This is a good thing if you plan to getting it committed into mainline.
13    
14  Initial Write  Initial Write
15  -------------  -------------
# Line 107  the function declaration. If not, add it Line 107  the function declaration. If not, add it
107  ifdefs to include or not.  ifdefs to include or not.
108    
109  You can look at libbb/Config.in and try to find out if the function is  You can look at libbb/Config.in and try to find out if the function is
110  tuneable and add it there if it is.  tunable and add it there if it is.
111    
112    
113  Placement / Directory  Placement / Directory
# Line 162  algorithm in busybox.c and the Gods of B Line 162  algorithm in busybox.c and the Gods of B
162  Be sure to read the top of applets.h before adding your applet.  Be sure to read the top of applets.h before adding your applet.
163    
164   /* all programs above here are alphabetically "less than" 'mu' */   /* all programs above here are alphabetically "less than" 'mu' */
165   USE_MU(APPLET(mu, _BB_DIR_USR_BIN, _BB_SUID_NEVER))   IF_MU(APPLET(mu, _BB_DIR_USR_BIN, _BB_SUID_DROP))
166   /* all programs below here are alphabetically "greater than" 'mu' */   /* all programs below here are alphabetically "greater than" 'mu' */
167    
168    

Legend:
Removed from v.983  
changed lines
  Added in v.984