From 327aa6a785c9ffbdc7a2b747beea560c87a8b7b3 Mon Sep 17 00:00:00 2001
From: Michael Pyne
Date: Tue, 22 Jun 2004 19:33:11 +0000
Subject: [PATCH] * Correct problem with dead_whine()
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=322895
---
HISTORY | 2 ++
doc.html.in | 4 +++-
kdecvs-build | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/HISTORY b/HISTORY
index 3d28ce2..e1dd592 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,8 @@
Version history: 0.75
* Add signal handler for SIGPIPE to stop less from aborting the script
prematurely.
+ * Silence warnings when the script informs you that you're missing the conf
+ file.
Version history: 0.74
* Fixed bug processing command line options where --help would call the wrong
diff --git a/doc.html.in b/doc.html.in
index d8faf80..a2ddc46 100644
--- a/doc.html.in
+++ b/doc.html.in
@@ -70,6 +70,8 @@ Bugfixes:
- Add a signal handler for SIGPIPE to keep the script from leaving lockfiles
around after piping the output into less.
+- Silence warnings when the script informs you that you need to create a
+.kdecvs-buildrc by using the correct exit function.
@@ -839,7 +841,7 @@ href="#options">.kdecvs-buildrc options.
CVSup is a registered trademark of John D. Polstra.
-Last modified: Tue Jun 22 15:24:03 2004
+Last modified: Tue Jun 22 15:32:23 2004