summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-01-28 14:40:29 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-01-28 14:40:29 +0100
commit9e0b7ef8dc47cf285c5c92496e5b39e63bc76a3f (patch)
treea09cc3a6e50e17f0f082e6a1e07c123734570897 /lib
parentc3bf1893e3ac66149e5c400dadae62478e57fb18 (diff)
parentd72a86106c038fb2b8eba22b64bf3e261c9bd6a0 (diff)
downloadabrt-9e0b7ef8dc47cf285c5c92496e5b39e63bc76a3f.tar.gz
abrt-9e0b7ef8dc47cf285c5c92496e5b39e63bc76a3f.tar.xz
abrt-9e0b7ef8dc47cf285c5c92496e5b39e63bc76a3f.zip
Merge branch 'master' of git://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/SOSreport.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Plugins/SOSreport.cpp b/lib/Plugins/SOSreport.cpp
index 90611b5d..500f8581 100644
--- a/lib/Plugins/SOSreport.cpp
+++ b/lib/Plugins/SOSreport.cpp
@@ -79,12 +79,13 @@ void CActionSOSreport::Run(const char *pActionDir, const char *pArgs, int force)
}
}
- static const char command_default[] = "sosreport --batch --no-progressbar --only=anaconda --only=bootloader"
+ static const char command_default[] = "nice sosreport --batch --no-progressbar"
+ " --only=anaconda --only=bootloader"
" --only=devicemapper --only=filesys --only=hardware --only=kernel"
" --only=libraries --only=memory --only=networking --only=nfsserver"
" --only=pam --only=process --only=rpm -k rpm.rpmva=off --only=ssh"
" --only=startup --only=yum 2>&1";
- static const char command_prefix[] = "sosreport --batch --no-progressbar";
+ static const char command_prefix[] = "nice sosreport --batch --no-progressbar";
string command;
vector_string_t args;