From 976040f4a11fdf01390d685312ef29e4e84ca1cb Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 23 Apr 2014 20:53:49 +0000 Subject: Update to man-pages-3.65. Text changes in Chapter 7. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/acl.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/acl.xml b/chapter06/acl.xml index f38211e32..ee3c459bd 100644 --- a/chapter06/acl.xml +++ b/chapter06/acl.xml @@ -54,9 +54,8 @@ Additionally, fix a bug that causes getfacl -e to segfault on overly long group name: -sed -i -e "s|: TABS-1;|&\n\n\t\t\tif (x > (TABS-1))\n\t\t\t\tx = (TABS-1);\n|" \ +sed -i -e "/TABS-1;/a if (x > (TABS-1)) x = (TABS-1);" \ libacl/__acl_to_any_text.c - Prepare Acl for compilation: -- cgit v1.2.3-54-g00ecf