Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37804498
en ru br
ALT Linux repos
S:0.4.3-alt1
5.0: 0.3-alt6.15
4.1: 0.3-alt6.15
4.0: 0.3-alt5.15
3.0: 0.3-alt1.14

Group :: Monitoring
RPM: hddtemp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: hddtemp-0.3beta15-doublefork.patch
Download


diff --git a/hddtemp/src/daemon.c b/hddtemp/src/daemon.c
index 75e72b9..c456965 100644
--- a/hddtemp/src/daemon.c
+++ b/hddtemp/src/daemon.c
@@ -283,16 +283,6 @@ void do_daemon_mode(struct disk *ldisks) {
   
   setsid();
   
-  switch(fork()) {
-  case -1:
-    perror("fork");
-    exit(2);
-    break;
-  case 0:
-    break;
-  default:
-    exit(0);
-  }
   chdir("/");
   umask(0);
   
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin