Changeset 1ef2e937 for basicnet


Ignore:
Timestamp:
02/28/2004 10:09:07 PM (20 years ago)
Author:
Igor Živković <igor@…>
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_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c8ccba78
Parents:
e9cdeb3c
Message:

updated to ncpfs-2.2.4

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

Location:
basicnet/netprogs/ncpfs
Files:
4 edited

Legend:

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

    re9cdeb3c r1ef2e937  
    4242
    4343<para>If you need to set up the <acronym>IPX</acronym> protocol at boot,
    44 you can create the following scripts.  These scripts assume <acronym>IPX
    45 </acronym> will be set up on <emphasis role="strong">eth0</emphasis> 
     44you can create the following scripts.  These scripts assume <acronym>IPX</acronym>
     45will be set up on <emphasis role="strong">eth0</emphasis> 
    4646and the network frame type is 802.2.  You should confirm that these
    4747are the correct settings and adjust as necessary.</para>
     
    8282
    8383</sect2>
    84 
  • basicnet/netprogs/ncpfs/ncpfs-exp.xml

    re9cdeb3c r1ef2e937  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--prefix=""</userinput>:
     4<para><parameter>--prefix=""</parameter>:
    55installs binaries on the root partition so that they are available at
    66boot time.  This may not be ideal for all systems.  If
    7 <filename>/usr</filename> is mounted locally,
    8 <userinput>--prefix=/usr</userinput> may be a better option.</para>
     7<filename class="directory">/usr</filename> is mounted locally,
     8<parameter>--prefix=/usr</parameter> may be a better option.</para>
    99
    10 <para><userinput>--includedir=/usr/include</userinput>: Tells configure
    11 to look in <filename>/usr/include</filename> for header files.  It also
     10<para><parameter>--includedir=/usr/include</parameter>: Tells configure
     11to look in <filename class="directory">/usr/include</filename> for header files.  It also
    1212tells make to install <application>NCPFS</application>'s headers here.</para>
    1313
    14 <para><userinput>--mandir=/usr/share/man</userinput>:  installs the man
     14<para><parameter>--mandir=/usr/share/man</parameter>:  installs the man
    1515pages in the correct location.</para>
    1616
    17 <para><userinput>--datadir=/usr/share</userinput>:  correctly installs the
    18 locale files to <filename>/usr/share/</filename>.</para>
     17<para><parameter>--datadir=/usr/share</parameter>:  correctly installs the
     18locale files to <filename class="directory">/usr/share</filename>.</para>
    1919
    20 <para>Note:  If you do not need to use the IPX protocol, or you use a different
    21 IPX package, you can optionally pass <userinput> --disable-ipx </userinput>
    22 and/or <userinput> --disable-ipx-tools </userinput> to the configure
    23 script to disable these options.</para>
     20<note><para>If you do not need to use the <acronym>IPX</acronym> protocol, or you use a different
     21<acronym>IPX</acronym> package, you can optionally pass <parameter>--disable-ipx</parameter>
     22and/or <parameter>--disable-ipx-tools</parameter> to the configure
     23script to disable these options.</para></note>
    2424
    2525</sect2>
    26 
  • basicnet/netprogs/ncpfs/ncpfs-intro.xml

    re9cdeb3c r1ef2e937  
    22<title>Introduction to <application><acronym>NCPFS</acronym></application></title>
    33
    4 <para>The <application><acronym>NCPFS</acronym></application> package contains client and administration tools for
    5 use with Novell networks.</para>
     4<para>The <application><acronym>NCPFS</acronym></application> package
     5contains client and administration tools for use with Novell
     6networks.</para>
    67
    78<sect3><title>Package information</title>
     
    1819</sect3>
    1920
    20 
     21<sect3><title><application><acronym>NCPFS</acronym></application> dependencies</title>
     22<sect4><title>Optional</title>
     23<para>
     24<xref linkend="Linux_PAM"/> and
     25<xref linkend="php"/>
     26</para></sect4>
     27</sect3>
    2128
    2229</sect2>
  • basicnet/netprogs/ncpfs/ncpfs.ent

    re9cdeb3c r1ef2e937  
    55<!ENTITY ncpfs-config SYSTEM "ncpfs-config.xml">
    66<!ENTITY ncpfs-desc SYSTEM "ncpfs-desc.xml">
    7 <!ENTITY ncpfs-version "2.2.3">
     7<!ENTITY ncpfs-version "2.2.4">
    88<!ENTITY ncpfs-download-http "http://platan.vc.cvut.cz/ftp/pub/linux/ncpfs/ncpfs-&ncpfs-version;.tar.gz">
    99<!ENTITY ncpfs-download-ftp "ftp://platan.vc.cvut.cz/pub/linux/ncpfs/ncpfs-&ncpfs-version;.tar.gz">
    10 <!ENTITY ncpfs-size "1.4 MB">
     10<!ENTITY ncpfs-size "1.6 MB">
    1111<!ENTITY ncpfs-buildsize "30 MB">
    1212<!ENTITY ncpfs-time "0.52 SBU">
Note: See TracChangeset for help on using the changeset viewer.