1config BR2_PACKAGE_DTACH 2 bool "dtach" 3 depends on BR2_USE_MMU # fork() 4 help 5 dtach is a tiny program that emulates the detach feature of 6 screen, allowing you to run a program in an environment that 7 is protected from the controlling terminal and attach to it 8 later. 9 10 http://dtach.sourceforge.net/ 11