Changeset 7a9a7b26


Ignore:
Timestamp:
04/20/2022 01:36:11 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
82b6f40
Parents:
9a06e3e
Message:

Remove spaces at the end of lines

Files:
40 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgsf.xml

    r9a06e3e r7a9a7b26  
    109109    <para>
    110110      To test the results, issue: <command>make check</command>. Two
    111       tests, t1004-zip-zip64.pl and t1005-zip-nonseekable.pl are 
     111      tests, t1004-zip-zip64.pl and t1005-zip-nonseekable.pl are
    112112      known to fail.
    113113    </para>
  • general/genlib/libqalculate.xml

    r9a06e3e r7a9a7b26  
    8080    <bridgehead renderas="sect4">Optional</bridgehead>
    8181    <para role="optional">
    82       <xref linkend="doxygen"/> 
     82      <xref linkend="doxygen"/>
    8383    </para>
    8484
  • general/genlib/libunwind.xml

    r9a06e3e r7a9a7b26  
    9595    <para>
    9696      To test the results, issue: <command>make check</command>.  Two
    97       tests, run-coredump-unwind and run-coredump-unwind-mdi are known 
     97      tests, run-coredump-unwind and run-coredump-unwind-mdi are known
    9898      to fail.
    9999    </para>
  • general/genlib/liburcu.xml

    r9a06e3e r7a9a7b26  
    3131
    3232    <para>
    33       The <application>userspace-rcu</application> package provides 
    34       a set of userspace RCU (read-copy-update) libraries. These data synchronization 
    35       libraries provide read-side access which scales linearly with the number of cores. 
    36       It does so by allowing multiples copies of a given data structure to live at 
    37       the same time, and by monitoring the data structure accesses to detect grace 
     33      The <application>userspace-rcu</application> package provides
     34      a set of userspace RCU (read-copy-update) libraries. These data synchronization
     35      libraries provide read-side access which scales linearly with the number of cores.
     36      It does so by allowing multiples copies of a given data structure to live at
     37      the same time, and by monitoring the data structure accesses to detect grace
    3838      periods after which memory reclamation is possible.
    3939    </para>
     
    9494
    9595    <para>
    96       To test the results, issue: <command>make check</command>. 
     96      To test the results, issue: <command>make check</command>.
    9797    </para>
    9898
     
    141141        <listitem>
    142142          <para>
    143             provides for 
     143            provides for
    144144          </para>
    145145          <indexterm zone="liburcu liburcu-lib">
  • general/graphlib/gegl.xml

    r9a06e3e r7a9a7b26  
    137137    <para>
    138138      If installing over a previous version of <application>gegl</application>,
    139       one module needs to be removed.  As the <systemitem class="username">root</systemitem> 
     139      one module needs to be removed.  As the <systemitem class="username">root</systemitem>
    140140      user, run:
    141141    </para>
     
    154154
    155155    <para>
    156       Some tests are run automatically during the build and indicate 
    157       problems.  To run them again, issue: 
     156      Some tests are run automatically during the build and indicate
     157      problems.  To run them again, issue:
    158158      <command>ninja test</command>. This should indicate no failures,
    159       but will skip many tests depending on optional dependencise installed 
     159      but will skip many tests depending on optional dependencise installed
    160160      on the system.
    161161    </para>
  • general/prog/jinja2.xml

    r9a06e3e r7a9a7b26  
    9090        Build the module:
    9191      </para>
    92        
     92
    9393<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    9494
  • general/prog/llvm.xml

    r9a06e3e r7a9a7b26  
    280280      temporarily unusable by all jobs on the machine.)
    281281      Note that 2 of more than 62090 tests (llvm-libtool-darwin/L-and-l.test
    282       and ThreadSanitizer-x86_64) are known to fail. 
     282      and ThreadSanitizer-x86_64) are known to fail.
    283283    </para>
    284284
     
    372372
    373373    <para>
    374       <parameter>-DLLVM_INCLUDE_BENCHMARKS=OFF</parameter>: 
    375       is used to disable generation build targets for the LLVM 
    376       benchmarks. This option requires additional code that 
     374      <parameter>-DLLVM_INCLUDE_BENCHMARKS=OFF</parameter>:
     375      is used to disable generation build targets for the LLVM
     376      benchmarks. This option requires additional code that
    377377      is not currently available.
    378378    </para>
  • general/prog/mercurial.xml

    r9a06e3e r7a9a7b26  
    155155
    156156    <para>
    157       An interesting switch is <option>--time</option>, which will generate a 
    158       table of all the executed tests and their respective start, end, user, 
     157      An interesting switch is <option>--time</option>, which will generate a
     158      table of all the executed tests and their respective start, end, user,
    159159      system and real times once the tests are complete. Note that these
    160160      switches may be used with <command>make check</command> by including
  • general/prog/php.xml

    r9a06e3e r7a9a7b26  
    3838Stats for tests changed slightly for 8.1.2, but not significantly.
    3939  Tests failed    :    1
    40 For 8.1.4, ran tests at -j4. Onte test still fails. 
     40For 8.1.4, ran tests at -j4. Onte test still fails.
    4141-->
    4242]>
  • general/prog/pygments.xml

    r9a06e3e r7a9a7b26  
    8383
    8484      <para>
    85         To install the package run the following as the &root; user: 
     85        To install the package run the following as the &root; user:
    8686      </para>
    8787
  • general/prog/valgrind.xml

    r9a06e3e r7a9a7b26  
    139139    -i {helgrind,drd}/tests/pth_cond_destroy_busy.vgtest</userinput></screen>
    140140
    141     <!-- 731 tests, 6 stderr failures, 0 stdout failures, 1 stderrB failure, 
    142          0 stdoutB failures, 1 post failure -bdubbs Apr 13. 22 
     141    <!-- 731 tests, 6 stderr failures, 0 stdout failures, 1 stderrB failure,
     142         0 stdoutB failures, 1 post failure -bdubbs Apr 13. 22
    143143         valgrind-3.19.0 -->
    144144
  • general/sysutils/fcron.xml

    r9a06e3e r7a9a7b26  
    141141
    142142    <para>
    143       Now fix some locations hard coded in the documentation: 
     143      Now fix some locations hard coded in the documentation:
    144144    </para>
    145145
  • gnome/platform/mutter.xml

    r9a06e3e r7a9a7b26  
    188188    <!-- "catchsegv" from glibc is needed, but it's removed in 2.35
    189189    <para>
    190       The test suite for this package does not work on systems using glibc-2.35 
     190      The test suite for this package does not work on systems using glibc-2.35
    191191      and later.
    192192    </para>
  • introduction/welcome/changelog.xml

    r9a06e3e r7a9a7b26  
    562562        <listitem>
    563563          <para>[bdubbs] - Update to gstreamer-1.20.1. Includes
    564           gst-plugins-{base,good,bad,ugly}, gstlibav, and 
     564          gst-plugins-{base,good,bad,ugly}, gstlibav, and
    565565          gstreamer-vaapi. Fixes
    566566          <ulink url="&blfs-ticket-root;16233">#16233</ulink>.</para>
     
    741741      <itemizedlist>
    742742        <listitem>
    743           <para>[bdubbs] - Update to libXvMC-1.0.13 (Xorg library). Fixes 
     743          <para>[bdubbs] - Update to libXvMC-1.0.13 (Xorg library). Fixes
    744744          <ulink url="&blfs-ticket-root;16329">#16329</ulink>.</para>
    745745        </listitem>
    746746        <listitem>
    747           <para>[bdubbs] - Update to sqlite-autoconf-3380200 (3.38.2). Fixes 
     747          <para>[bdubbs] - Update to sqlite-autoconf-3380200 (3.38.2). Fixes
    748748          <ulink url="&blfs-ticket-root;16328">#16328</ulink>.</para>
    749749        </listitem>
     
    755755      <itemizedlist>
    756756        <listitem>
    757           <para>[bdubbs] - Update to libnma-1.8.36. Fixes 
     757          <para>[bdubbs] - Update to libnma-1.8.36. Fixes
    758758          <ulink url="&blfs-ticket-root;16327">#16327</ulink>.</para>
    759759        </listitem>
    760760        <listitem>
    761           <para>[bdubbs] - Update to cbindgen-0.21.0. Fixes 
     761          <para>[bdubbs] - Update to cbindgen-0.21.0. Fixes
    762762          <ulink url="&blfs-ticket-root;16326">#16326</ulink>.</para>
    763763        </listitem>
    764764        <listitem>
    765           <para>[bdubbs] - Update to libwacom-2.2.0. Fixes 
     765          <para>[bdubbs] - Update to libwacom-2.2.0. Fixes
    766766          <ulink url="&blfs-ticket-root;16325">#16325</ulink>.</para>
    767767        </listitem>
    768768        <listitem>
    769           <para>[bdubbs] - Update to libevdev-1.12.1 (Xorg driver). Fixes 
     769          <para>[bdubbs] - Update to libevdev-1.12.1 (Xorg driver). Fixes
    770770          <ulink url="&blfs-ticket-root;16324">#16324</ulink>.</para>
    771771        </listitem>
    772772        <listitem>
    773           <para>[bdubbs] - Update to seamonkey-2.53.11.1. Fixes 
     773          <para>[bdubbs] - Update to seamonkey-2.53.11.1. Fixes
    774774          <ulink url="&blfs-ticket-root;16323">#16323</ulink>.</para>
    775775        </listitem>
    776776        <listitem>
    777           <para>[bdubbs] - Update to llvm-14.0.0. Fixes 
     777          <para>[bdubbs] - Update to llvm-14.0.0. Fixes
    778778          <ulink url="&blfs-ticket-root;16315">#16315</ulink>.</para>
    779779        </listitem>
     
    785785      <itemizedlist>
    786786        <listitem>
    787           <para>[bdubbs] - Update to wireshark-3.6.3. Fixes 
     787          <para>[bdubbs] - Update to wireshark-3.6.3. Fixes
    788788          <ulink url="&blfs-ticket-root;16319">#16319</ulink>.</para>
    789789        </listitem>
    790790        <listitem>
    791           <para>[bdubbs] - Update to harfbuzz-4.1.0. Fixes 
     791          <para>[bdubbs] - Update to harfbuzz-4.1.0. Fixes
    792792          <ulink url="&blfs-ticket-root;16318">#16318</ulink>.</para>
    793793        </listitem>
    794794        <listitem>
    795           <para>[bdubbs] - Update to umockdev-0.17.8. Fixes 
     795          <para>[bdubbs] - Update to umockdev-0.17.8. Fixes
    796796          <ulink url="&blfs-ticket-root;16317">#16317</ulink>.</para>
    797797        </listitem>
    798798        <listitem>
    799           <para>[bdubbs] - Update to inih-r55. Fixes 
     799          <para>[bdubbs] - Update to inih-r55. Fixes
    800800          <ulink url="&blfs-ticket-root;16316">#16316</ulink>.</para>
    801801        </listitem>
    802802        <listitem>
    803           <para>[bdubbs] - Update to glib-networking-2.72.0. Fixes 
     803          <para>[bdubbs] - Update to glib-networking-2.72.0. Fixes
    804804          <ulink url="&blfs-ticket-root;16313">#16313</ulink>.</para>
    805805        </listitem>
    806806        <listitem>
    807           <para>[bdubbs] - Update to python-dbusmock-0.27.3. Fixes 
     807          <para>[bdubbs] - Update to python-dbusmock-0.27.3. Fixes
    808808          <ulink url="&blfs-ticket-root;16311">#16311</ulink>.</para>
    809809        </listitem>
    810810        <listitem>
    811           <para>[bdubbs] - Update to highlight-4.2. Fixes 
     811          <para>[bdubbs] - Update to highlight-4.2. Fixes
    812812          <ulink url="&blfs-ticket-root;16310">#16310</ulink>.</para>
    813813        </listitem>
    814814        <listitem>
    815           <para>[bdubbs] - Update to babl-0.1.92. Fixes 
     815          <para>[bdubbs] - Update to babl-0.1.92. Fixes
    816816          <ulink url="&blfs-ticket-root;16309">#16309</ulink>.</para>
    817817        </listitem>
    818818        <listitem>
    819           <para>[bdubbs] - Update to webkitgtk-2.36.0. Fixes 
     819          <para>[bdubbs] - Update to webkitgtk-2.36.0. Fixes
    820820          <ulink url="&blfs-ticket-root;16304">#16304</ulink>.</para>
    821821        </listitem>
     
    830830      <itemizedlist>
    831831        <listitem>
    832           <para>[bdubbs] - Update to sysprof-3.44.0. Fixes 
     832          <para>[bdubbs] - Update to sysprof-3.44.0. Fixes
    833833          <ulink url="&blfs-ticket-root;16299">#16299</ulink>.</para>
    834834        </listitem>
     
    841841        </listitem>
    842842        <listitem>
    843           <para>[bdubbs] - Update to network-manager-applet-1.26.0. Fixes 
     843          <para>[bdubbs] - Update to network-manager-applet-1.26.0. Fixes
    844844          <ulink url="&blfs-ticket-root;16308">#16308</ulink>.</para>
    845845        </listitem>
    846846        <listitem>
    847           <para>[bdubbs] - Update to NetworkManager-1.36.4. Fixes 
     847          <para>[bdubbs] - Update to NetworkManager-1.36.4. Fixes
    848848          <ulink url="&blfs-ticket-root;16312">#16312</ulink>.</para>
    849849        </listitem>
     
    855855      <itemizedlist>
    856856        <listitem>
    857           <para>[bdubbs] - Update to libportal-0.6. Fixes 
     857          <para>[bdubbs] - Update to libportal-0.6. Fixes
    858858          <ulink url="&blfs-ticket-root;16307">#16307</ulink>.</para>
    859859        </listitem>
    860860        <listitem>
    861           <para>[bdubbs] - Update to pango-1.50.6. Fixes 
     861          <para>[bdubbs] - Update to pango-1.50.6. Fixes
    862862          <ulink url="&blfs-ticket-root;16300">#16300</ulink>.</para>
    863863        </listitem>
    864864        <listitem>
    865           <para>[bdubbs] - Update to adwaita-icon-theme-42.0. Fixes 
     865          <para>[bdubbs] - Update to adwaita-icon-theme-42.0. Fixes
    866866          <ulink url="&blfs-ticket-root;16302">#16302</ulink>.</para>
    867867        </listitem>
    868868        <listitem>
    869           <para>[bdubbs] - Update to cairo-1.17.6. Fixes 
     869          <para>[bdubbs] - Update to cairo-1.17.6. Fixes
    870870          <ulink url="&blfs-ticket-root;16298">#16298</ulink>.</para>
    871871        </listitem>
    872872        <listitem>
    873           <para>[bdubbs] - Update to libepoxy-1.5.10. Fixes 
     873          <para>[bdubbs] - Update to libepoxy-1.5.10. Fixes
    874874          <ulink url="&blfs-ticket-root;16297">#16297</ulink>.</para>
    875875        </listitem>
    876876        <listitem>
    877           <para>[bdubbs] - Update to graphene-1.10.8. Fixes 
     877          <para>[bdubbs] - Update to graphene-1.10.8. Fixes
    878878          <ulink url="&blfs-ticket-root;16296">#16296</ulink>.</para>
    879879        </listitem>
    880880        <listitem>
    881           <para>[bdubbs] - Update to libgsf-1.14.49. Fixes 
     881          <para>[bdubbs] - Update to libgsf-1.14.49. Fixes
    882882          <ulink url="&blfs-ticket-root;16291">#16291</ulink>.</para>
    883883        </listitem>
     
    894894        </listitem>
    895895        <listitem>
    896           <para>[bdubbs] - Enable gtk4 library for libnma. Fixes 
     896          <para>[bdubbs] - Enable gtk4 library for libnma. Fixes
    897897          <ulink url="&blfs-ticket-root;16273">#16273</ulink>.</para>
    898898        </listitem>
    899899        <listitem>
    900           <para>[bdubbs] - Update to libhandy-1.6.1. Fixes 
     900          <para>[bdubbs] - Update to libhandy-1.6.1. Fixes
    901901          <ulink url="&blfs-ticket-root;16266">#16266</ulink>.</para>
    902902        </listitem>
    903903        <listitem>
    904           <para>[bdubbs] - Update to libdazzle-3.44.0. Fixes 
     904          <para>[bdubbs] - Update to libdazzle-3.44.0. Fixes
    905905          <ulink url="&blfs-ticket-root;16257">#16257</ulink>.</para>
    906906        </listitem>
     
    990990        </listitem>
    991991        <listitem>
    992           <para>[timtas] - Added optional x265 dependency for heif support in 
     992          <para>[timtas] - Added optional x265 dependency for heif support in
    993993          imlib2-1.8.1.</para>
    994994        </listitem>
     
    13791379      </itemizedlist>
    13801380    </listitem>
    1381    
     1381
    13821382    <listitem>
    13831383      <para>March 3rd, 2022</para>
  • kde/kf5-apps/kio-extras.xml

    r9a06e3e r7a9a7b26  
    2626
    2727    <para>
    28       The <application>kio-extras</application> package contains additional 
    29       components to increase the functionality of the KDE resource and 
     28      The <application>kio-extras</application> package contains additional
     29      components to increase the functionality of the KDE resource and
    3030      network access abstractions.
    3131    </para>
  • kde/kf5/kf5-frameworks.xml

    r9a06e3e r7a9a7b26  
    364364    tar -xf $file
    365365    pushd $packagedir
    366 <!--   
     366<!--
    367367      case $name in
    368368        plasma-framework*)
  • multimedia/libdriv/frei0r.xml

    r9a06e3e r7a9a7b26  
    8181    <para>
    8282      <xref linkend='doxygen'/> and
    83       <xref linkend='opencv'/> 
     83      <xref linkend='opencv'/>
    8484    </para>
    8585
  • multimedia/libdriv/pipewire.xml

    r9a06e3e r7a9a7b26  
    136136
    137137    <para>
    138       <parameter>-Dsession-managers=</parameter>: This switch 
     138      <parameter>-Dsession-managers=</parameter>: This switch
    139139      prevents automatic downloading external dependencies.
    140140    </para>
  • networking/netlibs/kdsoup.xml

    r9a06e3e r7a9a7b26  
    2727
    2828    <para>
    29       The <application>kdsoap</application> is Qt-based client-side and 
    30       server-side SOAP component. It can be used to create client applications 
    31       for web services and also provides the means to create web services 
     29      The <application>kdsoap</application> is Qt-based client-side and
     30      server-side SOAP component. It can be used to create client applications
     31      for web services and also provides the means to create web services
    3232      without the need for any further component such as a dedicated web server.
    3333    </para>
  • networking/netlibs/libmnl.xml

    r9a06e3e r7a9a7b26  
    7575
    7676    <bridgehead renderas="sect3">libnma Dependencies</bridgehead>
    77    
     77
    7878    <bridgehead renderas="sect4">Optional</bridgehead>
    7979    <para role="optional">
  • networking/netprogs/samba.xml

    r9a06e3e r7a9a7b26  
    745745          /etc/samba, /run/samba, /usr/include/samba-4.0,
    746746          /usr/lib/python&python3-majorver;/site-packages/samba,
    747           /usr/{lib,libexec,share}/samba, 
     747          /usr/{lib,libexec,share}/samba,
    748748          and /var/{cache,lib,lock,log,run}/samba
    749749        </seg>
  • networking/netutils/networkmanager.xml

    r9a06e3e r7a9a7b26  
    238238      with a bus address is necessary to run the tests. To test the results,
    239239      as the root user, <!-- needs the "ip" command -->
    240       issue: <command>ninja test</command>. 
     240      issue: <command>ninja test</command>.
    241241      One test, <filename>test-core</filename>, is known to fail.
    242242    </para>
  • postlfs/security/cryptsetup.xml

    r9a06e3e r7a9a7b26  
    9494    <para role="optional">
    9595      <xref linkend="libpwquality"/>,
    96       <ulink url="https://github.com/P-H-C/phc-winner-argon2">argon2</ulink>, 
     96      <ulink url="https://github.com/P-H-C/phc-winner-argon2">argon2</ulink>,
    9797      <ulink url="http://www.libssh.org/">libssh</ulink>, and
    9898      <ulink url="http://www.openwall.com/passwdqc/">passwdqc</ulink>
     
    177177      CONFIG_CRYPTO_TWOFISH_X86_64.
    178178      <!--I had 1 of 21 tests fail with the above crypto options in the
    179       kernel.  Eight tests were not run.  Version 2.4.3. 
     179      kernel.  Eight tests were not run.  Version 2.4.3.
    180180      Failed test  was tcrypt-compat-test
    181181      tcrypt-images/tc_1-ripemd160-cbc-aes [FAILED]
  • postlfs/security/polkit.xml

    r9a06e3e r7a9a7b26  
    280280    </para>
    281281
    282    
     282
    283283    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    284284      href="../../xincludes/static-libraries.xml"/>
    285285    -->
    286    
     286
    287287    <para>
    288288      <option>-Dauthfw=shadow</option>: This switch enables the
     
    428428      </varlistentry>
    429429-->
    430      
     430
    431431      <varlistentry id="pkexec">
    432432        <term><command>pkexec</command></term>
  • postlfs/security/shadow.xml

    r9a06e3e r7a9a7b26  
    159159
    160160    <para>
    161       The man pages were installed in LFS, but if reinstallation is 
     161      The man pages were installed in LFS, but if reinstallation is
    162162      desired, run (as the <systemitem class="username">root</systemitem> user):
    163163    </para>
  • postlfs/security/sudo.xml

    r9a06e3e r7a9a7b26  
    227227          file directly.  In that case, the <varname>secure_path</varname>
    228228          entry may not be needed and using <command>sudo -E ...</command> can
    229           import the non-privileged user's full environment into the 
     229          import the non-privileged user's full environment into the
    230230          privileged session.
    231231        </para>
    232        
    233         <para>
    234           The files in the <filename class="directory">/etc/sudoers.d</filename> 
    235           directory are parsed in sorted lexical order. Be careful that entries 
     232
     233        <para>
     234          The files in the <filename class="directory">/etc/sudoers.d</filename>
     235          directory are parsed in sorted lexical order. Be careful that entries
    236236          in an added file do not overwrite previous entries.
    237237        </para>
  • pst/typesetting/dvisvgm.xml

    r9a06e3e r7a9a7b26  
    55  %general-entities;
    66
    7   <!-- this can be accessed via https://dvisvgm.de/Downloads/
     7  <!-- his can be accessed via https://dvisvgm.de/Downloads/
    88       NOT via the tags at github - those use autogen.sh -->
    99  <!ENTITY dvisvgm-download-http "https://github.com/mgieseki/dvisvgm/releases/download/&dvisvgm-version;/dvisvgm-&dvisvgm-version;.tar.gz">
  • server/databases/postgresql.xml

    r9a06e3e r7a9a7b26  
    157157
    158158    <note>
    159       <para>If you are installing <application>PostgreSQL</application> to 
     159      <para>If you are installing <application>PostgreSQL</application> to
    160160      upgrade an existing installation, there are important steps that you need
    161161      to follow. If the major version of the new build is greater than the
    162162      previous version, there is a chance that the data file format has changed.
    163       new software cannot act on the existing data files. In this case, the 
     163      new software cannot act on the existing data files. In this case, the
    164164      server will not start because the old programs have been overwritten, so
    165165      the data is unavailable until it's file format has been converted.</para>
     
    168168        Before upgrading an existing installation of PostgreSQL, check
    169169        the documentation for any considerations that you must keep in mind
    170         during the upgrade. Note that new major versions might use a different 
     170        during the upgrade. Note that new major versions might use a different
    171171        binary format in the data objects, causing potential incompatibilities.
    172172        For more information, check out upstream's documentation about
     
    176176
    177177      <para>At this point, you may have both the old and the new binaries
    178       installed on your filesystem. These binaries can be used to perform an 
    179       upgrade of your existing database files. For the following instructions 
     178      installed on your filesystem. These binaries can be used to perform an
     179      upgrade of your existing database files. For the following instructions
    180180      it is assumed that
    181181      <itemizedlist>
     
    200200      <systemitem class="username">postgres</systemitem> user, as the
    201201      <systemitem class="username">root</systemitem> user:</para>
    202      
     202
    203203<screen role="nodump"><userinput>install -D -o postgres $(pwd)/DESTDIR/tmp</userinput></screen>
    204      
     204
    205205      <para>Now, stop the existing instance of <application>PostgreSQL</application>
    206206      and start the upgrade process as the
    207207      <systemitem class="username">root</systemitem> user:</para>
    208      
     208
    209209<screen revision="sysv" role="nodump"><userinput>pushd $(pwd)/DESTDIR/tmp
    210210/etc/rc.d/init.d/postgresql stop
     
    224224
    225225      <para>At this point, your database files available in two locations on
    226       disk. The old data is located in 
     226      disk. The old data is located in
    227227      <filename class="directory">/srv/pgsql/data</filename>, and the new data
    228228      is in <filename class="directory">/srv/pgsql/newdata</filename>.
    229229      Backing up the old database files is suggested before continuing.</para>
    230      
    231       <para>Next, remove the old database files, and rename the new data 
     230
     231      <para>Next, remove the old database files, and rename the new data
    232232      directory as the <systemitem class="username">root</systemitem> user:</para>
    233      
     233
    234234<screen role="nodump"><userinput>rm -rf /srv/pgsql/data
    235235mv /srv/pgsql/newdata /srv/pgsql/data</userinput></screen>
    236236
    237237    </note>
    238    
     238
    239239    <para>
    240240      Now, as the <systemitem class="username">root</systemitem> user:
  • server/databases/upgradedb.xml

    r9a06e3e r7a9a7b26  
    1818    when an existing database is in use.  It is not applicable for
    1919    initial installations or if there is no existing database for
    20     the package being updated, but users should read through it 
     20    the package being updated, but users should read through it
    2121    to become aware of issues that can arise in the future.</para></note>
    2222
     
    3333
    3434Oct 26 17:11:53 SVRNAME systemd[1]: Starting PostgreSQL database server...
    35 Oct 26 17:11:53 SRVNAME postgres[17338]: 2021-10-26 17:11:53.420 CDT [17338] FATAL: 
     35Oct 26 17:11:53 SRVNAME postgres[17338]: 2021-10-26 17:11:53.420 CDT [17338] FATAL:
    3636                database files are incompatible with server
    37 Oct 26 17:11:53 SRVNAME postgres[17338]: 2021-10-26 17:11:53.420 CDT [17338] DETAIL: 
     37Oct 26 17:11:53 SRVNAME postgres[17338]: 2021-10-26 17:11:53.420 CDT [17338] DETAIL:
    3838                The data directory was initialized by PostgreSQL version 13,
    3939                which is not compatible with this version 14.0.
     
    134134        <listitem>
    135135          <para>Create a full database backup using the old tools.</para>
    136          
     136
    137137          <para>This step creates an offline copy of the database files ready
    138138          to be used for long term archiving, for disaster recovery, or just
     
    158158          to fully protect your data, create a backup of the corresponding old
    159159          binaries (and/or their sources) and store it along with the data
    160           files to make sure that there is a fallback solution if 
    161           the newer software is not able to read the older data.</para> 
    162           </listitem> 
    163 
    164           <listitem> 
    165             <para>Upgrade the server software</para> 
     160          files to make sure that there is a fallback solution if
     161          the newer software is not able to read the older data.</para>
     162          </listitem>
     163
     164          <listitem>
     165            <para>Upgrade the server software</para>
    166166
    167167            <para>In this step, instructions to build the database server
    168168            software are executed just as they are shown in subsequent sections
    169169            talking about the DBMs like MariaDB or Postgresql. That is, build
    170             the software as usual using BLFS instructions.</para> 
    171           </listitem> 
    172 
    173           <listitem> 
    174             <para>Restore the database by using the new tools.</para> 
     170            the software as usual using BLFS instructions.</para>
     171          </listitem>
     172
     173          <listitem>
     174            <para>Restore the database by using the new tools.</para>
    175175
    176176            <para>To restore the data, the tools of the newly installed server
     
    179179            software requires. It is assumed that newer software is capable of
    180180            reading old data.</para>
    181           </listitem> 
     181          </listitem>
    182182          </itemizedlist>
    183183
  • server/mail/exim.xml

    r9a06e3e r7a9a7b26  
    444444
    445445      <para>
    446         If you have built <application>Exim</application> with 
     446        If you have built <application>Exim</application> with
    447447        <application>Linux PAM</application> support, you need to create a
    448448        <application>PAM</application> configuration file to get it working
  • server/mail/postfix.xml

    r9a06e3e r7a9a7b26  
    288288      <para>
    289289        Adjust the following according to your needs. For example,
    290         if you have <application>Cyrus SASL</application>, 
    291         install <application>Postfix</application> by running the following 
     290        if you have <application>Cyrus SASL</application>,
     291        install <application>Postfix</application> by running the following
    292292        commands:
    293293      </para>
  • x/installing/libvdpau.xml

    r9a06e3e r7a9a7b26  
    142142      <para>
    143143        If <application>doxygen</application> is present at build time
    144         place the documentation in a versioned directory as the 
     144        place the documentation in a versioned directory as the
    145145        <systemitem class="username">root</systemitem> user:
    146146      </para>
  • x/installing/x7driver-amdgpu.xml

    r9a06e3e r7a9a7b26  
    3636      <para>
    3737        The <application>Xorg AMDGPU Driver</application> package contains the X.Org
    38         Video Driver for newer AMD Radeon video cards and newer AMD-CPUs with 
     38        Video Driver for newer AMD Radeon video cards and newer AMD-CPUs with
    3939        integrated graphics (APUs). This includes video cards starting with Volcanic Islands.
    4040        It can also be used for Southern and Sea Islands if the experimental support
  • x/installing/x7driver-nouveau.xml

    r9a06e3e r7a9a7b26  
    130130
    131131<screen><userinput remap="pre">grep -rl slave | xargs sed -i s/slave/secondary/</userinput></screen>
    132  
     132
    133133      <para>
    134134        Install <application>Xorg Nouveau Driver</application> by running the following
  • x/lib/libadwaita.xml

    r9a06e3e r7a9a7b26  
    3131    <para>
    3232      The <application>libadwaita</application> package provides additional
    33       GTK4 UI widgets for use in developing user interfaces. It is used 
     33      GTK4 UI widgets for use in developing user interfaces. It is used
    3434      primarily for GNOME applications.
    3535    </para>
     
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    8686    <para role="optional">
    87       <xref linkend="gtk-doc"/> 
     87      <xref linkend="gtk-doc"/>
    8888    </para>
    8989
  • x/lib/pango.xml

    r9a06e3e r7a9a7b26  
    123123    <para>
    124124      To test the results, issue: <command>ninja test</command>. Two tests,
    125       <filename>test-font</filename> and 
     125      <filename>test-font</filename> and
    126126      <filename>test-layout</filename>
    127127      <!--<filename>test-itemize</filename>, are--> are known to fail. <!--if
  • x/lib/qt5.xml

    r9a06e3e r7a9a7b26  
    521521<literal>Defaults env_keep += QT5DIR</literal>
    522522EOF</userinput></screen>
    523      
     523
    524524    <bridgehead renderas="sect4">If you did not install Qt5 in /usr</bridgehead>
    525525
  • x/lib/qtwebengine.xml

    r9a06e3e r7a9a7b26  
    233233               that the tarball names names differ
    234234          <ulink url="&patch-root;/qtwebengine-everywhere-src-&qtwebengine-version;-ICU68-2.patch"/> \-\->
    235            
     235
    236236          <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-5.15.7-1.patch"/>
    237237        </para>
  • xsoft/graphweb/falkon.xml

    r9a06e3e r7a9a7b26  
    103103
    104104    <note>
    105       <para>Strictly speaking, only karchive is required to build falkon,
    106       but several other packages in KF5 can be used if they are present. To build
    107       only karchive, download that package from the directory specified in
    108       <xref linkend="kf5-frameworks"/> and use the build instructions on that
    109       page changing the $KF5_PREFIX to /usr.</para>
     105      <para>
     106        Strictly speaking, only karchive is required to build falkon,
     107        but several other packages in KF5 can be used if they are present. To
     108        build only karchive, download that package from the directory specified
     109        in <xref linkend="kf5-frameworks"/> and use the build instructions on
     110        that page changing the $KF5_PREFIX to /usr.
     111      </para>
    110112    </note>
    111113
  • xsoft/office/libreoffice.xml

    r9a06e3e r7a9a7b26  
    5353       56 SBU for 7.0.3.1 not including download of translations, help, and
    5454       dictionaries. -renodr
    55        
    56        For 7.2.5.2, It was 58 SBU including DL time.   
     55
     56       For 7.2.5.2, It was 58 SBU including DL time.
    5757
    5858  -->
     
    417417    <para>
    418418      If building on a 32 bit machine, <envar>CFLAGS</envar> is set to
    419       <command>-Os</command>, which breaks the build. Prevent this 
     419      <command>-Os</command>, which breaks the build. Prevent this
    420420      by issuing:
    421421    </para>
Note: See TracChangeset for help on using the changeset viewer.