public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/hardened-dev:master commit in: sys-apps/apparmor/files/
@ 2012-07-09 13:19 Michael Palimaka
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2012-07-09 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     7ab2ce941fc7b05a92a1fbe081459159d1584c31
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  9 13:18:34 2012 +0000
Commit:     Michael Palimaka <kensington <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
 }



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/hardened-dev:master commit in: sys-apps/apparmor/files/
@ 2012-08-03 11:08 Anthony G. Basile
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2012-08-03 11:08 UTC (permalink / raw
  To: gentoo-commits

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
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-03 11:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-03 11:08 [gentoo-commits] proj/hardened-dev:master commit in: sys-apps/apparmor/files/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2012-07-09 13:19 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox