diff options
author | joey <joey> | 2003-08-26 00:06:34 +0000 |
---|---|---|
committer | joey <joey> | 2003-08-26 00:06:34 +0000 |
commit | dbf2d62ecf8e794a7518f30a8268971aaed4ea1c (patch) | |
tree | fceebed2f821504922a833c3627ebdc54c12dfb7 /man/es/dh_testroot.pod | |
parent | 76d0c00e346cd63d74f7da99a175a1c6710c2c89 (diff) | |
download | debhelper-dbf2d62ecf8e794a7518f30a8268971aaed4ea1c.tar.gz |
r1600: spanish tranalstion of man pagesversion_4.1.70
Diffstat (limited to 'man/es/dh_testroot.pod')
-rw-r--r-- | man/es/dh_testroot.pod | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/man/es/dh_testroot.pod b/man/es/dh_testroot.pod new file mode 100644 index 00000000..8d70ce84 --- /dev/null +++ b/man/es/dh_testroot.pod @@ -0,0 +1,31 @@ +# (c) 2003 Software in the Public Interest +# Esta traducción ha sido realizada por Rudy Godoy <rudy@kernel-panik.org> +# y revisada por Rubén Porras <nahoo@inicia.es> +# Está basada en la página de manual original: +# versión 1.1 del CVS de +# /cvs/debian-doc/manpages/english/debhelper/dh_testroot.pod + +=head1 NOMBRE + +dh_testroot - asegura que el paquete sea construido como superusuario + +=head1 SINOPSIS + +B<dh_testroot> [S<I<opciones debhelper>>] + +=head1 DESCRIPCIÓN + +dh_testroot simplemente verifica si usted es superusuario. Si no, finaliza +con un error. Los paquetes Debian deben ser construidos como superusuario, +aunque usted puede usar L<fakeroot(1)> + +=head1 VÉASE TAMBIÉN + +L<debhelper(7)> + +Este programa es parte de debhelper. + +=head1 AUTOR + +Joey Hess <joeyh@debian.org> + |