]> git.pld-linux.org Git - packages/apparmor-parser.git/commitdiff
- missing pipe
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 13 Dec 2011 09:16:34 +0000 (09:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apparmor-parser-bzr.patch -> 1.5

apparmor-parser-bzr.patch

index eeb43149980398f373bd0d63d55cd4447e575f5d..a5edeef7c142fadf505eac19d8cca1dbcbb78b8d 100644 (file)
@@ -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=$?
This page took 0.0624 seconds and 4 git commands to generate.