Changeset a60f8ab
- Timestamp:
- 10/23/2015 04:50:42 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ce386957
- Parents:
- 40a67787
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python3.xml
r40a67787 ra60f8ab 14 14 15 15 <!ENTITY python3htmldoc-download-http 16 "https://docs.python.org/3. 4/archives/python-&python3-version;-docs-html.tar.bz2">16 "https://docs.python.org/3.5/archives/python-&python3-version;-docs-html.tar.bz2"> 17 17 ]> 18 18 -
introduction/welcome/changelog.xml
r40a67787 ra60f8ab 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[bdubbs] - Update to nfs-utils-1.3.3. Fixes 52 <ulink url="&blfs-ticket-root;6977">#6977</ulink>.</para> 53 </listitem> 54 <listitem> 51 55 <para>[igor] - Update to python-3.5.0. Fixes 52 56 <ulink url="&blfs-ticket-root;6936">#6936</ulink>.</para> -
networking/netprogs/nfs-utils.xml
r40a67787 ra60f8ab 7 7 <!ENTITY nfs-utils-download-http "&sourceforge-repo;/nfs/nfs-utils-&nfs-utils-version;.tar.bz2"> 8 8 <!ENTITY nfs-utils-download-ftp " "> 9 <!ENTITY nfs-utils-md5sum " 1e2f3c1ed468dee02d00c534c002ea10">10 <!ENTITY nfs-utils-size "77 2KB">9 <!ENTITY nfs-utils-md5sum "9b87d890669eaaec8e97a2b0a35b2665"> 10 <!ENTITY nfs-utils-size "776 KB"> 11 11 <!ENTITY nfs-utils-buildsize "16 MB"> 12 <!ENTITY nfs-utils-time "0. 1SBU">12 <!ENTITY nfs-utils-time "0.2 SBU"> 13 13 ]> 14 14 … … 135 135 </note> 136 136 137 <!-- already fixed upstream -->138 <para>Fix an issue that would prevent <command>rpd.statd</command> from139 starting:</para>140 141 <screen><userinput>sed -i "/daemon_init/s:\!::" utils/statd/statd.c</userinput></screen>142 143 137 <para>Install <application>NFS Utilities</application> by running 144 138 the following commands:</para> … … 157 151 above <command>./configure</command> command.</para> 158 152 159 <para>To test the results, issue: <command>make check</command>.</para> 153 <para>The tests for this package require the daemon from <xref 154 linkend="rpcbind"/> to be running and that the tests be run as the 155 <systemitem class="username">root</systemitem> user. To test the results, 156 issue, as root: <command>make check</command>.</para> 160 157 161 158 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> … … 163 160 <!-- dev note: make statduser=$(whoami) DESTDIR=<DESTDIR> install --> 164 161 165 <screen role='root'><userinput>make install</userinput></screen> 162 <screen role='root'><userinput>make install && 163 chmod u+w,go+r /sbin/mount.nfs</userinput></screen> 166 164 167 165 </sect2> -
packages.ent
r40a67787 ra60f8ab 353 353 <!ENTITY ncftp-version "3.2.5"> 354 354 <!ENTITY net-tools-version "CVS_20101030"> 355 <!ENTITY nfs-utils-version "1.3. 2">355 <!ENTITY nfs-utils-version "1.3.3"> 356 356 <!ENTITY ntp-version "4.2.8p3"> 357 357 <!ENTITY rpcbind-version "0.2.3">
Note:
See TracChangeset
for help on using the changeset viewer.