summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-09-23 16:52:19 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-09-23 16:52:19 +0200
commit8d9f6184d56b59a35295f9df2aad8b94e723b6b8 (patch)
tree370c6c844c66218a82170889e8566e46ecfca76c /src
parent1f0e36dc6e8d429324be9b4ac7573e989bf831aa (diff)
rename abrt-debuginfo-install to abrt-action-install-debuginfo
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/daemon/Makefile.am6
-rwxr-xr-xsrc/daemon/abrt-action-install-debuginfo (renamed from src/daemon/abrt-debuginfo-install)4
2 files changed, 6 insertions, 4 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index c03463bf..88da7a02 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -1,4 +1,6 @@
-bin_SCRIPTS = abrt-debuginfo-install abrt-handle-upload
+bin_SCRIPTS = \
+ abrt-action-install-debuginfo \
+ abrt-handle-upload
sbin_PROGRAMS = abrtd \
abrt-server \
@@ -111,7 +113,7 @@ dist_comredhatabrtservice_DATA = com.redhat.abrt.service
man_MANS = abrtd.8 abrt.conf.5
-EXTRA_DIST = $(man_MANS) abrt-debuginfo-install abrt-handle-upload
+EXTRA_DIST = $(man_MANS) abrt-action-install-debuginfo abrt-handle-upload
if HAVE_SYSTEMD
dist_systemdsystemunit_DATA = \
diff --git a/src/daemon/abrt-debuginfo-install b/src/daemon/abrt-action-install-debuginfo
index 3a236b59..c1b8fdb9 100755
--- a/src/daemon/abrt-debuginfo-install
+++ b/src/daemon/abrt-action-install-debuginfo
@@ -9,7 +9,7 @@
# - debuginfo-install aborts if yum lock is busy
# - pk-debuginfo-install was observed to hang
#
-# Usage: abrt-debuginfo-install CORE TEMPDIR [CACHEDIR[:DEBUGINFODIR1:DEBUGINFODIR2...]]
+# Usage: abrt-action-install-debuginfo CORE TEMPDIR [CACHEDIR[:DEBUGINFODIR1:DEBUGINFODIR2...]]
# If CACHEDIR is specified, debuginfos should be installed there.
# If not, debuginfos should be installed into TEMPDIR.
#
@@ -63,7 +63,7 @@ else
if test $# -lt 2 || test x"$1" = x"--help"; then
echo "Usage:"
echo
- echo "abrt-debuginfo-install [-v] CORE TEMPDIR [CACHEDIR[:DEBUGINFODIR...]]"
+ echo "abrt-action-install-debuginfo [-v] CORE TEMPDIR [CACHEDIR[:DEBUGINFODIR...]]"
echo
echo "TEMPDIR must be a name of a new temporary directory. It must not exist."
echo "If CACHEDIR is specified, debuginfos are installed in CACHEDIR,"