Changeset 2f12da13
- Timestamp:
- 06/12/2016 11:24:23 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 50fefd6
- Parents:
- 37892fa
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/jasper.xml
r37892fa r2f12da13 223 223 <term><filename class='libraryfile'>libjasper.so</filename></term> 224 224 <listitem> 225 <para> a library used by programs for reading and writing225 <para>is a library used by programs for reading and writing 226 226 JPEG2000 format files.</para> 227 227 <indexterm zone="jasper jasper-lib"> -
introduction/welcome/changelog.xml
r37892fa r2f12da13 47 47 <para>June 12th, 2016</para> 48 48 <itemizedlist> 49 <listitem> 50 <para>[renodr] - Update to xf86-input-evdev-2.10.3. Fixes 51 <ulink url="&blfs-ticket-root;7903">#7903</ulink>.</para> 52 </listitem> 49 53 <listitem> 50 54 <para>[bdubbs] - Update to cups-1.9.0. Fixes -
networking/netprogs/nfs-utils.xml
r37892fa r2f12da13 404 404 <term><command>mount.nfs</command></term> 405 405 <listitem> 406 <para> Used to mount a network share using NFS</para>406 <para>is used to mount a network share using NFS</para> 407 407 <indexterm zone="nfs-utils mount.nfs"> 408 408 <primary sortas="b-mount.nfs">mount.nfs</primary> … … 414 414 <term><command>mount.nfs4</command></term> 415 415 <listitem> 416 <para> Used to mount a network share using NFSv4</para>416 <para>is used to mount a network share using NFSv4</para> 417 417 <indexterm zone="nfs-utils mount.nfs4"> 418 418 <primary sortas="b-mount.nfs4">mount.nfs4</primary> … … 424 424 <term><command>nfsiostat</command></term> 425 425 <listitem> 426 <para> Reportinput/output statistics for network filesystems.</para>426 <para>reports input/output statistics for network filesystems.</para> 427 427 <indexterm zone="nfs-utils nfsiostat-nfs-utils"> 428 428 <primary sortas="b-nfsiostat-nfs-utils">nfsiostat</primary> … … 531 531 <term><command>umount.nfs</command></term> 532 532 <listitem> 533 <para> Used to unmount a network share using NFS</para>533 <para>is used to unmount a network share using NFS</para> 534 534 <indexterm zone="nfs-utils umount.nfs"> 535 535 <primary sortas="b-umount.nfs">umount.nfs</primary> … … 541 541 <term><command>umount.nfs4</command></term> 542 542 <listitem> 543 <para> Used to unmount a network share using NFSv4</para>543 <para>is used to unmount a network share using NFSv4</para> 544 544 <indexterm zone="nfs-utils umount.nfs4"> 545 545 <primary sortas="b-umount.nfs4">umount.nfs4</primary> -
postlfs/security/linux-pam.xml
r37892fa r2f12da13 137 137 </para> 138 138 139 <screen><userinput>./configure --prefix=/usr \139 <screen><userinput>./configure --prefix=/usr \ 140 140 --sysconfdir=/etc \ 141 141 --libdir=/usr/lib \ -
postlfs/security/mitkrb.xml
r37892fa r2f12da13 215 215 216 216 <para> 217 <option>--with-ldap</option>: Use this switch if you want to compile 217 <option>--with-ldap</option>: Use this switch if you want to compile the 218 218 <application>OpenLDAP</application> database backend module. 219 219 </para> … … 563 563 <listitem> 564 564 <para> 565 is a utility similar at<command>kadmin</command>, but if the565 is a utility similar to <command>kadmin</command>, but if the 566 566 database is db2, the local client <command>kadmin.local</command>, 567 567 is intended to run directly on the master KDC without Kerberos … … 731 731 <listitem> 732 732 <para> 733 send problem report (PR) to a central support site.733 sends a problem report (PR) to a central support site. 734 734 </para> 735 735 <indexterm zone="mitkrb krb5-send-pr"> … … 797 797 <listitem> 798 798 <para> 799 used to contact a sample server and authenticate to it799 is used to contact a sample server and authenticate to it 800 800 using Kerberos 5 tickets, then display the server's 801 801 response. … … 849 849 <listitem> 850 850 <para> 851 is an another sample client.851 is another sample client. 852 852 </para> 853 853 <indexterm zone="mitkrb uuclient"> … … 861 861 <listitem> 862 862 <para> 863 is an another sample server.863 is another sample server. 864 864 </para> 865 865 <indexterm zone="mitkrb uuserver"> … … 874 874 <listitem> 875 875 <para> 876 contain the Generic Security Service Application Programming876 contains the Generic Security Service Application Programming 877 877 Interface (GSSAPI) functions which provides security services 878 878 to callers in a generic fashion, supportable with a range of … … 904 904 <listitem> 905 905 <para> 906 contain the administrative authentication and password906 contains the administrative authentication and password 907 907 checking functions required by Kerberos 5 servers. 908 908 </para> -
postlfs/security/shadow.xml
r37892fa r2f12da13 429 429 430 430 <screen role="root"><userinput>cat > /etc/pam.d/chage << "EOF" 431 <literal># Begin /etc/pam.d/chage431 <literal># Begin /etc/pam.d/chage 432 432 433 433 # always allow root -
x/installing/x7driver-evdev.xml
r37892fa r2f12da13 5 5 %general-entities; 6 6 7 <!ENTITY xorg-evdev-driver-version "2.10. 2">7 <!ENTITY xorg-evdev-driver-version "2.10.3"> 8 8 9 9 <!ENTITY xorg-evdev-driver-download-http "&xorg-download-http;/driver/xf86-input-evdev-&xorg-evdev-driver-version;.tar.bz2"> 10 10 <!ENTITY xorg-evdev-driver-download-ftp "&xorg-download-ftp;/driver/xf86-input-evdev-&xorg-evdev-driver-version;.tar.bz2"> 11 <!ENTITY xorg-evdev-driver-md5sum " 452bcc3bcce712b59af363eea94e3392">11 <!ENTITY xorg-evdev-driver-md5sum "aa3363ce5061d0c4d1e7f7019b99716d"> 12 12 <!ENTITY xorg-evdev-driver-size "396 KB"> 13 <!ENTITY xorg-evdev-driver-buildsize " 3.7MB">13 <!ENTITY xorg-evdev-driver-buildsize "5.0 MB"> 14 14 <!ENTITY xorg-evdev-driver-time "less than 0.1 SBU"> 15 15 ]> -
x/installing/x7driver-fbdev.xml
r37892fa r2f12da13 41 41 </para> 42 42 43 &lfs79_checked; 43 &lfs79_checked;&gcc6_checked; 44 44 45 45 <bridgehead renderas="sect4">Package Information</bridgehead> -
x/installing/x7driver-nouveau.xml
r37892fa r2f12da13 46 46 <note><para>This is a development version of the Nouveau driver 47 47 which is needed to build properly with the latest xorg-server.</para></note> 48 &lfs79_checked; 48 49 &lfs79_checked;&gcc6_checked; 49 50 50 51 <bridgehead renderas="sect4">Package Information</bridgehead> -
x/lib/libglade.xml
r37892fa r2f12da13 143 143 <term><filename class='libraryfile'>libglade-2.0.so</filename></term> 144 144 <listitem> 145 <para>contain the functions necessary to load Glade interface145 <para>contains the functions necessary to load Glade interface 146 146 files.</para> 147 147 <indexterm zone="libglade libglade-lib"> -
x/lib/pango.xml
r37892fa r2f12da13 227 227 <listitem> 228 228 <para> 229 contain low level layout rendering routines, a high level driver for229 contains low level layout rendering routines, a high level driver for 230 230 laying out entire blocks of text, and routines to assist in editing 231 231 internationalized text.
Note:
See TracChangeset
for help on using the changeset viewer.