Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > a412ceb851151854794ced2a242192bb > files > 1689

howto-html-fr-20080722-1mdv2010.0.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Bidouiller le code</title><link href="style.css" rel="stylesheet" type="text/css" /><meta content="DocBook XSL Stylesheets V1.73.2" name="generator" /><link rel="start" href="index.html" title="Guide pratique de LVM" /><link rel="up" href="ch05.html" title="Chapitre 5. Obtenir LVM" /><link rel="prev" href="ch05s07.html" title="Commencer un projet" /><link rel="next" href="ch05s09.html" title="Conflits" /></head><body><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Bidouiller le code</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="ch05s07.html">Précédent</a> </td><th align="center" width="60%">Chapitre 5. Obtenir LVM</th><td align="right" width="20%"> <a accesskey="n" href="ch05s09.html">Suivant</a></td></tr></table><hr /></div><div class="sect1" lang="fr"><div class="titlepage"><div><div><h2 class="title"><a id="hackingcode" />Bidouiller le code</h2></div></div></div><p>
        Ainsi, vous voulez corriger un bogue ?
        Développer une fonctionnalité de la liste TODO ?
        Développer une nouvelle fonctionnalité ?
        Bidouiller le code ne pourrait pas être plus simple.
        Utilisez votre copie des sources.
        Pas besoin de copier les fichiers en <code class="filename">.orig</code>
        ou autres. CVS garde la copie des originaux.
      </p><p>
      
        Quand votre code fonctionnera et aura été testé du mieux
        possible avec le matériel dont vous disposez, faites un
        correctif par rapport à la version <span class="emphasis"><em>current</em></span>
        des sources sur CVS.
      
      </p><pre class="screen">
# cvs update
# cvs diff &gt; patchfile
</pre><p>
        
        Envoyez le correctif à la liste linux-lvm ou dm-devel (<a class="xref" href="apc.html#Maillists" title="Listes de diffusion">la section intitulée « Listes de diffusion »</a>) avec une description des modifications et
        ajouts que vous avez effectués.
        
      </p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="ch05s07.html">Précédent</a> </td><td align="center" width="20%"><a accesskey="u" href="ch05.html">Niveau supérieur</a></td><td align="right" width="40%"> <a accesskey="n" href="ch05s09.html">Suivant</a></td></tr><tr><td valign="top" align="left" width="40%">Commencer un projet </td><td align="center" width="20%"><a accesskey="h" href="index.html">Sommaire</a></td><td valign="top" align="right" width="40%"> Conflits</td></tr></table></div></body></html>