From a06072b3959adc91ddf5157f69162977cbd48079 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Wed, 12 Sep 2012 21:00:20 +0200 Subject: Silence get_pid(), OpenRC will give the process some time to create the PID file and the first get__pid() call may fail. --- src/rc/_usage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc/_usage.h') diff --git a/src/rc/_usage.h b/src/rc/_usage.h index 84b66b9..0882c22 100644 --- a/src/rc/_usage.h +++ b/src/rc/_usage.h @@ -38,7 +38,7 @@ "Disable color output", \ "Display software version", \ "Run verbosely", \ - "Run quietly" + "Run quietly (Does not affect errors)" #define case_RC_COMMON_getopt_case_C setenv ("EINFO_COLOR", "NO", 1); #define case_RC_COMMON_getopt_case_h usage (EXIT_SUCCESS); -- cgit v1.2.3