mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Tagged screen.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3940 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
88a311cd0d
commit
5b6516dbe7
@ -4,131 +4,151 @@
|
|||||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
|
|
||||||
<!ENTITY screen-download-http "http://ftp.gnu.org/pub/gnu/screen/screen-&screen-version;.tar.gz">
|
<!ENTITY screen-download-http "http://ftp.gnu.org/pub/gnu/screen/screen-&screen-version;.tar.gz">
|
||||||
<!ENTITY screen-download-ftp "ftp://ftp.gnu.org/pub/gnu/screen/screen-&screen-version;.tar.gz">
|
<!ENTITY screen-download-ftp "ftp://ftp.gnu.org/pub/gnu/screen/screen-&screen-version;.tar.gz">
|
||||||
<!ENTITY screen-md5sum "ed68ea9b43d9fba0972cb017a24940a1">
|
<!ENTITY screen-md5sum "ed68ea9b43d9fba0972cb017a24940a1">
|
||||||
<!ENTITY screen-size "825 KB">
|
<!ENTITY screen-size "825 KB">
|
||||||
<!ENTITY screen-buildsize "5.8 MB">
|
<!ENTITY screen-buildsize "5.8 MB">
|
||||||
<!ENTITY screen-time "0.17 SBU">
|
<!ENTITY screen-time "0.17 SBU">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<sect1 id="screen" xreflabel="Screen-&screen-version;">
|
<sect1 id="screen" xreflabel="Screen-&screen-version;">
|
||||||
<sect1info>
|
<?dbhtml filename="screen.html"?>
|
||||||
<othername>$LastChangedBy$</othername>
|
|
||||||
<date>$Date$</date>
|
<sect1info>
|
||||||
</sect1info>
|
<othername>$LastChangedBy$</othername>
|
||||||
<?dbhtml filename="screen.html"?>
|
<date>$Date$</date>
|
||||||
<title>Screen-&screen-version;</title>
|
</sect1info>
|
||||||
<indexterm zone="screen">
|
|
||||||
<primary sortas="a-Screen">Screen</primary>
|
<title>Screen-&screen-version;</title>
|
||||||
</indexterm>
|
|
||||||
|
<indexterm zone="screen">
|
||||||
|
<primary sortas="a-Screen">Screen</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
<sect2>
|
<sect2 role="package">
|
||||||
<title>Introduction to <application>Screen</application></title>
|
<title>Introduction to Screen</title>
|
||||||
|
|
||||||
|
<para><application>Screen</application> is a terminal multiplexor that
|
||||||
|
runs several separate processes, typically interactive shells, on a single
|
||||||
|
physical character-based terminal. Each virtual terminal emulates a DEC
|
||||||
|
VT100 plus several ANSI X3.64 and ISO 2022 functions and also supports
|
||||||
|
configurable input and output translation, serial port support, configurable
|
||||||
|
logging, multi-user support, and UTF-8 character encoding support (currently
|
||||||
|
not supported by LFS). Screen sessions can be detached and resumed
|
||||||
|
later on a different terminal.</para>
|
||||||
|
|
||||||
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||||
|
<itemizedlist spacing="compact">
|
||||||
|
<listitem>
|
||||||
|
<para>Download (HTTP): <ulink url="&screen-download-http;"/></para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>Download (FTP): <ulink url="&screen-download-ftp;"/></para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>Download MD5 sum: &screen-md5sum;</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>Download size: &screen-size;</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>Estimated disk space required: &screen-buildsize;</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>Estimated build time: &screen-time;</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
|
<bridgehead renderas="sect3">Screen Dependencies</bridgehead>
|
||||||
|
|
||||||
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||||
|
<para><xref linkend="Linux_PAM"/></para>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
||||||
|
<sect2 role="installation">
|
||||||
|
<title>Installation of Screen</title>
|
||||||
|
|
||||||
<para><application>Screen</application> is a terminal multiplexor that
|
<para>Install <application>Screen</application> by running the
|
||||||
runs several separate processes, typically interactive shells, on a
|
following commands:</para>
|
||||||
single physical character-based terminal. Each virtual terminal emulates
|
|
||||||
a <acronym>DEC</acronym> VT100 plus several <acronym>ANSI</acronym>
|
|
||||||
X3.64 and <acronym>ISO</acronym> 2022 functions and also supports
|
|
||||||
configurable input and output translation, serial port support,
|
|
||||||
configurable logging, multi-user support, and <acronym>UTF</acronym>-8
|
|
||||||
character encoding support (currently not supported by
|
|
||||||
<acronym>LFS</acronym>). Screen sessions can be detached and resumed
|
|
||||||
later on a different terminal.</para>
|
|
||||||
|
|
||||||
<sect3><title>Package information</title>
|
<screen><userinput>./configure --prefix=/usr --with-socket-dir=/var/run/screen \
|
||||||
<itemizedlist spacing='compact'>
|
|
||||||
<listitem><para>Download (HTTP):
|
|
||||||
<ulink url="&screen-download-http;"/></para></listitem>
|
|
||||||
<listitem><para>Download (FTP):
|
|
||||||
<ulink url="&screen-download-ftp;"/></para></listitem>
|
|
||||||
<listitem><para>Download MD5 sum:
|
|
||||||
&screen-md5sum;</para></listitem>
|
|
||||||
<listitem><para>Download size:
|
|
||||||
&screen-size;</para></listitem>
|
|
||||||
<listitem><para>Estimated disk space required:
|
|
||||||
&screen-buildsize;</para></listitem>
|
|
||||||
<listitem><para>Estimated build time:
|
|
||||||
&screen-time;</para></listitem></itemizedlist>
|
|
||||||
</sect3>
|
|
||||||
|
|
||||||
<sect3><title><application>Screen</application> dependencies</title>
|
|
||||||
<sect4><title>Optional</title>
|
|
||||||
<para><xref linkend="Linux_PAM"/></para>
|
|
||||||
</sect4>
|
|
||||||
</sect3>
|
|
||||||
|
|
||||||
</sect2>
|
|
||||||
|
|
||||||
<sect2>
|
|
||||||
<title>Installation of <application>Screen</application></title>
|
|
||||||
|
|
||||||
<para>Install <application>Screen</application> by running the
|
|
||||||
following commands:</para>
|
|
||||||
|
|
||||||
<screen><userinput><command>./configure --prefix=/usr --with-socket-dir=/var/run/screen \
|
|
||||||
--with-sys-screenrc=/etc/screenrc &&
|
--with-sys-screenrc=/etc/screenrc &&
|
||||||
sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* &&
|
sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* &&
|
||||||
make</command></userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
<para>This package does not come with a test suite.</para>
|
<para>This package does not come with a test suite.</para>
|
||||||
|
|
||||||
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||||
|
|
||||||
|
<screen role="root"><userinput>make install &&
|
||||||
|
install -m 644 etc/etcscreenrc /etc/screenrc</userinput></screen>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
||||||
|
<sect2 role="configuration">
|
||||||
|
<title>Configuring Screen</title>
|
||||||
|
|
||||||
<para>Now, as the root user:</para>
|
<sect3 id ="screen-config">
|
||||||
|
<title>Config Files</title>
|
||||||
|
|
||||||
|
<para><filename>/etc/screenrc</filename> and
|
||||||
|
<filename>~/.screenrc</filename></para>
|
||||||
|
|
||||||
|
<indexterm zone="screen screen-config">
|
||||||
|
<primary sortas="e-AA.screenrc">~/.screenrc</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
|
<indexterm zone="screen screen-config">
|
||||||
|
<primary sortas="e-etc-screenrc">/etc/screenrc</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
|
</sect3>
|
||||||
|
|
||||||
<screen><userinput role='root'><command>make install &&
|
<sect3>
|
||||||
install -m 644 etc/etcscreenrc /etc/screenrc</command></userinput></screen>
|
<title>Configuration Information</title>
|
||||||
|
|
||||||
|
<para>You may want to look at the example configuration file that was
|
||||||
|
installed and customize it for your needs.</para>
|
||||||
|
|
||||||
|
</sect3>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
||||||
|
<sect2 role="content">
|
||||||
|
<title>Contents</title>
|
||||||
|
|
||||||
</sect2>
|
<segmentedlist>
|
||||||
|
<segtitle>Installed Programs</segtitle>
|
||||||
<sect2>
|
<segtitle>Installed Libraries</segtitle>
|
||||||
<title>Configuring <application>Screen</application></title>
|
<segtitle>Installed Directories</segtitle>
|
||||||
|
|
||||||
<sect3 id ="screen-config"><title>Config files</title>
|
<seglistitem>
|
||||||
<para><filename>/etc/screenrc</filename> and
|
<seg>screen</seg>
|
||||||
<filename>~/.screenrc</filename>
|
<seg>None</seg>
|
||||||
</para>
|
<seg>/var/run/screen</seg>
|
||||||
<indexterm zone="screen screen-config">
|
</seglistitem>
|
||||||
<primary sortas="e-AA.screenrc">~/.screenrc</primary></indexterm>
|
</segmentedlist>
|
||||||
<indexterm zone="screen screen-config">
|
|
||||||
<primary sortas="e-etc-screenrc">/etc/screenrc</primary></indexterm>
|
<variablelist>
|
||||||
</sect3>
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||||
|
<?dbfo list-presentation="list"?>
|
||||||
<sect3><title>Configuration Information</title>
|
<?dbhtml list-presentation="table"?>
|
||||||
<para>You may want to look at the example configuration file that was
|
|
||||||
installed and customize it for your needs.</para>
|
<varlistentry id="screen-prog">
|
||||||
</sect3>
|
<term><command>screen</command></term>
|
||||||
|
<listitem>
|
||||||
</sect2>
|
<para>is a terminal multiplexor with VT100/ANSI
|
||||||
|
terminal emulation.</para>
|
||||||
<sect2>
|
<indexterm zone="screen screen-prog">
|
||||||
<title>Contents</title>
|
<primary sortas="b-screen">screen</primary>
|
||||||
|
</indexterm>
|
||||||
<segmentedlist>
|
</listitem>
|
||||||
<segtitle>Installed Programs</segtitle>
|
</varlistentry>
|
||||||
<segtitle>Installed Libraries</segtitle>
|
|
||||||
<segtitle>Installed Directories</segtitle>
|
</variablelist>
|
||||||
|
|
||||||
<seglistitem>
|
</sect2>
|
||||||
<seg>screen</seg>
|
|
||||||
<seg>None</seg>
|
|
||||||
<seg>/var/run/screen</seg>
|
|
||||||
</seglistitem>
|
|
||||||
</segmentedlist>
|
|
||||||
|
|
||||||
<variablelist>
|
|
||||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
||||||
<?dbfo list-presentation="list"?>
|
|
||||||
|
|
||||||
<varlistentry id="screen-prog">
|
|
||||||
<term><command>screen</command></term>
|
|
||||||
<listitem><para>is a terminal multiplexor with VT100/<acronym>ANSI</acronym>
|
|
||||||
terminal emulation.</para>
|
|
||||||
<indexterm zone="screen screen-prog">
|
|
||||||
<primary sortas="b-screen">screen</primary>
|
|
||||||
</indexterm></listitem>
|
|
||||||
</varlistentry>
|
|
||||||
</variablelist>
|
|
||||||
</sect2>
|
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
Loading…
Reference in New Issue
Block a user