summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authordol-sen <brian.dolbec@gmail.com>2011-07-13 15:51:24 -0700
committerdol-sen <brian.dolbec@gmail.com>2011-07-13 15:51:24 -0700
commit5843460fe1cf54e40fa8693da97061181fbe77d3 (patch)
treea7564acf8751f1161b585a94a3190d6fc55d4f8c /bin
parentpartial pylint cleanup (diff)
downloadgentoolkit-5843460fe1cf54e40fa8693da97061181fbe77d3.tar.gz
gentoolkit-5843460fe1cf54e40fa8693da97061181fbe77d3.tar.bz2
gentoolkit-5843460fe1cf54e40fa8693da97061181fbe77d3.zip
merge head, fix conflicts, more pylint cleanup
Diffstat (limited to 'bin')
-rwxr-xr-xbin/revdep-rebuild7
-rwxr-xr-xbin/revdep-rebuild.sh2
2 files changed, 4 insertions, 5 deletions
diff --git a/bin/revdep-rebuild b/bin/revdep-rebuild
index a4c8e11..cd7be0b 100755
--- a/bin/revdep-rebuild
+++ b/bin/revdep-rebuild
@@ -6,10 +6,9 @@
#
# $Header$
-"""'analyse' is a flexible utility for Gentoo linux which can display various
-information about installed packages, such as the USE flags used and the
-packages that use them. It can also be used to help rebuild /etc/portage/package.*
-files in the event of corruption, and possibly more.
+"""'revdep-rebuild' scans libraries and binaries for missing shared library dependencies and attempts to fix them by re-emerging
+those broken binaries and shared libraries. It is useful when an upgraded package breaks other software packages that are
+dependent upon the upgraded package.
"""
from __future__ import print_function
diff --git a/bin/revdep-rebuild.sh b/bin/revdep-rebuild.sh
index f00b791..abeed6b 100755
--- a/bin/revdep-rebuild.sh
+++ b/bin/revdep-rebuild.sh
@@ -17,7 +17,7 @@
unset GREP_OPTIONS
# Readonly variables:
-declare -r APP_NAME="${0##*/}" # The name of this application
+declare -r APP_NAME="revdep-rebuild" # # The name of this application
declare -r VERSION="svn"
declare -r OIFS="$IFS" # Save the IFS
declare -r ENV_FILE=0_env.rr # Contains environment variables