diff options
Diffstat (limited to 'chapter06/acl.xml')
-rw-r--r-- | chapter06/acl.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/acl.xml b/chapter06/acl.xml index 752e8eb86..df058f721 100644 --- a/chapter06/acl.xml +++ b/chapter06/acl.xml @@ -51,6 +51,10 @@ <screen><userinput remap="pre">sed -i "s:| sed.*::g" test/{sbits-restore,cp,misc}.test</userinput></screen> + <para>Fix a problem in the test procedures caused by changes in perl-5.26:</para> + +<screen><userinput remap="pre">sed -i 's/{(/\\{(/' test/run</userinput></screen> + <para>Additionally, fix a bug that causes <command>getfacl -e</command> to segfault on overly long group name:</para> |