Changeset 61ce0b1 for chapter06/acl.xml


Ignore:
Timestamp:
06/14/2014 07:51:45 PM (10 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
c09761a
Parents:
6f34f43
Message:

Synchronized with LFS-SVN-20140611.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/acl.xml

    r6f34f43 r61ce0b1  
    5151
    5252<screen><userinput remap="pre">sed -i "s:| sed.*::g" test/{sbits-restore,cp,misc}.test</userinput></screen>
     53
     54    <para>Additionally, fix a bug that causes <command>getfacl -e</command>
     55    to segfault on overly long group name:</para>
     56
     57<screen><userinput remap="pre">sed -i -e "/TABS-1;/a if (x > (TABS-1)) x = (TABS-1);" \
     58    libacl/__acl_to_any_text.c</userinput></screen>
    5359
    5460    <para>Prepare Acl for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.