Changeset aaf0f3f for postlfs


Ignore:
Timestamp:
12/18/2016 06:11:22 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
206a1bc
Parents:
ef51c767
Message:

libgcrypt-1.7.5
unbound-1.6.0
libXpm-3.5.12
sshfs-2.8 (replaces shhfs-fuse)

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

Location:
postlfs/filesystems
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/filesystems.xml

    ref51c767 raaf0f3f  
    3636  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="reiser.xml"/>
    3737  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="smartmontools.xml"/>
    38   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sshfs-fuse.xml"/>
     38  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sshfs.xml"/>
    3939  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfsprogs.xml"/>
    4040
  • postlfs/filesystems/sshfs.xml

    ref51c767 raaf0f3f  
    55  %general-entities;
    66
    7   <!ENTITY sshfs-fuse-download-http
    8     "https://github.com/libfuse/sshfs/releases/download/sshfs_&sshfs-fuse-download-version;/sshfs-fuse-&sshfs-fuse-version;.tar.gz">
    9   <!ENTITY sshfs-fuse-download-ftp  " ">
    10   <!ENTITY sshfs-fuse-md5sum        "17494910db8383a366b1301e5f5148a9">
    11   <!ENTITY sshfs-fuse-size          "136 KB">
    12   <!ENTITY sshfs-fuse-buildsize     "1.8 MB">
    13   <!ENTITY sshfs-fuse-time          "less than 0.1 SBU">
     7  <!ENTITY sshfs-download-http
     8    "https://github.com/libfuse/sshfs/releases/download/sshfs_&sshfs-version;/sshfs-&sshfs-version;.tar.gz">
     9  <!ENTITY sshfs-download-ftp  " ">
     10  <!ENTITY sshfs-md5sum        "0ba25e848ee59e2595d6576c8f6284b6">
     11  <!ENTITY sshfs-size          "150 KB">
     12  <!ENTITY sshfs-buildsize     "2.2 MB">
     13  <!ENTITY sshfs-time          "less than 0.1 SBU">
    1414]>
    1515
    16 <sect1 id="sshfs-fuse" xreflabel="sshfs-fuse-&sshfs-fuse-version;">
    17   <?dbhtml filename="sshfs-fuse.html"?>
     16<sect1 id="sshfs" xreflabel="sshfs-&sshfs-version;">
     17  <?dbhtml filename="sshfs.html"?>
    1818
    1919  <sect1info>
    20     <othername>$LastChangedBy$</othername>
    21     <date>$Date$</date>
     20    <othername>$LastChangedBy: renodr $</othername>
     21    <date>$Date: 2016-08-27 23:14:16 +0200 (sam. 27 août 2016) $</date>
    2222  </sect1info>
    2323
    24   <title>sshfs-fuse-&sshfs-fuse-version;</title>
     24  <title>sshfs-&sshfs-version;</title>
    2525
    26   <indexterm zone="sshfs-fuse">
    27     <primary sortas="a-sshfs-fuse">sshfs-fuse</primary>
     26  <indexterm zone="sshfs">
     27    <primary sortas="a-sshfs">sshfs</primary>
    2828  </indexterm>
    2929
    3030  <sect2 role="package">
    31     <title>Introduction to Sshfs Fuse</title>
     31    <title>Introduction to Sshfs</title>
    3232
    3333    <para>
    34       The <application>Sshfs Fuse</application> package contains a filesystem
     34      The <application>Sshfs</application> package contains a filesystem
    3535      client based on the SSH File Transfer Protocol. This is useful for
    3636      mounting a remote computer that you have ssh access to as a local
     
    4545      <listitem>
    4646        <para>
    47           Download (HTTP): <ulink url="&sshfs-fuse-download-http;"/>
     47          Download (HTTP): <ulink url="&sshfs-download-http;"/>
    4848        </para>
    4949      </listitem>
    5050      <listitem>
    5151        <para>
    52           Download (FTP): <ulink url="&sshfs-fuse-download-ftp;"/>
     52          Download (FTP): <ulink url="&sshfs-download-ftp;"/>
    5353        </para>
    5454      </listitem>
    5555      <listitem>
    5656        <para>
    57           Download MD5 sum: &sshfs-fuse-md5sum;
     57          Download MD5 sum: &sshfs-md5sum;
    5858        </para>
    5959      </listitem>
    6060      <listitem>
    6161        <para>
    62           Download size: &sshfs-fuse-size;
     62          Download size: &sshfs-size;
    6363        </para>
    6464      </listitem>
    6565      <listitem>
    6666        <para>
    67           Estimated disk space required: &sshfs-fuse-buildsize;
     67          Estimated disk space required: &sshfs-buildsize;
    6868        </para>
    6969      </listitem>
    7070      <listitem>
    7171        <para>
    72           Estimated build time: &sshfs-fuse-time;
     72          Estimated build time: &sshfs-time;
    7373        </para>
    7474      </listitem>
    7575    </itemizedlist>
    7676
    77     <bridgehead renderas="sect3">Sshfs Fuse Dependencies</bridgehead>
     77    <bridgehead renderas="sect3">Sshfs Dependencies</bridgehead>
    7878
    7979    <bridgehead renderas="sect4">Required</bridgehead>
     
    8585
    8686    <para condition="html" role="usernotes">
    87       User Notes: <ulink url="&blfs-wiki;/sshfs-fuse"/>
     87      User Notes: <ulink url="&blfs-wiki;/sshfs"/>
    8888    </para>
    8989  </sect2>
    9090
    9191  <sect2 role="installation">
    92     <title>Installation of Sshfs Fuse</title>
     92    <title>Installation of Sshfs</title>
    9393
    9494    <para>
    95       Install <application>Sshfs Fuse</application> by running the following
     95      Install <application>Sshfs</application> by running the following
    9696      commands:
    9797    </para>
     
    111111  </sect2>
    112112
    113   <sect2 id="sshfs-fuse-install">
    114     <title>Using Sshfs Fuse</title>
     113  <sect2 role="using">
     114    <title>Using Sshfs</title>
    115115
    116116    <para>
     
    156156      <?dbhtml list-presentation="table"?>
    157157
    158       <varlistentry id="sshfs">
     158      <varlistentry id="sshfs-prog">
    159159        <term><command>sshfs</command></term>
    160160        <listitem>
     
    162162            mounts an <command>ssh</command> server as a local file system.
    163163          </para>
    164           <indexterm zone="sshfs-fuse sshfs">
     164          <indexterm zone="sshfs sshfs-prog">
    165165            <primary sortas="b-sshfs">sshfs</primary>
    166166          </indexterm>
Note: See TracChangeset for help on using the changeset viewer.