Update of /cvsroot/fink/web/faq
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20182

Modified Files:
        faq.en.html faq.es.html faq.fr.html faq.ja.html faq.pt.html 
        faq.ru.html faq.zh.html 
Log Message:
Fixing syntax error discovered by Martin Costabel


Index: faq.es.html
===================================================================
RCS file: /cvsroot/fink/web/faq/faq.es.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- faq.es.html 14 Mar 2009 22:12:20 -0000      1.20
+++ faq.es.html 26 Jul 2009 11:37:12 -0000      1.21
@@ -267,7 +267,7 @@
     <a name="usage-fink.sudo">
       <div class="question"><p><b>Q5.10: Estoy cansado de tener que teclear mi 
contraseña en sudo una y otra vez  ¿hay alguna forma de evitar 
esto?</b></p></div>
       <div class="answer"><p><b>A:</b> If you're not paranoid, you can 
configure sudo to not ask you for a
-        password. To do this, run <tt style="white-space: nowrap;">visudo</tt> 
as root and add a line like this:</p><pre>username ALL = NOPASSWD: 
ALL</pre><p>Replace <tt style="white-space: nowrap;">username</tt> with your 
actual username, of course.
+        password. To do this, run <tt style="white-space: nowrap;">visudo</tt> 
as root and add a line like this:</p><pre>username ALL =(ALL) NOPASSWD: 
ALL</pre><p>Replace <tt style="white-space: nowrap;">username</tt> with your 
actual username, of course.
         This line allows you to run any command via sudo without typing your
         password.</p></div>
     </a>

Index: faq.en.html
===================================================================
RCS file: /cvsroot/fink/web/faq/faq.en.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- faq.en.html 6 Jul 2009 18:43:28 -0000       1.101
+++ faq.en.html 26 Jul 2009 11:37:12 -0000      1.102
@@ -347,7 +347,7 @@
       <div class="question"><p><b>Q5.10: I'm tired of typing my password into 
sudo again and again. Is there
         a way around this?</b></p></div>
       <div class="answer"><p><b>A:</b> If you're not paranoid, you can 
configure sudo to not ask you for a
-        password. To do this, run <tt style="white-space: nowrap;">visudo</tt> 
as root and add a line like this:</p><pre>username ALL = NOPASSWD: 
ALL</pre><p>Replace <tt style="white-space: nowrap;">username</tt> with your 
actual username, of course.
+        password. To do this, run <tt style="white-space: nowrap;">visudo</tt> 
as root and add a line like this:</p><pre>username ALL =(ALL) NOPASSWD: 
ALL</pre><p>Replace <tt style="white-space: nowrap;">username</tt> with your 
actual username, of course.
         This line allows you to run any command via sudo without typing your
         password.</p></div>
     </a>

Index: faq.pt.html
===================================================================
RCS file: /cvsroot/fink/web/faq/faq.pt.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- faq.pt.html 6 Jul 2009 18:43:28 -0000       1.3
+++ faq.pt.html 26 Jul 2009 11:37:14 -0000      1.4
@@ -537,7 +537,7 @@
         Há alguma forma de contornar isso?</b></p></div>
       <div class="answer"><p><b>A:</b> Se você não for paranóico, você 
pode configurar o sudo para não lhe
         pedir uma senha. Para fazer isso, execute o comando <tt 
style="white-space: nowrap;">visudo</tt>
-        como root e adicione uma linha como esta:</p><pre>usuario ALL = 
NOPASSWD: ALL</pre><p>Troque <tt style="white-space: nowrap;">usuario</tt> pelo 
seu nome de usuário. Esta linha
+        como root e adicione uma linha como esta:</p><pre>usuario ALL =(ALL) 
NOPASSWD: ALL</pre><p>Troque <tt style="white-space: nowrap;">usuario</tt> pelo 
seu nome de usuário. Esta linha
         permitirá que você qualquer comando via sudo sem precisar digitar sua
         senha.</p></div>
     </a>

Index: faq.ja.html
===================================================================
RCS file: /cvsroot/fink/web/faq/faq.ja.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- faq.ja.html 14 Mar 2009 22:12:20 -0000      1.52
+++ faq.ja.html 26 Jul 2009 11:37:14 -0000      1.53
@@ -413,7 +413,7 @@
 <a name="usage-fink.sudo">
 <div class="question"><p><b>Q5.10: sudo 
でパスワードを何度も何度も入力するのは疲れます。何か良い方法はありませんか?</b></p></div>
 <div class="answer"><p><b>A:</b> sudo 
がパスワードを聞いてこないように設定することができます。
-root 権限で <tt style="white-space: nowrap;">visudo</tt> 
を開き、次の行を追加します:</p><pre>username ALL = NOPASSWD: 
ALL</pre><p>もちろん、 <tt style="white-space: nowrap;">username</tt> 
は実際のユーザー名に変えて下さい。</p></div>
+root 権限で <tt style="white-space: nowrap;">visudo</tt> 
を開き、次の行を追加します:</p><pre>username ALL =(ALL) NOPASSWD: 
ALL</pre><p>もちろん、 <tt style="white-space: nowrap;">username</tt> 
は実際のユーザー名に変えて下さい。</p></div>
 </a>
 <a name="usage-fink.exec-init-csh">
 <div class="question"><p><b>Q5.11: init.csh or init.sh 
を実行しようとすると、 "Permission denied" エラーが出ます。

Index: faq.ru.html
===================================================================
RCS file: /cvsroot/fink/web/faq/faq.ru.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- faq.ru.html 14 Mar 2009 22:12:20 -0000      1.14
+++ faq.ru.html 26 Jul 2009 11:37:14 -0000      1.15
@@ -492,7 +492,7 @@
                     Можно ли с этим что-то 
сделать?</b></p></div>
             <div class="answer"><p><b>A:</b> Если вы не 
страдаете паранойей, вы можете 
конфигурировать sudo так,
                    чтобы не было запроса о пароле. 
Для этого надо запустить <tt style="white-space: 
nowrap;">visudo</tt> в качестве суперпользователя
-                    и добавить такую 
строку:</p><pre>username ALL = NOPASSWD: ALL</pre><p>Конечно, 
надо заменить <tt style="white-space: nowrap;">username</tt> 
вашим действительным именем пользователя.
+                    и добавить такую 
строку:</p><pre>username ALL =(ALL) NOPASSWD: ALL</pre><p>Конечно, 
надо заменить <tt style="white-space: nowrap;">username</tt> 
вашим действительным именем пользователя.
                     Данная строка позволяет 
запускать любую команду через sudo
                     без внесения пароля.</p></div>
         </a>

Index: faq.zh.html
===================================================================
RCS file: /cvsroot/fink/web/faq/faq.zh.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- faq.zh.html 14 Mar 2009 22:12:20 -0000      1.39
+++ faq.zh.html 26 Jul 2009 11:37:14 -0000      1.40
@@ -320,7 +320,7 @@
     
     <a name="usage-fink.sudo">
       <div class="question"><p><b>Q5.10: 每次运行 sudo 
都要输入密码,这很麻烦。有办法解决吗?</b></p></div>
-      <div class="answer"><p><b>A:</b> 你可以配制 sudo 
不需要询问你密码。用 root 权限运行 <tt style="white-space: 
nowrap;">visudo</tt> 命令,并添加一行:</p><pre>username ALL = 
NOPASSWD: ALL</pre><p>把 <tt style="white-space: nowrap;">username</tt> 
替换为实际的用户名。这一行使得你可以运行 sudo 
命令而不需要输入密码。</p></div>
+      <div class="answer"><p><b>A:</b> 你可以配制 sudo 
不需要询问你密码。用 root 权限运行 <tt style="white-space: 
nowrap;">visudo</tt> 命令,并添加一行:</p><pre>username ALL =(ALL) 
NOPASSWD: ALL</pre><p>把 <tt style="white-space: nowrap;">username</tt> 
替换为实际的用户名。这一行使得你可以运行 sudo 
命令而不需要输入密码。</p></div>
     </a>
     <a name="usage-fink.exec-init-csh">
       <div class="question"><p><b>Q5.11: 当我尝试运行 init.csh 或 
init.sh 时,我碰到一个 "Permission denied" 
错误。我做错了什么?</b></p></div>

Index: faq.fr.html
===================================================================
RCS file: /cvsroot/fink/web/faq/faq.fr.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- faq.fr.html 14 Mar 2009 22:12:20 -0000      1.88
+++ faq.fr.html 26 Jul 2009 11:37:12 -0000      1.89
@@ -171,7 +171,7 @@
 </a>
 <a name="usage-fink.sudo">
 <div class="question"><p><b>Q5.10: Comment ne plus avoir à saisir son mot de 
passe après la commande sudo ?</b></p></div>
-<div class="answer"><p><b>A:</b> Si vous n'êtes pas paranoïaque, vous pouvez 
configurer sudo pour qu'il ne vous demande pas votre mot de passe. Pour cela, 
mettez-vous en mode super-utilisateur et lancez <tt style="white-space: 
nowrap;">visudo</tt>, puis ajoutez la ligne suivante :</p><pre>nomutilisateur 
ALL = NOPASSWD: ALL</pre><p>Remplacez bien sûr <tt style="white-space: 
nowrap;">nomutilisateur</tt> par votre nom d'utilisateur. Cette ligne vous 
permet d'exécuter n'importe quelle commande avec sudo sans saisir votre mot de 
passe.</p></div>
+<div class="answer"><p><b>A:</b> Si vous n'êtes pas paranoïaque, vous pouvez 
configurer sudo pour qu'il ne vous demande pas votre mot de passe. Pour cela, 
mettez-vous en mode super-utilisateur et lancez <tt style="white-space: 
nowrap;">visudo</tt>, puis ajoutez la ligne suivante :</p><pre>nomutilisateur 
ALL =(ALL) NOPASSWD: ALL</pre><p>Remplacez bien sûr <tt style="white-space: 
nowrap;">nomutilisateur</tt> par votre nom d'utilisateur. Cette ligne vous 
permet d'exécuter n'importe quelle commande avec sudo sans saisir votre mot de 
passe.</p></div>
 </a>
 <a name="usage-fink.exec-init-csh">
 <div class="question"><p><b>Q5.11: À l'exécution de init.csh ou de init.sh, 
un message d'erreur signale que l'autorisation est refusée (message en anglais 
"Permission denied") . Que se passe-t-il ?</b></p></div>


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to