Changeset ff0b8752


Ignore:
Timestamp:
11/21/2021 04:20:22 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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:
a43536ce
Parents:
88e7954
Message:

Reformat a sed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/samba.xml

    r88e7954 rff0b8752  
    199199    </para>
    200200
    201 <screen><userinput remap="pre">sed -i 's/!is_allowed/secure_channel_type == SEC_CHAN_NULL \&amp;\&amp; &amp;/' source3/winbindd/winbindd_util.c</userinput></screen>
     201<screen><userinput remap="pre">sed -e 's/!is_allowed/secure_channel_type == SEC_CHAN_NULL \&amp;\&amp; &amp;/' \
     202    -i source3/winbindd/winbindd_util.c</userinput></screen>
    202203
    203204    <para>
Note: See TracChangeset for help on using the changeset viewer.