------------------------------------------------------------
revno: 3748
committer: Adam Sommer <[EMAIL PROTECTED]>
branch nick: ubuntu-hardy
timestamp: Sat 2008-03-15 22:52:45 -0400
message:
  Corrected a typo and adjusted the XML in the FTP section.  Updated commands 
for Hardy in NFS, CUPS, and Mediawiki sections as well.
modified:
  generic/serverguide/C/file-server.xml
  generic/serverguide/C/wikis.xml

=== modified file 'generic/serverguide/C/file-server.xml'
--- a/generic/serverguide/C/file-server.xml     2007-09-14 03:29:11 +0000
+++ b/generic/serverguide/C/file-server.xml     2008-03-16 02:52:45 +0000
@@ -39,7 +39,7 @@
                 </listitem>
             </itemizedlist>
             <para>In the Anonymous mode, remote clients can access the FTP 
server by using the
-                default user account called &apos;anonymous&quot; or 
&quot;ftp&quot; and
+                default user account called &quot;anonymous&quot; or 
&quot;ftp&quot; and
                 sending an email address as the password. In the Authenticated 
mode a user must
                 have an account and a password. User access to the FTP server 
directories and files is
                 dependent on the permissions defined for the account used at 
login. As a general
@@ -66,33 +66,43 @@
                 By default only anonymous FTP is
                 allowed. If you wish to disable this option, you
                 should change the following line:
+                </para>
 <programlisting>
 anonymous_enable=YES
 </programlisting>
+                <para>
                 to
+                </para>
 <programlisting>
 anonymous_enable=NO
 </programlisting>
+                <para>
                 By default, local system users are not allowed to
                 login to FTP server. To change this setting, you
                 should uncomment the following line:
+                </para>
 <programlisting>
 #local_enable=YES
 </programlisting>
+                <para>
                 By default, users are allowed to download files
                 from FTP server. They are not allowed to upload
                 files to FTP server. To change this setting, you
                 should uncomment the following line:
+                </para>
 <programlisting>
 #write_enable=YES
 </programlisting>
+                <para>
                 Similarly, by default, the anonymous users are not
                 allowed to upload files to FTP server. To change
                 this setting, you should uncomment the following
                 line:
+                </para>
 <programlisting>
 #anon_upload_enable=YES
 </programlisting>
+                <para>
                 The configuration file consists of many
                 configuration parameters. The information about
                 each parameter is available in the configuration
@@ -104,8 +114,10 @@
                 Once you configure <application>vsftpd</application> you
                 can start the daemon. You can run following command to
                 run the <application>vsftpd</application> daemon:
-                  <screen> <command>sudo /etc/init.d/vsftpd start</command> 
</screen>
                 </para>
+<screen>
+<command>sudo /etc/init.d/vsftpd start</command>
+</screen>
                                <note><para>
                                Please note that the defaults in the 
configuration file are
                                set as they are for security reasons.  Each of 
the above
@@ -155,7 +167,7 @@
           </para>
           <para>
 <screen>
-<command>sudo apt-get install nfs-kernel-server portmap</command>
+<command>sudo apt-get install nfs-kernel-server</command>
 </screen>
           </para>
       </sect2>
@@ -265,13 +277,16 @@
           </para>
           <para>
 <screen>
-<command>sudo apt-get install cupsys cupsys-client</command>
+<command>sudo apt-get install cupsys</command>
 </screen>
           </para>
           <para>
           Upon authenticating with your user password, the packages should be 
downloaded
                  and installed without error. Upon the conclusion of 
installation, the CUPS server 
-                 will be started automatically. For troubleshooting purposes, 
you can access CUPS 
+                 will be started automatically. 
+         </para>
+          <para>
+          For troubleshooting purposes, you can access CUPS 
                  server errors via the error log file at: 
<filename>/var/log/cups/error_log</filename>.
                  If the error log does not show enough information to 
troubleshoot any problems you
                  encounter, the verbosity of the CUPS log can be increased by 
changing the <emphasis

=== modified file 'generic/serverguide/C/wikis.xml'
--- a/generic/serverguide/C/wikis.xml   2007-10-13 15:31:24 +0000
+++ b/generic/serverguide/C/wikis.xml   2008-03-16 02:52:45 +0000
@@ -185,10 +185,9 @@
     Run the following commands to configure MediaWiki:
    </para>
 
-<programlisting>
-sudo ln -s /var/lib/mediawiki1.10 /var/www/mediawiki
-sudo chmod 777 /var/www/mediawiki/config
-sudo chown -R www-data.www-data /usr/share/mediawiki1.10</programlisting>
+<screen>
+<command>sudo ln -s /var/lib/mediawiki /var/www/mediawiki</command>
+</screen>
 
   <para>
   Point your web browser to the following URL for MediaWiki setup:



--

https://code.launchpad.net/~ubuntu-core-doc/ubuntu-doc/ubuntu-hardy

You are receiving this branch notification because you are subscribed to it.

-- 
ubuntu-doc-commits mailing list
ubuntu-doc-commits@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-doc-commits

Reply via email to