Changeset a0ad432 for general


Ignore:
Timestamp:
09/07/2024 12:53:05 AM (2 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
f74ac38e
Parents:
e9e97922
Message:

Screen: change some of the configure switches to use their new names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/screen.xml

    re9e97922 ra0ad432  
    106106    </para>
    107107
    108 <screen><userinput>sh autogen.sh                                 &amp;&amp;
    109 ./configure --prefix=/usr                     \
    110             --infodir=/usr/share/info         \
    111             --mandir=/usr/share/man           \
    112             --with-socket-dir=/run/screen     \
    113             --with-pty-group=5                \
    114             --with-sys-screenrc=/etc/screenrc &amp;&amp;
     108<screen><userinput>./configure --prefix=/usr                        \
     109            --infodir=/usr/share/info            \
     110            --mandir=/usr/share/man              \
     111            --enable-socket-dir=/run/screen      \
     112            --with-pty-group=5                   \
     113            --with-system_screenrc=/etc/screenrc &amp;&amp;
    115114
    116115sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* &amp;&amp;
     
    134133
    135134    <para>
    136       <parameter>--with-socket-dir=/run/screen</parameter>: This option
     135      <parameter>--enable-socket-dir=/run/screen</parameter>: This option
    137136      places the per-user sockets in a standard location.
    138137    </para>
    139138
    140139    <para>
    141       <parameter>--with-sys-screenrc=/etc/screenrc</parameter>: This option
    142       places the global screenrc file in <filename
    143       class='directory'>/etc</filename>.
     140      <parameter>--with-system_screenrc=/etc/screenrc</parameter>: This option
     141      places the global screenrc file in
     142      <filename class='directory'>/etc</filename>.
    144143    </para>
    145144
Note: See TracChangeset for help on using the changeset viewer.