summaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2007-07-10 15:57:50 +0000
committerfuzzyray <fuzzyray@gentoo.org>2007-07-10 15:57:50 +0000
commitd81cbd0d81e3528fd1d5f7eab5ae3d1b9662cda7 (patch)
tree2a353f4264a87d16b83bf0507d31f3c57b598014 /trunk
parent7d478c0d3667cad704812fcccf60d7dfbf79d914 (diff)
downloadgentoolkit-d81cbd0d81e3528fd1d5f7eab5ae3d1b9662cda7.tar.gz
Add pre-release disclaimer
svn path=/; revision=413
Diffstat (limited to 'trunk')
-rwxr-xr-xtrunk/src/revdep-rebuild/revdep-rebuild-rewrite26
1 files changed, 26 insertions, 0 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild-rewrite b/trunk/src/revdep-rebuild/revdep-rebuild-rewrite
index 5d551f1..3c17921 100755
--- a/trunk/src/revdep-rebuild/revdep-rebuild-rewrite
+++ b/trunk/src/revdep-rebuild/revdep-rebuild-rewrite
@@ -22,6 +22,32 @@ source /etc/init.d/functions.sh
# An entry of "-*" means to clear the variable from that point forward.
# Example: env SEARCH_DIRS="/usr/bin -*" revdep-rebuild will set SEARCH_DIRS
# to contain only /usr/bin
+
+# 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
+
declare -r oIFS="$IFS"
rm() {