Changeset a1dd01c
- Timestamp:
- 01/28/2005 04:19:29 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- b37eb5f
- Parents:
- fa0eb91a
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/screen.xml
rfa0eb91a ra1dd01c 19 19 <?dbhtml filename="screen.html"?> 20 20 <title>Screen-&screen-version;</title> 21 <indexterm zone="screen"> 22 <primary sortas="a-Screen">Screen</primary> 23 </indexterm> 21 24 22 25 <sect2> … … 36 39 <sect3><title>Package information</title> 37 40 <itemizedlist spacing='compact'> 38 <listitem><para>Download (HTTP): <ulink url="&screen-download-http;"/></para></listitem> 39 <listitem><para>Download (FTP): <ulink url="&screen-download-ftp;"/></para></listitem> 40 <listitem><para>Download size: &screen-size;</para></listitem> 41 <listitem><para>Estimated disk space required: &screen-buildsize;</para></listitem> 42 <listitem><para>Estimated build time: &screen-time;</para></listitem></itemizedlist> 41 <listitem><para>Download (HTTP): 42 <ulink url="&screen-download-http;"/></para></listitem> 43 <listitem><para>Download (FTP): 44 <ulink url="&screen-download-ftp;"/></para></listitem> 45 <listitem><para>Download size: 46 &screen-size;</para></listitem> 47 <listitem><para>Estimated disk space required: 48 &screen-buildsize;</para></listitem> 49 <listitem><para>Estimated build time: 50 &screen-time;</para></listitem></itemizedlist> 43 51 </sect3> 44 52 45 53 <sect3><title><application>Screen</application> dependencies</title> 46 54 <sect4><title>Optional</title> 47 <para><xref linkend="Linux_PAM"/> 48 </ para></sect4>55 <para><xref linkend="Linux_PAM"/></para> 56 </sect4> 49 57 </sect3> 50 58 … … 60 68 --with-sys-screenrc=/etc/screenrc && 61 69 sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* && 62 make && 63 make install && 70 make</command></userinput></screen> 71 72 <para>Now, as the root user:</para> 73 74 <screen><userinput role='root'><command>make install && 64 75 install -m 644 etc/etcscreenrc /etc/screenrc</command></userinput></screen> 65 76 … … 69 80 <title>Configuring <application>Screen</application></title> 70 81 71 <sect3><title>Config files</title> 72 73 <para><filename>/etc/screenrc</filename>, 82 <sect3 id ="screen-config"><title>Config files</title> 83 <para><filename>/etc/screenrc</filename> and 74 84 <filename>~/.screenrc</filename> 75 </para></sect3> 85 </para> 86 <indexterm zone="screen screen-config"> 87 <primary sortas="e-AA.screenrc">~/.screenrc</primary></indexterm> 88 <indexterm zone="screen screen-config"> 89 <primary sortas="e-etc-screenrc">/etc/screenrc</primary></indexterm> 90 </sect3> 76 91 77 92 <sect3><title>Configuration Information</title> 78 79 <para>You may want to look at the example configuration file that we 93 <para>You may want to look at the example configuration file that was 80 94 installed and customize it for your needs.</para> 81 95 </sect3> … … 86 100 <title>Contents</title> 87 101 88 <para>This package contains <command>screen</command>.</para> 102 <segmentedlist> 103 <segtitle>Installed Programs</segtitle> 104 <segtitle>Installed Libraries</segtitle> 105 <segtitle>Installed Directories</segtitle> 89 106 90 </sect2> 107 <seglistitem> 108 <seg>screen</seg> 109 <seg>None</seg> 110 <seg>/var/run/screen</seg> 111 </seglistitem> 112 </segmentedlist> 91 113 92 <sect2><title>Description</title> 114 <variablelist> 115 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 116 <?dbfo list-presentation="list"?> 93 117 94 <sect3><title>screen</title> 95 <para><command>screen</command> is a terminal multiplexor with 96 VT100/<acronym>ANSI</acronym> terminal emulation.</para></sect3> 97 118 <varlistentry id="screen-prog"> 119 <term><command>screen</command></term> 120 <listitem><para>is a terminal multiplexor with VT100/<acronym>ANSI</acronym> 121 terminal emulation.</para> 122 <indexterm zone="screen screen-prog"> 123 <primary sortas="b-screen">screen</primary> 124 </indexterm></listitem> 125 </varlistentry> 126 </variablelist> 98 127 </sect2> 99 128 -
introduction/welcome/changelog.xml
rfa0eb91a ra1dd01c 25 25 <listitem><para>January 27th, 2005 [randy]: Updated to Heimdal-0.6.3 and 26 26 Ethereal-0.10.9; updated Glossary; added new Index division, "Kernel 27 Configuration".</para></listitem> 27 Configuration"; added Autotools reconfiguration to 28 libusb instructions.</para></listitem> 28 29 29 30 <listitem><para>January 26th, 2005 [randy]: Updated J2SDK binary version to
Note:
See TracChangeset
for help on using the changeset viewer.