Changeset c442d19 for basicnet/netprogs


Ignore:
Timestamp:
09/23/2003 04:38:50 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9a9a0fec
Parents:
d7c254a
Message:

finish courier

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1174 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
basicnet/netprogs/ncpfs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/ncpfs/ncpfs-config.xml

    rd7c254a rc442d19  
    11<sect2>
    2 <title>Configuring nfs-utils</title>
     2<title>Configuring <application>nfs-utils</application></title>
    33
    44<sect3><title>Config files</title>
     
    99
    1010<para>A config file <filename>~/.nwclient</filename> should be placed
    11 in the home directory of each user that intends to use ncpfs.
    12 The permissions on this file should be set to 600, for obvious security
    13 reasons.  The configuration file should contain a single line
     11in the home directory of each user that intends to use <application>ncpfs
     12</application>. The permissions on this file should be set to 600, for obvious
     13security reasons.  The configuration file should contain a single line
    1414per server that the user will use.  Each line should contain
    1515the server name, the user name, and optionally the password.  Below is a
    1616sample <filename>.nwclient</filename> file.</para>
    1717
    18 <para><screen># Begin example <filename>~/.nwclient</filename> config file
     18<screen><userinput># Begin example <filename>~/.nwclient</filename> config file
    1919
    2020Server1/User1 Password
     
    2222Server2/Guest1 -
    2323
    24 # End example .nwclient config file</screen></para>
     24# End example .nwclient config file</userinput></screen>
    2525
    2626<para>The syntax for the <filename>.nwclient</filename> file is simple,
     
    3030after the username.  If this space is substituted by a tab or multiple
    3131spaces, you will not get the expected results when attempting to use
    32 the ncpfs tools.  If no password is supplied, the client utilities will
    33 ask for a password when it is needed.  If no password is needed, for
    34 instance when using a guest account, a single '-' should be put in
    35 place of a password.</para>
     32the <application>ncpfs</application> tools.  If no password is supplied,
     33the client utilities will ask for a password when it is needed.  If no
     34password is needed, for instance when using a guest account, a single '-'
     35should be put in place of a password.</para>
    3636
    3737<para>It should be noted that the ncpmount is not intended to mount
     
    4141under one mount point uses only one client connection.</para>
    4242
    43 <para>If you need to set up the IPX protocol at boot, you can create the
    44 following scripts.  These scripts assume IPX will be set up on eth0 
     43<para>If you need to set up the <acronym>IPX</acronym> protocol at boot,
     44you can create the following scripts.  These scripts assume <acronym>IPX
     45</acronym> will be set up on <emphasis role="strong">eth0</emphasis> 
    4546and the network frame type is 802.2.  You should confirm that these
    4647are the correct settings and adjust as necessary.</para>
    4748
    48 <para><screen>cat &gt; /etc/sysconfig/network-devices/ifup-ipx0 &lt;&lt; "EOF"
     49<screen><userinput><command>cat &gt; /etc/sysconfig/network-devices/ifup-ipx0 &lt;&lt; "EOF"</command>
    4950#!/bin/sh
    5051# Begin /etc/sysconfig/network-devices/ifup-ipx0
     
    5960
    6061# End /etc/sysconfig/network-devices/ifup-ipx0
    61 EOF
    62 cat &gt; /etc/sysconfig/network-devices/ifdown-ipx0 &lt;&lt; "EOF"
     62<command>EOF
     63cat &gt; /etc/sysconfig/network-devices/ifdown-ipx0 &lt;&lt; "EOF"</command>
    6364#!/bin/sh
    6465# Begin /etc/sysconfig/network-devices/ifdown-ipx0
     
    7374
    7475# End /etc/sysconfig/network-devices/ifdown-ipx0
    75 EOF
     76<command>EOF
    7677echo "ONBOOT=yes" &gt; /etc/sysconfig/network-devices/ifconfig.ipx0
    7778chmod 755 /etc/sysconfig/network-devices/ifup-ipx0
    78 chmod 755 /etc/sysconfig/network-devices/ifdown-ipx0</screen></para>
     79chmod 755 /etc/sysconfig/network-devices/ifdown-ipx0</command></userinput></screen>
    7980
    8081</sect3>
  • basicnet/netprogs/ncpfs/ncpfs-desc.xml

    rd7c254a rc442d19  
    1414nwtrustee2, nwuserlist, amd nwvolinfo</filename>.</para></listitem>
    1515
    16 <listitem><para><emphasis>IPX Interface Utilities:</emphasis>
     16<listitem><para><emphasis><acronym>IPX</acronym> Interface Utilities:</emphasis>
    1717<filename> ipx_cmd, ipx_configure, ipx_interface, ipx_internal_net,
    1818and ipx_route</filename>.</para></listitem>
Note: See TracChangeset for help on using the changeset viewer.