Merge lp://staging/~apparmor-dev/apparmor/apparmor-ubuntu-citrain.lp1295816 into lp://staging/~apparmor-dev/apparmor/apparmor-ubuntu-citrain

Proposed by Jamie Strandboge
Status: Merged
Approved by: Jamie Strandboge
Approved revision: 1499
Merged at revision: 1498
Proposed branch: lp://staging/~apparmor-dev/apparmor/apparmor-ubuntu-citrain.lp1295816
Merge into: lp://staging/~apparmor-dev/apparmor/apparmor-ubuntu-citrain
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
debian/lib/apparmor/functions (+1/-1)
To merge this branch: bzr merge lp://staging/~apparmor-dev/apparmor/apparmor-ubuntu-citrain.lp1295816
Reviewer Review Type Date Requested Status
Seth Arnold Approve
Review via email: mp+212238@code.staging.launchpad.net
To post a comment you must log in.
Revision history for this message
Seth Arnold (seth-arnold) wrote :

Heh, nice catch. Thanks.

review: Approve
Revision history for this message
Christian Boltz (cboltz) wrote :

Hello,

Am Freitag, 21. März 2014 schrieb Jamie Strandboge:
> Jamie Strandboge has proposed merging
> lp:~apparmor-dev/apparmor/apparmor-ubuntu-citrain.lp1295816 into
> lp:~apparmor-dev/apparmor/apparmor-ubuntu-citrain.

> Bug #1295816 in apparmor (Ubuntu): "/etc/init.d/apparmor reload
> complains if /var/lib/apparmor/profiles doesn't have profiles"
> https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1295816

> === modified file 'debian/lib/apparmor/functions'
> --- debian/lib/apparmor/functions 2013-10-08 21:30:52 +0000
> +++ debian/lib/apparmor/functions 2014-03-21 20:17:10 +0000
> @@ -37,7 +37,7 @@
> if [ ! -d "$pdir" ]; then
> continue
> fi
> - num=`find "$pdir" -type f | wc -l`
> + num=`find "$pdir" -type f ! -regex '.*\.md5sums$' | wc -l`

I doubt a regex is needed. Instead, you could use
    find [...] -not -name '*.md5sum'

Regards,

Christian Boltz
--
[Serieller Anschluss] Mittlerweile ist (fast) alles USB. OK, es gibt
auch Adapter, aber die kosten wieder extra. Und der Rechner soll später
nicht aussehen wie ein Tannenbaum, mit einem Bündel herabhängender
Adaptern anstatt Lametta. [Ralph Müller in suse-linux]

1499. By Jamie Strandboge

use -name instead of -regex based on feedback by Christian Boltz

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: