Your message dated Sun, 28 Aug 2005 16:02:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#310275: fixed in modconf 0.3.0
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 22 May 2005 19:29:16 +0000
>From [EMAIL PROTECTED] Sun May 22 12:29:16 2005
Return-path: <[EMAIL PROTECTED]>
Received: from va1-1f-u-0659.mc.onolab.com (localhost) [62.42.26.148]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DZw8R-0001WF-00; Sun, 22 May 2005 12:29:15 -0700
Received: from bennett by localhost with local (Exim 4.50)
id 1DZw7w-00030k-If; Sun, 22 May 2005 21:28:44 +0200
Content-Type: multipart/mixed; boundary="===============1126145355=="
MIME-Version: 1.0
From: Ruben Porras <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: modconf: [INTL:es] update manpage with '-' caracters fixed
X-Mailer: reportbug 3.12
Date: Sun, 22 May 2005 21:28:44 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
This is a multi-part MIME message sent by reportbug.
--===============1126145355==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: modconf
Version: 0.2.48
Severity: wishlist
Tags: patch l10n
The new manpage is attached.
Thanks.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
Versions of packages modconf depends on:
ii module-init-tools 3.2-pre1-2 tools for managing Linux kernel mo
ii modutils 2.4.27.0-3 Linux module utilities
pn whiptail-provider | whiptail Not found.
--===============1126145355==
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/troff; charset="iso-8859-1"
Content-Disposition: attachment; filename="modconf.8"
.\" (c) 2003 Software in the Public Interest
.\" Esta traducción ha sido realizada por Rubén Porras Campo <[EMAIL PROTECTED]>
.\" Está basada en la página de manual original:
.\" versión 1.3 del CVS de /cvs/debian-doc/manpages/english/modconf/modconf.8
.TH MODCONF 8 "10 de Marzo de 1998" Linux "Soporte de módulos Debian"
.UC 4
.SH NOMBRE
modconf \- utilidad de configuración de módulos
.SH SINOPSIS
.B modconf
[\-\-source [disquete|punto_montaje]]
[\-\-target destino]
[\-\-libdir ruta]
[\-\-restrict\-section sección]*
[\-\-exclude\-section sección]*
[\-\-load\-before módulo]*
[\-\-load\-only módulo]*
[\-\-load\-after módulo]*
.br
.SH DESCRIPCIÓN
.I modconf
es un script para instalar módulos del núcleo en Linux. Puede usarse
interactivamente o desde la línea de órdenes.
.SH OPCIONES
Las opciones de debajo marcadas con un "*" sólo se aplican a un módulo.
Si quiere aplicarlas a más de un módulo, repita la opción en la línea de
órdenes.
.TP
.I \-\-source disquetes|punto_montaje
Indica el lugar de donde se obtendrá el módulo. \fBdisquete\fR se usa durante la
instalación de Linux. \fBpunto_montaje\fR se usa en sistemas Linux ya
instalados, es la opción predeterminada.
.TP
.I \-\-target directorio
Especifica el lugar del sistema donde se encuentran los ficheros
.I etc/modules
y
.I etc/modules.conf
(/ por omisión), no incluya una "/" al final del nombre del directorio.
.TP
.I \-\-libdir ruta
Indica el lugar del sistema donde se encuentran los ficheros
.I eval
y
.I descr.gz
(/usr/share/modconf por omisión).
No incluya una "/" al final del nombre del directorio.
.TP
.I \-\-restrict\-section sección*
\fBmodconf\fR sólo trabaja sobre la sección especificada de
.I /lib/modules
.TP
.I \-\-exclude\-section sección*
\fBmodconf\fR no trabaja sobre la sección especificada de
.I /lib/modules
.br
Las secciones disponibles en el momento de escribir este documento son:
.B block
.B cdrom
.B fs
.B ipv4
.B ipv6
.B misc
.B net
.B scsi
(Puede que halla otras si tiene instalados paquetes con módulos especiales, como
pcmcia\-modules).
.TP
.I \-\-load\-before módulo*
Indica que un módulo debe cargarse \fBantes\fR que el resto.
.TP
.I \-\-load\-only módulo*
Especifica que \fBmódulo\fR se cargue después de todos los módulos indicados con
la opción \fB\-\-load\-before\fR. Deshabilita el modo interactivo.
.TP
.I \-\-load\-after módulo*
Especifica que \fBmódulo\fR se cargue después de todos los módulos indicados con
la opción \fB\-\-load\-before\fR.
.br
La opción anterior tiene
.B preferencia
sobre ésta.
.SH EJEMPLOS
.PP
Los siguientes ejemplos \fBno han sido probados\fR.
.TP
modconf \-\-load\-only plip \-\-load\-before ip_masq_ftp \-\-load\-only
appletalk
.TP
Carga los módulos "ip_masq_ftp", "plip" y "appletalk", en ese orden, y no
ejecuta el programa interactivo.
.SH AUTOR
.B modconf
fue escrito originalmente por Bruce Perens <[EMAIL PROTECTED]>.
.br
Sven Rudolph <[EMAIL PROTECTED]> realizó cambios significativos.
.br
Enrique Zanardi <[EMAIL PROTECTED]> también realizó algunos cambios,
.br
así como Randolph Chung <[EMAIL PROTECTED]>
.br
Esta página del manual fue escrita por Antonio Vieiro Varela
<[EMAIL PROTECTED]>.
.SH FALLOS
Ninguno conocido.
.SH VÉASE ADEMÁS
\fBinsmod\fP(1), \fBmodprobe\fP(1), \fBdepmod\fP(1), \fBlsmod\fP(1),
\fBrmmod\fP(1), \fBmodules\fP(2), \fBkerneld\fP(8).
.SH TRADUCTOR
Traducción de Rubén Porras Campo <[EMAIL PROTECTED]>
--===============1126145355==--
---------------------------------------
Received: (at 310275-close) by bugs.debian.org; 28 Aug 2005 23:08:06 +0000
>From [EMAIL PROTECTED] Sun Aug 28 16:08:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E9WAB-0005JG-00; Sun, 28 Aug 2005 16:02:07 -0700
From: Frank Lichtenheld <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#310275: fixed in modconf 0.3.0
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 28 Aug 2005 16:02:07 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: modconf
Source-Version: 0.3.0
We believe that the bug you reported is fixed in the latest version of
modconf, which is due to be installed in the Debian FTP archive:
modconf_0.3.0.dsc
to pool/main/m/modconf/modconf_0.3.0.dsc
modconf_0.3.0.tar.gz
to pool/main/m/modconf/modconf_0.3.0.tar.gz
modconf_0.3.0_all.deb
to pool/main/m/modconf/modconf_0.3.0_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Frank Lichtenheld <[EMAIL PROTECTED]> (supplier of updated modconf package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 28 Aug 2005 23:59:28 +0200
Source: modconf
Binary: modconf
Architecture: source all
Version: 0.3.0
Distribution: unstable
Urgency: low
Maintainer: Frank Lichtenheld <[EMAIL PROTECTED]>
Changed-By: Frank Lichtenheld <[EMAIL PROTECTED]>
Description:
modconf - Device Driver Configuration
Closes: 310275
Changes:
modconf (0.3.0) unstable; urgency=low
.
* Apply fixes to Spanish man page by Ruben Porras (Closes: #310275)
* Use descriptions both from 2.6 and 2.4 which removes most of
the "(no description available)" messages.
Lets declare this to be 0.3.0 to get rid of these insane version
numbers
* Bump Standards-Version to 3.6.2 (no changes)
* Lintian indicated fixes:
- Update FSF address in COPYING and debian/copyright
- Remove unnecessary closes= attributes in changelog
Files:
8bbe8309a98a20949398f2612880cbaf 564 admin optional modconf_0.3.0.dsc
f2cb7e5bd927feee9c99aab7a7a84df2 157355 admin optional modconf_0.3.0.tar.gz
40fc4b2239a11e6d6399e8aec358c866 1360820 admin optional modconf_0.3.0_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDEj4xQbn06FtxPfARAmfpAKCVH3HenU5aoyLETkOdjN4a/Mq1jgCfYUv1
Aoum6LKvPBE/B2bqDiq4mAU=
=zJll
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]