source: general/genutils/screen.xml@ 1d372050

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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
Last change on this file since 1d372050 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 6.6 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
[8dfc5c3]7 <!ENTITY screen-download-http "&gnu-http;/screen/screen-&screen-version;.tar.gz">
8 <!ENTITY screen-download-ftp "&gnu-ftp;/screen/screen-&screen-version;.tar.gz">
[660a70c]9 <!ENTITY screen-md5sum "d276213d3acd10339cd37848b8c4ab1e">
[16bb2cb]10 <!ENTITY screen-size "836 KB">
11 <!ENTITY screen-buildsize "7.4 MB">
[8dfc5c3]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 <date>$Date$</date>
20 </sect1info>
[fc7afd0c]21
[5b6516d]22 <title>Screen-&screen-version;</title>
[fc7afd0c]23
[5b6516d]24 <indexterm zone="screen">
25 <primary sortas="a-Screen">Screen</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Screen</title>
[fc7afd0c]30
[b7a85cd9]31 <para>
32 <application>Screen</application> is a terminal multiplexor that runs
33 several separate processes, typically interactive shells, on a single
34 physical character-based terminal. Each virtual terminal emulates a DEC
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
39 later on a different terminal.
40 </para>
[fc7afd0c]41
[81f86f9e]42 &lfs101_checked;
[a263ccb3]43
[5b6516d]44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
[b7a85cd9]47 <para>
48 Download (HTTP): <ulink url="&screen-download-http;"/>
49 </para>
[5b6516d]50 </listitem>
51 <listitem>
[b7a85cd9]52 <para>
53 Download (FTP): <ulink url="&screen-download-ftp;"/>
54 </para>
[5b6516d]55 </listitem>
56 <listitem>
[b7a85cd9]57 <para>
58 Download MD5 sum: &screen-md5sum;
59 </para>
[5b6516d]60 </listitem>
61 <listitem>
[b7a85cd9]62 <para>
63 Download size: &screen-size;
64 </para>
[5b6516d]65 </listitem>
66 <listitem>
[b7a85cd9]67 <para>
68 Estimated disk space required: &screen-buildsize;
69 </para>
[5b6516d]70 </listitem>
71 <listitem>
[b7a85cd9]72 <para>
73 Estimated build time: &screen-time;
74 </para>
[5b6516d]75 </listitem>
76 </itemizedlist>
[fc7afd0c]77
[81f86f9e]78 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
79 <itemizedlist spacing="compact">
80 <listitem>
81 <para>
82 Required patch:
83 <ulink url="&patch-root;/screen-&screen-version;-upstream_fixes-1.patch"/>
84 </para>
85 </listitem>
86 </itemizedlist>
87
[5b6516d]88 <bridgehead renderas="sect3">Screen Dependencies</bridgehead>
[fc7afd0c]89
[5b6516d]90 <bridgehead renderas="sect4">Optional</bridgehead>
[47274444]91 <para role="optional">
92 <xref linkend="linux-pam"/>
93 </para>
[fc7afd0c]94
[1039de3]95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/screen"/></para>
97
[5b6516d]98 </sect2>
[fc7afd0c]99
[5b6516d]100 <sect2 role="installation">
101 <title>Installation of Screen</title>
102
[81f86f9e]103 <para>
104 First, apply a patch from upstream that fixes a security vulnerability:
105 </para>
106
107<screen><userinput remap="pre">patch -Np1 -i ../screen-&screen-version;-upstream_fixes-1.patch</userinput></screen>
108
[b7a85cd9]109 <para>
110 Install <application>Screen</application> by running the
111 following commands:
112 </para>
[5b6516d]113
[f0af58fb]114<screen><userinput>./configure --prefix=/usr \
[066dad5a]115 --infodir=/usr/share/info \
116 --mandir=/usr/share/man \
[7715803]117 --with-socket-dir=/run/screen \
[9506e84]118 --with-pty-group=5 \
[8f29aa2]119 --with-sys-screenrc=/etc/screenrc &amp;&amp;
120
[b0d6e4b]121sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* &amp;&amp;
[5b6516d]122make</userinput></screen>
123
[b7a85cd9]124 <para>
125 This package does not come with a test suite.
126 </para>
[fc7afd0c]127
[b7a85cd9]128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
[fc7afd0c]131
[5b6516d]132<screen role="root"><userinput>make install &amp;&amp;
133install -m 644 etc/etcscreenrc /etc/screenrc</userinput></screen>
[fc7afd0c]134
[5b6516d]135 </sect2>
[fc7afd0c]136
[5ee44e37]137 <sect2 role="commands">
138 <title>Command Explanations</title>
139
[b7a85cd9]140 <para>
141 <parameter>--with-socket-dir=/run/screen</parameter>: This option
142 places the per-user sockets in a standard location.
143 </para>
144
145 <para>
146 <parameter>--with-sys-screenrc=/etc/screenrc</parameter>: This option
147 places the global screenrc file in <filename
148 class='directory'>/etc</filename>.
149 </para>
150
151 <para>
152 <parameter>--with-pty-group=5</parameter>: This option sets the gid
153 to the value used by LFS.
154 </para>
155
156 <para>
157 <command>sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%"
158 {etc,doc}/*</command>: This command corrects the configuration and
159 documentation files to the location that is used here for the global
160 screenrc file.
161 </para>
[bccbdaea]162
[5ee44e37]163 </sect2>
164
[5b6516d]165 <sect2 role="configuration">
166 <title>Configuring Screen</title>
167
168 <sect3 id ="screen-config">
169 <title>Config Files</title>
[fc7afd0c]170
[b7a85cd9]171 <para>
172 <filename>/etc/screenrc</filename> and
173 <filename>~/.screenrc</filename>
174 </para>
[fc7afd0c]175
[5b6516d]176 <indexterm zone="screen screen-config">
177 <primary sortas="e-AA.screenrc">~/.screenrc</primary>
178 </indexterm>
[fc7afd0c]179
[5b6516d]180 <indexterm zone="screen screen-config">
181 <primary sortas="e-etc-screenrc">/etc/screenrc</primary>
182 </indexterm>
[fc7afd0c]183
[5b6516d]184 </sect3>
185
186 <sect3>
187 <title>Configuration Information</title>
[fc7afd0c]188
[b7a85cd9]189 <para>
190 You may want to look at the example configuration file that was
191 installed and customize it for your needs.
192 </para>
[fc7afd0c]193
[5b6516d]194 </sect3>
[fc7afd0c]195
[5b6516d]196 </sect2>
[fc7afd0c]197
[5b6516d]198 <sect2 role="content">
199 <title>Contents</title>
200
201 <segmentedlist>
[d9962703]202 <segtitle>Installed Program</segtitle>
[5b6516d]203 <segtitle>Installed Libraries</segtitle>
[d9962703]204 <segtitle>Installed Directory</segtitle>
[fc7afd0c]205
[5b6516d]206 <seglistitem>
[7715803]207 <seg>screen (symlink) and screen-&screen-version;</seg>
[5b6516d]208 <seg>None</seg>
[7715803]209 <seg>/usr/share/screen and /run/screen</seg>
[5b6516d]210 </seglistitem>
211 </segmentedlist>
[fc7afd0c]212
[5b6516d]213 <variablelist>
214 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
215 <?dbfo list-presentation="list"?>
216 <?dbhtml list-presentation="table"?>
[fc7afd0c]217
[5b6516d]218 <varlistentry id="screen-prog">
219 <term><command>screen</command></term>
220 <listitem>
[b7a85cd9]221 <para>
[4c24eb0a]222 is a terminal multiplexor with VT100/ANSI terminal emulation
[b7a85cd9]223 </para>
[5b6516d]224 <indexterm zone="screen screen-prog">
225 <primary sortas="b-screen">screen</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
[fc7afd0c]229
[5b6516d]230 </variablelist>
[fc7afd0c]231
[5b6516d]232 </sect2>
[b0d6e4b]233
234</sect1>
Note: See TracBrowser for help on using the repository browser.