Change in vdsm[master]: Remove verbosity from restorecon hack for /var/log/core.

mtayer at redhat.com mtayer at redhat.com
Sun Dec 1 12:45:15 UTC 2013


mooli tayer has uploaded a new change for review.

Change subject: Remove verbosity from restorecon hack for /var/log/core.
......................................................................

Remove verbosity from restorecon hack for /var/log/core.

vebosity spams consoel during installation.

Change-Id: I862039a6dfeebe38fc5c62276ae98213ef92bd02
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1031109
Signed-off-by: Mooli Tayer <mtayer at redhat.com>
---
M vdsm.spec.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/88/21888/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index f248b74..af0a552 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -664,7 +664,7 @@
 if /usr/sbin/selinuxenabled; then
     /usr/sbin/semanage fcontext -a -t virt_cache_t '/var/log/core(/.*)?'
 fi
-/sbin/restorecon -R -v /var/log/core
+/sbin/restorecon -R /var/log/core
 # hack until we replace core dump with abrt
 
 %if 0%{?rhel}


-- 
To view, visit http://gerrit.ovirt.org/21888
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I862039a6dfeebe38fc5c62276ae98213ef92bd02
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: mooli tayer <mtayer at redhat.com>


More information about the vdsm-patches mailing list