Re: [hackers] setsid: add optional -f to force fork()

2020-07-25 Thread Michael Forney
On 2020-07-14, Hiltjo Posthuma wrote: > The below patch adds an -f flag to force fork(2)ing and creating a new > process. Thanks, I applied the patch. Though I wonder, is Linux the only operating system that typically has setsid(1)? It doesn't look like it is available on BSDs. It's such a small

[hackers] [sbase] setsid: add optional -f to force fork() || Hiltjo Posthuma

2020-07-25 Thread git
commit 0df09d5ba02a46b3886989f11dac060fb53ba619 Author: Hiltjo Posthuma AuthorDate: Tue Jul 14 10:15:43 2020 +0200 Commit: Michael Forney CommitDate: Sat Jul 25 13:48:46 2020 -0700 setsid: add optional -f to force fork() diff --git a/setsid.1 b/setsid.1 index d43bcfc..4df6439 100644

Re: [hackers] setsid: add optional -f to force fork()

2020-07-25 Thread Hiltjo Posthuma
On Tue, Jul 14, 2020 at 10:15:43AM +0200, Hiltjo Posthuma wrote: > Hi, > > The below patch adds an -f flag to force fork(2)ing and creating a new > process. > > > From a75ef384c11b64732dd6a3adc9249ba6beb8a67e Mon Sep 17 00:00:00 2001 > From: Hiltjo Posthuma > Date: Tue, 14 Jul 2020 10:11:43 +0