packages: apparmor-parser/apparmor-parser-bzr.patch - missing pipe

arekm arekm at pld-linux.org
Tue Dec 13 10:16:39 CET 2011


Author: arekm                        Date: Tue Dec 13 09:16:39 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- missing pipe

---- Files affected:
packages/apparmor-parser:
   apparmor-parser-bzr.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/apparmor-parser/apparmor-parser-bzr.patch
diff -u packages/apparmor-parser/apparmor-parser-bzr.patch:1.4 packages/apparmor-parser/apparmor-parser-bzr.patch:1.5
--- packages/apparmor-parser/apparmor-parser-bzr.patch:1.4	Sat Aug 27 20:13:25 2011
+++ packages/apparmor-parser/apparmor-parser-bzr.patch	Tue Dec 13 10:16:34 2011
@@ -48,7 +48,7 @@
 -	cat "$MODULE_PLIST" | while read profile ; do
 +	# We filter child profiles as removing the parent will remove
 +	# the children
-+	sed -e "s/ (\(enforce\|complain\))$//" "$SFS_MOUNTPOINT/profiles" \
++	sed -e "s/ (\(enforce\|complain\))$//" "$SFS_MOUNTPOINT/profiles" | \
 +	LC_COLLATE=C sort | grep -v // | while read profile ; do
  		echo -n "$profile" > "$SFS_MOUNTPOINT/.remove"
  		rc=$?
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apparmor-parser/apparmor-parser-bzr.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list