From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/hardened-dev:master commit in: sys-apps/apparmor/files/
Date: Fri, 3 Aug 2012 11:08:42 +0000 (UTC) [thread overview]
Message-ID: <1341839914.7ab2ce941fc7b05a92a1fbe081459159d1584c31.blueness@gentoo> (raw)
commit: 7ab2ce941fc7b05a92a1fbe081459159d1584c31
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 9 13:18:34 2012 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Jul 9 13:18:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=7ab2ce94
sys-apps/apparmor: silence useless error messages in init script
(Portage version: 2.1.11.5/git/Linux x86_64, signed Manifest commit with key 675D0D2C)
---
sys-apps/apparmor/files/apparmor-init | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sys-apps/apparmor/files/apparmor-init b/sys-apps/apparmor/files/apparmor-init
index 0d408ea..6350468 100755
--- a/sys-apps/apparmor/files/apparmor-init
+++ b/sys-apps/apparmor/files/apparmor-init
@@ -152,7 +152,7 @@ remove_profiles() {
PROFILES=$(get_active_profiles)
for PROFILE in $PROFILES; do
#use printf instead of echo -n for POSIX compatibility
- printf '%s' "$PROFILE" > "${SECURITYFS}/.remove"
+ printf '%s' "$PROFILE" > "${SECURITYFS}/.remove" 2>&1
done
return 0
}
next reply other threads:[~2012-08-03 11:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-03 11:08 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-07-09 13:19 [gentoo-commits] proj/hardened-dev:master commit in: sys-apps/apparmor/files/ Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1341839914.7ab2ce941fc7b05a92a1fbe081459159d1584c31.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox