Changeset 838cd0f
- Timestamp:
- 10/25/2014 01:52:14 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 96a723e
- Parents:
- c5a4b23
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/sysutils.xml
rc5a4b23 r838cd0f 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gpm.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hdparm.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hdwids.xml"/>33 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="initdtools.xml"/> 34 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lm_sensors.xml"/> -
general/sysutils/usbutils.xml
rc5a4b23 r838cd0f 76 76 <bridgehead renderas="sect4">Required</bridgehead> 77 77 <para role="required"> 78 <xref linkend="hdwids"/> (necessary for <command>lsusb.py</command>) and79 78 <xref linkend="libusb"/> 80 79 </para> … … 98 97 99 98 <screen><userinput>sed -i '/^usbids/ s:usb.ids:hwdata/&:' lsusb.py && 99 100 100 ./configure --prefix=/usr --datadir=/usr/share/hwdata && 101 101 make</userinput></screen> … … 129 129 130 130 </sect2> 131 <!-- 131 132 132 <sect2 role="configuration"> 133 133 <title>Configuring USB Utils</title> … … 135 135 <para> 136 136 The <filename>usb.ids</filename> data file is constantly being 137 updated. To get a current version of this file, run 138 <command>update-usbids</command> as the <systemitem 139 class="username">root</systemitem> user. This program requires the 140 <xref linkend="which"/> script or program to find <xref linkend="lynx"/> 141 or <xref linkend="wget"/> which are used to download the most current file, 142 and replace the existing file in 143 <filename class="directory">/usr/share/misc</filename>. 144 </para> 137 updated. To get a current version of this file, run, as the <systemitem 138 class="username">root</systemitem> user:</para> 139 140 <screen role="root"><userinput>wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</userinput></screen> 145 141 146 142 <para> 147 143 You may wish to add an entry to 148 144 <systemitem class="username">root</systemitem>'s (or any other user who has 149 write privilege to <filename class="directory">/usr/share/ misc</filename>)145 write privilege to <filename class="directory">/usr/share/hwdata</filename>) 150 146 crontab to automatically update the <filename>usb.ids</filename> file 151 147 periodically. 152 148 </para> 153 149 154 </sect2> -->150 </sect2> 155 151 156 152 <sect2 role="content"> -
introduction/welcome/changelog.xml
rc5a4b23 r838cd0f 47 47 <listitem> 48 48 <para>October 24th, 2014</para> 49 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Finish update to usbutils-008. Fixes 51 <ulink url="&blfs-ticket-root;5719">#5719</ulink>.</para> 52 </listitem> 53 <itemizedlist> 54 <listitem> 55 <para>[bdubbs] - Remove unneeded page hwids-20141022.</para> 56 </listitem> 50 57 <listitem> 51 58 <para>[ken] - Update to biber-1.9. Fixes -
postlfs/security/cacerts.xml
rc5a4b23 r838cd0f 383 383 <term><command>remove-expired-certs.sh</command></term> 384 384 <listitem> 385 <para>is a utility <application>perl</application>script that385 <para>is a utility shell script that 386 386 removes expired certificates from a directory. The default 387 387 directory is <filename class='directory'>/etc/ssl/certs</filename>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.