source: general/genutils/screen.xml@ 1353bb4

systemd-13485
Last change on this file since 1353bb4 was 6d27308, checked in by Douglas R. Reno <renodr@…>, 8 years ago

GCC6 Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17356 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.0 KB
RevLine 
[b0d6e4b]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[b0d6e4b]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[14ca05b]7 <!ENTITY screen-download-http "https://ftp.gnu.org/gnu/screen/screen-&screen-version;.tar.gz">
[e573e9e]8 <!ENTITY screen-download-ftp "ftp://ftp.gnu.org/gnu/screen/screen-&screen-version;.tar.gz">
[3938420]9 <!ENTITY screen-md5sum "5bb3b0ff2674e29378c31ad3411170ad">
[ac38e9dc]10 <!ENTITY screen-size "828 KB">
[14ca05b]11 <!ENTITY screen-buildsize "9.7 MB">
12 <!ENTITY screen-time "0.1 SBU">
[b0d6e4b]13]>
14
15<sect1 id="screen" xreflabel="Screen-&screen-version;">
[5b6516d]16 <?dbhtml filename="screen.html"?>
[fc7afd0c]17
[5b6516d]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[fc7afd0c]22
[5b6516d]23 <title>Screen-&screen-version;</title>
[fc7afd0c]24
[5b6516d]25 <indexterm zone="screen">
26 <primary sortas="a-Screen">Screen</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Screen</title>
[fc7afd0c]31
[5b6516d]32 <para><application>Screen</application> is a terminal multiplexor that
[8d77de6]33 runs several separate processes, typically interactive shells, on a single
34 physical character-based terminal. Each virtual terminal emulates a DEC
[f15cc86]35 VT100 plus several ANSI X3.64 and ISO 2022 functions and also provides
36 configurable input and output translation, serial port support,
37 configurable logging, multi-user support, and many character encodings,
38 including UTF-8. Screen sessions can be detached and resumed
[5b6516d]39 later on a different terminal.</para>
[fc7afd0c]40
[0928035]41 &lfs79_checked;
[a263ccb3]42
[6d27308]43 &gcc6_checked;
44
[5b6516d]45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>Download (HTTP): <ulink url="&screen-download-http;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download (FTP): <ulink url="&screen-download-ftp;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download MD5 sum: &screen-md5sum;</para>
55 </listitem>
56 <listitem>
57 <para>Download size: &screen-size;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated disk space required: &screen-buildsize;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated build time: &screen-time;</para>
64 </listitem>
65 </itemizedlist>
[fc7afd0c]66
[5b6516d]67 <bridgehead renderas="sect3">Screen Dependencies</bridgehead>
[fc7afd0c]68
[5b6516d]69 <bridgehead renderas="sect4">Optional</bridgehead>
[52d50d5]70 <para role="optional"><xref linkend="linux-pam"/></para>
[fc7afd0c]71
[1039de3]72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/screen"/></para>
74
[5b6516d]75 </sect2>
[fc7afd0c]76
[5b6516d]77 <sect2 role="installation">
78 <title>Installation of Screen</title>
79
80 <para>Install <application>Screen</application> by running the
81 following commands:</para>
82
[f0af58fb]83<screen><userinput>./configure --prefix=/usr \
[066dad5a]84 --infodir=/usr/share/info \
85 --mandir=/usr/share/man \
[7715803]86 --with-socket-dir=/run/screen \
[9506e84]87 --with-pty-group=5 \
[8f29aa2]88 --with-sys-screenrc=/etc/screenrc &amp;&amp;
89
[b0d6e4b]90sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* &amp;&amp;
[5b6516d]91make</userinput></screen>
92
93 <para>This package does not come with a test suite.</para>
[fc7afd0c]94
[5b6516d]95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[fc7afd0c]96
[5b6516d]97<screen role="root"><userinput>make install &amp;&amp;
[14ca05b]98install -m 644 etc/etcscreenrc /etc/screenrc</userinput></screen>
[fc7afd0c]99
[5b6516d]100 </sect2>
[fc7afd0c]101
[5ee44e37]102 <sect2 role="commands">
103 <title>Command Explanations</title>
104
[7715803]105 <para><parameter>--with-socket-dir=/run/screen</parameter>: This option
[5ee44e37]106 places the per-user sockets in a standard location.</para>
107
108 <para><parameter>--with-sys-screenrc=/etc/screenrc</parameter>: This option
109 places the global screenrc file in <filename
[2cc10fd8]110 class='directory'>/etc</filename>. </para>
[5ee44e37]111
[9506e84]112 <para><parameter>--with-pty-group=5</parameter>: This option sets the gid
[f0af58fb]113 to the value used by LFS.</para>
114
[9506e84]115 <note><para>Older versions of LFS use the value 4 for the tty group. If
116 you are using LFS version 7.1 or older, change the pty-group option
117 to 4.</para></note>
[f36bebcd]118
[5ee44e37]119 <para><command>sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%"
120 {etc,doc}/*</command>: This command corrects the configuration and
[45de7f7]121 documentation files to the location that is used here for the global
[5ee44e37]122 screenrc file.</para>
[bccbdaea]123
[5ee44e37]124 </sect2>
125
[5b6516d]126 <sect2 role="configuration">
127 <title>Configuring Screen</title>
128
129 <sect3 id ="screen-config">
130 <title>Config Files</title>
[fc7afd0c]131
[8d77de6]132 <para><filename>/etc/screenrc</filename> and
[5b6516d]133 <filename>~/.screenrc</filename></para>
[fc7afd0c]134
[5b6516d]135 <indexterm zone="screen screen-config">
136 <primary sortas="e-AA.screenrc">~/.screenrc</primary>
137 </indexterm>
[fc7afd0c]138
[5b6516d]139 <indexterm zone="screen screen-config">
140 <primary sortas="e-etc-screenrc">/etc/screenrc</primary>
141 </indexterm>
[fc7afd0c]142
[5b6516d]143 </sect3>
144
145 <sect3>
146 <title>Configuration Information</title>
[fc7afd0c]147
[8d77de6]148 <para>You may want to look at the example configuration file that was
[5b6516d]149 installed and customize it for your needs.</para>
[fc7afd0c]150
[5b6516d]151 </sect3>
[fc7afd0c]152
[5b6516d]153 </sect2>
[fc7afd0c]154
[5b6516d]155 <sect2 role="content">
156 <title>Contents</title>
157
158 <segmentedlist>
[d9962703]159 <segtitle>Installed Program</segtitle>
[5b6516d]160 <segtitle>Installed Libraries</segtitle>
[d9962703]161 <segtitle>Installed Directory</segtitle>
[fc7afd0c]162
[5b6516d]163 <seglistitem>
[7715803]164 <seg>screen (symlink) and screen-&screen-version;</seg>
[5b6516d]165 <seg>None</seg>
[7715803]166 <seg>/usr/share/screen and /run/screen</seg>
[5b6516d]167 </seglistitem>
168 </segmentedlist>
[fc7afd0c]169
[5b6516d]170 <variablelist>
171 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
[fc7afd0c]174
[5b6516d]175 <varlistentry id="screen-prog">
176 <term><command>screen</command></term>
177 <listitem>
[8d77de6]178 <para>is a terminal multiplexor with VT100/ANSI
[5b6516d]179 terminal emulation.</para>
180 <indexterm zone="screen screen-prog">
181 <primary sortas="b-screen">screen</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
[fc7afd0c]185
[5b6516d]186 </variablelist>
[fc7afd0c]187
[5b6516d]188 </sect2>
[b0d6e4b]189
190</sect1>
Note: See TracBrowser for help on using the repository browser.