From 1b4b2cb20e5291c319ce0c7721e64445e2749b10 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 9 Apr 2007 21:30:53 +0000 Subject: xargs: shrink code, ~80 bytes applets.h: +#undef APPLET_NOEXEC --- include/applets.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/applets.h b/include/applets.h index f20b796..0139038 100644 --- a/include/applets.h +++ b/include/applets.h @@ -14,8 +14,8 @@ /* name - applet name as it is typed on command line name2 - applet name, converted to C (ether-wake: name2 = ether_wake) -main - _main part (e.g. for bzcat: main = bunzip2) -l - location ([/usr]/[s]bin) +main - corresponding _main to call (bzcat: main = bunzip2) +l - location to install link to: [/usr]/[s]bin s - suid type: _BB_SUID_ALWAYS: will complain if busybox isn't suid and is run by non-root (applet_main() will not be called at all) @@ -363,3 +363,4 @@ USE_ZCIP(APPLET(zcip, _BB_DIR_SBIN, _BB_SUID_NEVER)) #undef APPLET_NOUSAGE #undef APPLET_ODDNAME #undef APPLET_NOEXEC +#undef APPLET_NOFORK -- cgit v1.1