Ignore:
Timestamp:
01/06/2021 04:57:47 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
aacba80f
Parents:
bbeb20f
Message:

smartmontools: Add the smartd systemd unit provided by the package
cifs-utils: Remove unnecessary autoreconf

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/cifsutils.xml

    rbbeb20f r5a38f35  
    126126    </para>
    127127
    128 <screen revision="sysv"><userinput>autoreconf -fiv           &amp;&amp;
    129 ./configure --prefix=/usr \
     128<screen revision="sysv"><userinput>./configure --prefix=/usr \
    130129            --disable-pam \
    131130            --disable-systemd &amp;&amp;
    132131make</userinput></screen>
    133132
    134 <screen revision="systemd"><userinput>autoreconf -fiv           &amp;&amp;
    135 ./configure --prefix=/usr \
     133<screen revision="systemd"><userinput>./configure --prefix=/usr \
    136134            --disable-pam &amp;&amp;
    137135make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.