Update sshfs instructions fo rmeson/ninja.

Tags and cleanup.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19847 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2018-02-22 19:45:27 +00:00
parent e912fc8198
commit 2e0d6b9c6b
9 changed files with 21 additions and 17 deletions

View File

@ -34,7 +34,7 @@
and conventions. <application>Qca</application> separates the API from
the implementation, using plugins known as Providers.</para>
&lfs81_checked;
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -50,7 +50,7 @@
automatically.
</para>
&lfs81_checked;
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -137,6 +137,7 @@ ln -sfvn ../../lib/libfuse3.so.3.2.0 /usr/lib/libfuse3.so &amp;&amp;
mv -vf /usr/bin/fusermount3 /bin &amp;&amp;
mv -vf /usr/sbin/mount.fuse3 /sbin &amp;&amp;
chmod u+s /bin/fusermount3 &amp;&amp;
install -v -m755 -d /usr/share/doc/fuse-&fuse3-version; &amp;&amp;
install -v -m644 ../doc/{README.NFS,kernel.txt} \

View File

@ -9,7 +9,7 @@
<!ENTITY sshfs-download-ftp " ">
<!ENTITY sshfs-md5sum "f261fe7ec77adc3a53f2116f3b8cb8ab">
<!ENTITY sshfs-size "48 KB">
<!ENTITY sshfs-buildsize "1.9 MB">
<!ENTITY sshfs-buildsize "1.5 MB">
<!ENTITY sshfs-time "less than 0.1 SBU">
]>
@ -38,7 +38,7 @@
on the remote files as if they were on your local computer.
</para>
&lfs81_checked;
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -111,8 +111,11 @@ fi</userinput></screen>
commands:
</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr .. &amp;&amp;
ninja</userinput></screen>
<para>
This package does not come with a test suite.
@ -122,7 +125,7 @@ make</userinput></screen>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
<sect2 role="using">
@ -140,7 +143,7 @@ make</userinput></screen>
When you've finished work and want to unmount it again:
</para>
<screen><userinput>fusermount -u ~/example</userinput></screen>
<screen><userinput>fusermount3 -u ~/example</userinput></screen>
<para>
You can also mount an <application>sshfs</application> filesystem at boot
@ -148,7 +151,7 @@ make</userinput></screen>
<filename>/etc/fstab</filename> file:
</para>
<screen>userid@example.com:/path /media/path fuse.sshfs _netdev,IdentityFile=/home/userid/.ssh/id_rsa 0 0</screen>
<screen><literal>userid@example.com:/path /media/path fuse.sshfs _netdev,IdentityFile=/home/userid/.ssh/id_rsa 0 0</literal></screen>
<para>
See <command>man 1 sshfs</command> and <command>man 8 mount.fuse</command>

View File

@ -37,7 +37,7 @@
as well as perform HTTP requests.
</para>
&lfs81_checked;
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -40,7 +40,7 @@
not yet been ported to openssl-1.1.x or later.
</para>
&lfs81_checked;
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -39,7 +39,7 @@
inserted. Here, we choose Damien Miller's package distributed in the
<application>OpenSSH</application> tarball.</para>
&lfs81_checked;
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -42,7 +42,7 @@
used to tunnel PPP over network sockets without changes to the server
package source code.</para>
&lfs81_checked;
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -38,7 +38,7 @@
<application>zsh</application> most closely resembles
<application>ksh</application> but includes many enhancements.</para>
&lfs81_checked;
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">