Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37755206
en ru br
ALT Linux repos
S:7.1-alt3
D:7.1-alt0.1
5.0: 7.1-alt1
4.1: 7.0-alt1
4.0: 7.0-alt1
3.0: 5.21.4.10.8-alt2

Other repositories

Group :: Archiving/Cd burning
RPM: dvd+rw-tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: dvd+rw-tools-6.0-alt-umount.patch
Download


--- dvd+rw-tools-6.0/transport.hxx.orig	2006-01-21 14:43:47 +0300
+++ dvd+rw-tools-6.0/transport.hxx	2006-01-21 14:45:52 +0300
@@ -280,7 +280,11 @@ public:
 			continue;
 		ret = -1;
 		if ((pid = fork()) == (pid_t)-1)	break;
-		if (pid == 0) execl ("/bin/umount","umount",mb->mnt_dir,(void*)NULL);
+		if (pid == 0)
+		{
+			execl ("/bin/umount","umount",mb->mnt_dir,(void*)NULL);
+			_exit (1);
+		}
 		while (1)
 		{   rpid = waitpid (pid,&rval,0);
 		    if (rpid == (pid_t)-1)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin