~ubuntu-branches/ubuntu/breezy/apt/breezy

« back to all changes in this revision

Viewing changes to doc/fr/apt-config.fr.8

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2005-03-07 20:08:33 UTC
  • Revision ID: james.westby@ubuntu.com-20050307200833-0lxdgg2cb4oculdv
Tags: 0.6.35
* Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
  - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
    from growing too large (Ubuntu #6761)
  - some comments about the pkgAcqMetaSig::Custom600Headers() added
  - use gpg --with-colons
  - commented the ftp no_proxy unseting in methods/ftp.cc
  - added support for "Acquire::gpgv::options" in methods/gpgv.cc
* Merge bubulle@debian.org--2005/apt--main--0
  - Make capitalization more consistent
  - Un-fuzzy translations resulting from capitalization changes
  - Italian translation update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" This manpage has been automatically generated by docbook2man 
 
2
.\" from a DocBook document.  This tool can be found at:
 
3
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
 
4
.\" Please send any bug reports, improvements, comments, patches, 
 
5
.\" etc. to Steve Cheng <steve@ggi-project.org>.
 
6
.TH "APT-CONFIG" "8" "26 March 2005" "" ""
 
7
 
 
8
.SH NAME
 
9
apt-config \- Programme pour interroger la configuration de APT
 
10
.SH SYNOPSIS
 
11
 
 
12
\fBapt-config\fR [ \fB-hv\fR ] [ \fB-o=\fIoption de configuration\fB\fR ] [ \fB-c=\fIfichier\fB\fR ] { \fBshell\fR | \fBdump\fR }
 
13
 
 
14
.SH "DESCRIPTION"
 
15
.PP
 
16
\fBapt-config\fR est un programme interne utilis� par diff�rentes 
 
17
composantes d'APT\~; il offre la possibilit� d'une configuration 
 
18
coh�rente et permet aux applications con�ues sous forme de script une 
 
19
utilisation simple du fichier de configuration principal 
 
20
\fI/etc/apt/apt.conf\fR\&.
 
21
.PP
 
22
� moins que l'option \fB-h\fR ou \fB--help\fR ne soit donn�e, l'une 
 
23
des commandes suivantes doit �tre pr�sente.
 
24
.TP
 
25
\fBshell\fR
 
26
Le terme shell est utilis� pour acc�der aux informations de configuration
 
27
depuis un script shell. Deux arguments doivent lui �tre donn�s\~; le 
 
28
premier est une variable de shell et le second une valeur de configuration � 
 
29
demander.
 
30
La sortie standard consiste en une liste de commandes d'assignation de shell 
 
31
pour chaque valeur pr�sente. Dans un script shell, cette commande devrait
 
32
�tre utilis�e comme suit\~:
 
33
 
 
34
 
 
35
.nf
 
36
OPTS="-f"
 
37
RES=`apt-config shell OPTS MyApp::Options`
 
38
eval $RES
 
39
.fi
 
40
 
 
41
La variable d'environnement de shell $OPTS sera d�finie par la valeur de
 
42
MyApp::Options ou, par d�faut, la valeur -f.
 
43
 
 
44
L'�l�ment de configuration peut �tre suivi par /[fdbi]. �\~f\~� 
 
45
renvoie un nom de fichier, �\~d\~� un nom de r�pertoire, 
 
46
�\~b\~� renvoie �\~true\~� ou �\~false\~� et 
 
47
�\~i\~� renvoie un entier. Chacune de ses valeurs est normalis�e et v�rifi�e.
 
48
.TP
 
49
\fBdump\fR
 
50
Affiche seulement le contenu de l'espace de configuration.
 
51
.SH "OPTIONS"
 
52
.PP
 
53
Toutes les options en ligne de commande peuvent �tre positionn�es via le 
 
54
fichier de configuration\~; les descriptifs indiquent l'option de
 
55
configuration � positionner. En ce qui concerne les options bool�ennes,
 
56
on peut annuler le fichier de configuration en utilisant quelque chose comme
 
57
\fB-f-\fR,\fB--no-f\fR, \fB-f=no\fR ou d'autres variantes.
 
58
.TP
 
59
\fB-h\fR
 
60
.TP
 
61
\fB--help\fR
 
62
Affiche un mode d'emploi succinct.
 
63
.TP
 
64
\fB-v\fR
 
65
.TP
 
66
\fB--version\fR
 
67
Affiche la version du programme.
 
68
.TP
 
69
\fB-c\fR
 
70
.TP
 
71
\fB--config-file\fR
 
72
Fichier de configuration\~; indique quel fichier de configuration utiliser.
 
73
Le programme lit le fichier de configuration par d�faut, puis celui-ci.
 
74
Voyez \fB\fIapt.conf\fB\fR(5)
 
75
pour la syntaxe.
 
76
.TP
 
77
\fB-o\fR
 
78
.TP
 
79
\fB--option\fR
 
80
Donne une option de  configuration\~; cela fixe une option de configuration
 
81
arbitraire. La syntaxe est : \fB-o Foo::Bar=bar\fR\&.
 
82
.SH "VOIR AUSSI"
 
83
.PP
 
84
\fB\fIapt.conf\fB\fR(5)
 
85
.SH "DIAGNOSTICS"
 
86
.PP
 
87
\fBapt-config\fR retourne z�ro apr�s un d�roulement normal, et le nombre 
 
88
100 en cas d'erreur.
 
89
.SH "BOGUES"
 
90
.PP
 
91
Voyez la  page concernant les bogues de APT <URL:http://bugs.debian.org/src:apt>\&.  
 
92
Si vous voulez rapporter un bogue, consultez le texte 
 
93
\fI/usr/share/doc/debian/bug-reporting.txt\fR ou utilisez la 
 
94
commande \fBreportbug\fR(1)
 
95
\&.
 
96
.SH "AUTEUR"
 
97
.PP
 
98
APT a �t� �crit par l'�quipe APT <apt@packages.debian.org>\&.
 
99
.SH "TRADUCTION"
 
100
.PP
 
101
J�r�me Marant. 2000\~; mise � jour : Philippe Batailler. 2004.