nohup

Rob Landley rob at landley.net
Sun Mar 12 20:42:44 PST 2006


On Sunday 12 March 2006 9:42 pm, Mark Richards wrote:
> Stranger still...
>
> I have an older version of BusyBox but nohup.c *is* in coreutils.  However
> it's not showing on my config menu.

Which version?

> Added entries to applets.h (there wasn't one):
>
> #ifdef CONFIG_NICE
> 	APPLET(nice, nice_main, _BB_DIR_BIN, _BB_SUID_NEVER)
> #endif
> #ifdef CONFIG_NOHUP
> 	APPLET(nohup, nohup_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
> #endif
> #ifdef CONFIG_NSLOOKUP
> 	APPLET(nslookup, nslookup_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
> #endif
>
> And added an entry in .config.
>
> Still doesn't show when I make menuconfig.

Try adding it to coreutils/Config.in.

Or upgrading to a current version. :)

> /m

Rob
-- 
Never bet against the cheap plastic solution.


More information about the busybox mailing list