[Ovirt-devel] [PATCH] set dmseg in admin-shell to run with sudo

Joey Boggs jboggs at redhat.com
Tue Aug 2 12:32:47 UTC 2011


---
 scripts/ovirt-admin-shell |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/ovirt-admin-shell b/scripts/ovirt-admin-shell
index e814756..84d6762 100755
--- a/scripts/ovirt-admin-shell
+++ b/scripts/ovirt-admin-shell
@@ -1,5 +1,5 @@
 #!/bin/bash
 . /etc/profile
 # Hide kernel messages on the console
-dmesg -n 1
+sudo dmesg -n 1
 sudo /usr/libexec/ovirt-config-setup
-- 
1.7.5.4




More information about the ovirt-devel mailing list