Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37732094
en ru br
ALT Linux repositórios
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

Outros repositórios

Group :: Arquivamento/Gravação de CD
RPM: dvd+rw-tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: dvd+rw-tools-5.17.4.8.6-alt-setmntent.patch
Download


--- dvd+rw-tools-5.17.4.8.6/transport.hxx.orig	2004-08-10 13:47:48 +0400
+++ dvd+rw-tools-5.17.4.8.6/transport.hxx	2004-08-10 13:48:15 +0400
@@ -210,7 +210,8 @@ public:
 
 	if (f==-1) f=fd;
 	if (fstat (f,&fsb) < 0)				return -1;
-	if ((fp=setmntent ("/proc/mounts","r"))==NULL)	return -1;
+	if ((fp=setmntent ("/proc/mounts","r"))==NULL &&
+	    (fp=setmntent ("/etc/mtab","r"))==NULL)	return -1;
 
 	while ((mb=getmntent (fp))!=NULL)
 	{   if (stat (mb->mnt_fsname,&msb) < 0) continue; // corrupted line?
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009