From 6a03b2fdec929225fda5cc93c53b3052edb447e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C5=A0afr=C3=A1nek?= Date: Mon, 23 Apr 2007 10:39:20 +0000 Subject: [PATCH] Making slaptest quiet --- openldap-2.3.34-quiet-slaptest.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 openldap-2.3.34-quiet-slaptest.patch diff --git a/openldap-2.3.34-quiet-slaptest.patch b/openldap-2.3.34-quiet-slaptest.patch new file mode 100644 index 0000000..de02adf --- /dev/null +++ b/openldap-2.3.34-quiet-slaptest.patch @@ -0,0 +1,15 @@ +Force slaptest to be quiet when no problem is found. Use -v to display "success" message. +Patch sent upstream (ITS#4930: slaptest should be quiet on success) + +--- openldap-2.3.34/servers/slapd/slaptest.c.orig 2007-01-02 22:43:59.000000000 +0100 ++++ openldap-2.3.34/servers/slapd/slaptest.c 2007-04-17 10:54:36.000000000 +0200 +@@ -103,7 +103,8 @@ + } + } + +- fprintf( stderr, "config file testing succeeded\n"); ++ if (verbose) ++ fprintf( stderr, "config file testing succeeded\n"); + + slap_tool_destroy(); +