This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new 035533f  Fix UNIX build instruction for checking a jsvc build
035533f is described below

commit 035533fb6bb868f0c4e39d273409f025fc9ff26d
Author: Gary Gregory <[email protected]>
AuthorDate: Tue May 26 07:49:14 2026 -0400

    Fix UNIX build instruction for checking a jsvc build
---
 src/native/unix/INSTALL.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/native/unix/INSTALL.txt b/src/native/unix/INSTALL.txt
index 73662ef..2a7b88f 100644
--- a/src/native/unix/INSTALL.txt
+++ b/src/native/unix/INSTALL.txt
@@ -42,7 +42,7 @@ This will generate the file:  ./jsvc.
 It should be straightforward from here on. To check the allowed parameters
 for the jsvc binary simply do
 
-  ./native/jsvc -help
+  ./jsvc -help
 
 Note: On Linux the module capabilities should be loaded, when using -user root
 make sure you REALLY understand what capabilities does (for example for

Reply via email to