diff options
Diffstat (limited to 'app-admin/hddtemp/files/hddtemp-0.3_beta13-setsid.patch')
-rw-r--r-- | app-admin/hddtemp/files/hddtemp-0.3_beta13-setsid.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-admin/hddtemp/files/hddtemp-0.3_beta13-setsid.patch b/app-admin/hddtemp/files/hddtemp-0.3_beta13-setsid.patch deleted file mode 100644 index 6e8da2a267d0..000000000000 --- a/app-admin/hddtemp/files/hddtemp-0.3_beta13-setsid.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur hddtemp-0.3-beta13/src/daemon.c hddtemp-0.3-beta13-setsid/src/daemon.c ---- hddtemp-0.3-beta13/src/daemon.c 2005-03-15 00:43:52.000000000 +0100 -+++ hddtemp-0.3-beta13-setsid/src/daemon.c 2005-07-13 02:19:01.000000000 +0200 -@@ -294,6 +294,8 @@ - close(i); - } - -+ setsid(); -+ - /* redirect signals */ - for(i = 0; i <= _NSIG; i++) { - switch(i) { |