Making slaptest quiet
This commit is contained in:
parent
f1a4d4b4ce
commit
6a03b2fdec
15
openldap-2.3.34-quiet-slaptest.patch
Normal file
15
openldap-2.3.34-quiet-slaptest.patch
Normal file
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user