Changeset 2c230a6 for networking


Ignore:
Timestamp:
09/07/2013 12:59:05 AM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ae2a3fcb
Parents:
837ee1f4
Message:

Update to Date::Manip-6.41 perl module
Fix some problems with mod_dnssd
Tag abiword

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11784 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/mod_dnssd.xml

    r837ee1f4 r2c230a6  
    100100    </para>
    101101
    102 <screen><userinput>./configure --prefix=/usr \
     102<screen><userinput>sed -i 's/unixd_setup_child/ap_&amp;/' src/mod_dnssd.c &amp;&amp;
     103./configure --prefix=/usr \
    103104            --disable-lynx &amp;&amp;
    104105make</userinput></screen>
     
    112113    </para>
    113114
    114 <screen role="root"><userinput>make install</userinput></screen>
     115<screen role="root"><userinput>make install
     116sed -i 's| usr| /usr|' /etc/httpd/httpd.conf</userinput></screen>
    115117
    116118  </sect2>
     
    120122
    121123    <para>
     124      <command>sed ... src/mod_dnssd.c</command>: Fix an external function
     125      call that has been updated since this package was released.
     126    </para>
     127
     128    <para>
    122129      <option>--disable-lynx</option>: This parameter turns off
    123130      <application>Lynx</application> usage for documentation generation.
     
    125132    </para>
    126133
     134    <para>
     135      <command>sed ... /etc/httpd/httpd.conf</command>: Fix a directory
     136      path that the intallation procedure incorrectly puts in the
     137      httpd configuration file.
     138    </para>
    127139  </sect2>
    128140
Note: See TracChangeset for help on using the changeset viewer.