diff options
| author | Ned T. Crigler <crigler@users.sourceforge.net> | 2014-08-03 22:24:47 -0700 |
|---|---|---|
| committer | Ned T. Crigler <crigler@users.sourceforge.net> | 2014-08-04 12:46:30 -0700 |
| commit | c7b68ae3fa3f8b367b0b8201e5ab3d0323363ee4 (patch) | |
| tree | d90d15d8554563ed84eb6a9f32e604245a97930d /dtach.h | |
| parent | 8527d8e8765d2e19f118f915cec3301b1c6cf5ea (diff) | |
Add dtach -N.
dtach -N is similar to dtach -n, except dtach will not daemonize.
Based on patches by Ciprian Dorin Craciun and Frank Hunleth.
Diffstat (limited to 'dtach.h')
| -rw-r--r-- | dtach.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ struct packet #define EOS "\033[999H" int attach_main(int noerror); -int master_main(char **argv, int waitattach); +int master_main(char **argv, int waitattach, int dontfork); #ifdef sun #define BROKEN_MASTER |
