diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2007-09-13 15:57:43 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2007-09-13 15:57:43 +0000 |
| commit | 9442a752463ee0dcb82b5c2658601612e2ab8d8a (patch) | |
| tree | 43850bdb64f7c311def7b1d892cf4f07e2a93f37 /trunk | |
| parent | 641a433fad0102b22be31424464b7114cf02c38d (diff) | |
| download | gentoolkit-9442a752463ee0dcb82b5c2658601612e2ab8d8a.tar.gz | |
Remove pre-release disclaimer, add Michael A. Smith to the list of authors
svn path=/; revision=437
Diffstat (limited to 'trunk')
| -rwxr-xr-x | trunk/src/revdep-rebuild/revdep-rebuild-rewrite | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild-rewrite b/trunk/src/revdep-rebuild/revdep-rebuild-rewrite index 057670a..36697fb 100755 --- a/trunk/src/revdep-rebuild/revdep-rebuild-rewrite +++ b/trunk/src/revdep-rebuild/revdep-rebuild-rewrite @@ -3,33 +3,9 @@ # revdep-rebuild: Reverse dependency rebuilder. # Original Author: Stanislav Brabec +# Rewrite Author: Michael A. Smith # Current Maintainer: Paul Varner <fuzzyray@gentoo.org> -# Print pre-release disclaimer to stderr -cat 1>&2 << EOF - -WARNING -WARNING *** This is a rewritten version of revdep-rebuild *** -WARNING -WARNING -WARNING Please report any bugs to http://bugs.gentoo.org -WARNING -WARNING In the bug report please include the following information: -WARNING emerge --info -WARNING A copy of the output from the revdep-rebuild command -WARNING A copy of the .revdep-rebuild* files as an attachment -WARNING -WARNING If the bug is severe, the previous version of revdep-rebuild is located -WARNING at: /usr/lib/gentoolkit/bin/revdep-rebuild -WARNING -WARNING -WARNING *** This is a rewritten version of revdep-rebuild *** -WARNING - -EOF -sleep 2 -# End pre-release disclaimer to stderr - # TODO: # - Use more /etc/init.d/functions.sh # - Try to reduce the number of global vars |
