[cygrunsrv - a wrapper for unix daemons to make them controllable as windows services] branch main, updated. 712e25050f8626cd352f7e94b281d11b7ed84db1

Corinna Vinschen via Cygwin-apps-cvs <[email protected]> Mon, 27 Apr 2026 08:09:08 +0000 (GMT)
Newsgroups gmane.os.cygwin.cvs.apps
Message-ID <[email protected]>



Diff:
---
 cygrunsrv.cc | 2 +-
 cygrunsrv.h  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cygrunsrv.cc b/cygrunsrv.cc
index 6951244e7c1f..aee96019793c 100644
--- a/cygrunsrv.cc
+++ b/cygrunsrv.cc
@@ -51,7 +51,7 @@
 #include "utils.h"
 #include "waitanypid.h"
 
-static const char *SCCSid = "@(#)cygrunsrv V1.64, " __DATE__ "\n";
+static const char *SCCSid = "@(#)cygrunsrv V1.65, " __DATE__ "\n";
 
 struct option longopts[] = {
   { "install", required_argument, NULL, 'I' },
diff --git a/cygrunsrv.h b/cygrunsrv.h
index 7839487a8d47..ee4b67a2293c 100644
--- a/cygrunsrv.h
+++ b/cygrunsrv.h
@@ -43,8 +43,8 @@
 #define PARAM_TIMEOUT   "Timeout"
 #define PARAM_X_TIMEOUT "StopTimeout"
 
-#define CYG_ROOT	"SOFTWARE\\Cygnus Solutions\\Cygwin\\mounts v2\\/"
-#define CYG_ROOT_VAL	"native"
+#define CYG_ROOT	"SOFTWARE\\Cygwin\\setup"
+#define CYG_ROOT_VAL	"rootdir"
 
 #define DEF_STDIN_PATH	"/dev/null"
 #define DEF_LOG_PATH	"/var/log/"