Changeset 14d1bd9 for networking


Ignore:
Timestamp:
08/12/2020 03:18:10 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 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:
bc27324
Parents:
e87734c
Message:

Update to gtk+3.24.22.
Update to emacs-27.1.
Update to pango-1.46.0.
Update to vala-0.48.9.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    re87734c r14d1bd9  
    176176    </para>
    177177
    178 <screen><userinput>sed 's@nss_\(setpw\|endpw\|setgr\|endgr\)ent@my_&amp;@' -i nsswitch/nsstest.c</userinput></screen>
     178<screen><userinput>
     179sed -r 's/nss_(setpw|endpw|setgr|endgr)ent/my_&amp;/' \
     180    -i nsswitch/nsstest.c</userinput></screen>
    179181
    180182    <para>
Note: See TracChangeset for help on using the changeset viewer.