Changeset 1ef2e937
- Timestamp:
- 02/28/2004 10:09:07 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c8ccba78
- Parents:
- e9cdeb3c
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/ncpfs/ncpfs-config.xml
re9cdeb3c r1ef2e937 42 42 43 43 <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>44 you can create the following scripts. These scripts assume <acronym>IPX</acronym> 45 will be set up on <emphasis role="strong">eth0</emphasis> 46 46 and the network frame type is 802.2. You should confirm that these 47 47 are the correct settings and adjust as necessary.</para> … … 82 82 83 83 </sect2> 84 -
basicnet/netprogs/ncpfs/ncpfs-exp.xml
re9cdeb3c r1ef2e937 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>--prefix=""</userinput>:4 <para><parameter>--prefix=""</parameter>: 5 5 installs binaries on the root partition so that they are available at 6 6 boot 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> 9 9 10 <para>< userinput>--includedir=/usr/include</userinput>: Tells configure11 to look in <filename >/usr/include</filename> for header files. It also10 <para><parameter>--includedir=/usr/include</parameter>: Tells configure 11 to look in <filename class="directory">/usr/include</filename> for header files. It also 12 12 tells make to install <application>NCPFS</application>'s headers here.</para> 13 13 14 <para>< userinput>--mandir=/usr/share/man</userinput>: installs the man14 <para><parameter>--mandir=/usr/share/man</parameter>: installs the man 15 15 pages in the correct location.</para> 16 16 17 <para>< userinput>--datadir=/usr/share</userinput>: correctly installs the18 locale files to <filename >/usr/share/</filename>.</para>17 <para><parameter>--datadir=/usr/share</parameter>: correctly installs the 18 locale files to <filename class="directory">/usr/share</filename>.</para> 19 19 20 < para>Note: If you do not need to use the IPXprotocol, or you use a different21 IPX package, you can optionally pass <userinput> --disable-ipx </userinput>22 and/or < userinput> --disable-ipx-tools </userinput> to the configure23 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> 22 and/or <parameter>--disable-ipx-tools</parameter> to the configure 23 script to disable these options.</para></note> 24 24 25 25 </sect2> 26 -
basicnet/netprogs/ncpfs/ncpfs-intro.xml
re9cdeb3c r1ef2e937 2 2 <title>Introduction to <application><acronym>NCPFS</acronym></application></title> 3 3 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 5 contains client and administration tools for use with Novell 6 networks.</para> 6 7 7 8 <sect3><title>Package information</title> … … 18 19 </sect3> 19 20 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> 21 28 22 29 </sect2> -
basicnet/netprogs/ncpfs/ncpfs.ent
re9cdeb3c r1ef2e937 5 5 <!ENTITY ncpfs-config SYSTEM "ncpfs-config.xml"> 6 6 <!ENTITY ncpfs-desc SYSTEM "ncpfs-desc.xml"> 7 <!ENTITY ncpfs-version "2.2. 3">7 <!ENTITY ncpfs-version "2.2.4"> 8 8 <!ENTITY ncpfs-download-http "http://platan.vc.cvut.cz/ftp/pub/linux/ncpfs/ncpfs-&ncpfs-version;.tar.gz"> 9 9 <!ENTITY ncpfs-download-ftp "ftp://platan.vc.cvut.cz/pub/linux/ncpfs/ncpfs-&ncpfs-version;.tar.gz"> 10 <!ENTITY ncpfs-size "1. 4MB">10 <!ENTITY ncpfs-size "1.6 MB"> 11 11 <!ENTITY ncpfs-buildsize "30 MB"> 12 12 <!ENTITY ncpfs-time "0.52 SBU"> -
introduction/welcome/changelog.xml
re9cdeb3c r1ef2e937 11 11 12 12 <itemizedlist> 13 14 <listitem><para>February 28th, 2004 [igor]: Updated to 15 NCPFS-2.2.4.</para></listitem> 13 16 14 17 <listitem><para>February 28th, 2004 [igor]: Updated to
Note:
See TracChangeset
for help on using the changeset viewer.