-$Id: CHANGES,v 1.33 2000/01/09 23:47:29 tiniou Exp $
+$Id: CHANGES,v 1.34 2000/01/11 12:32:53 tiniou Exp $
Changes between versions 0.4b12 and 0.4b13 (released ???????????????)
=====================================================================
Many thanks to Patrik Schindler <poc@pocnet.net> for
helping me find this bug.
+4. Fix the treatment for an interrupt signal when dump access
+ the remote tape through RSH. Thanks to Christian Weisgerber
+ <naddy@mips.rhein-neckar.de> for providing the patch.
+
Changes between versions 0.4b11 and 0.4b12 (released January 8, 2000)
=====================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: dumprmt.c,v 1.8 1999/11/02 09:35:56 tiniou Exp $";
+ "$Id: dumprmt.c,v 1.9 2000/01/11 12:33:44 tiniou Exp $";
#endif /* not lint */
#ifdef __linux__
msg ("cannot dup2 pipe: %s\n", strerror(errno));
exit(1);
}
+ setpgid(0, getpid());
execvp (command[0], (char *const *) command);
msg("cannot exec %s: %s\n", command[0], strerror(errno));
exit(1);