From 5843460fe1cf54e40fa8693da97061181fbe77d3 Mon Sep 17 00:00:00 2001 From: dol-sen Date: Wed, 13 Jul 2011 15:51:24 -0700 Subject: merge head, fix conflicts, more pylint cleanup --- bin/revdep-rebuild | 7 +++---- bin/revdep-rebuild.sh | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3-65-gdbad