From 70d17c616fa09cb7adc3bf21e9a233628ddb471a Mon Sep 17 00:00:00 2001
From: Dennis Waldron <waldron@cern.ch>
Date: Thu, 23 Jul 2009 12:22:07 +0000
Subject: [PATCH] Fixed: #31143: please do not use 'Daemon' in the name of
 daemons. Also removed references to non existing manpages

---
 mediachanger/castorrmc/common/getconfent.c   | 4 ++--
 mediachanger/castorrmc/common/getconfent.man | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/mediachanger/castorrmc/common/getconfent.c b/mediachanger/castorrmc/common/getconfent.c
index cbabe4d5cd..0096f0b716 100644
--- a/mediachanger/castorrmc/common/getconfent.c
+++ b/mediachanger/castorrmc/common/getconfent.c
@@ -14,9 +14,9 @@
 
 #ifndef PATH_CONFIG
 #if defined(_WIN32)
-#define PATH_CONFIG "%SystemRoot%\\system32\\drivers\\etc\\shift.conf"
+#define PATH_CONFIG "%SystemRoot%\\system32\\drivers\\etc\\castor\\castor.conf"
 #else
-#define PATH_CONFIG "/etc/shift.conf"
+#define PATH_CONFIG "/etc/castor/castor.conf"
 #endif
 #endif /* PATH_CONFIG */
 
diff --git a/mediachanger/castorrmc/common/getconfent.man b/mediachanger/castorrmc/common/getconfent.man
index a118827a6f..a335aae2e2 100644
--- a/mediachanger/castorrmc/common/getconfent.man
+++ b/mediachanger/castorrmc/common/getconfent.man
@@ -1,8 +1,8 @@
-.\" @(#)@(#)$RCSfile: getconfent.man,v $ $Revision: 1.8 $ $Date: 2009/03/23 14:44:18 $ CERN IT-PDP/DC Frederic Hemmer
+.\" @(#)@(#)$RCSfile: getconfent.man,v $ $Revision: 1.9 $ $Date: 2009/07/23 12:22:02 $ CERN IT-PDP/DC Frederic Hemmer
 .\" Copyright (C) 1990-2000 by CERN/IT/PDP/DC
 .\" All rights reserved
 .\"
-.TH GETCONFENT 3 "$Date: 2009/03/23 14:44:18 $" CASTOR "Common Library Functions"
+.TH GETCONFENT 3 "$Date: 2009/07/23 12:22:02 $" CASTOR "Common Library Functions"
 .SH NAME
 getconfent, getconfent_r \- Get configuration entry
 .SH SYNOPSIS
@@ -121,7 +121,6 @@ may be set to one of the following values:
 .B SENOCONFIG
 can't open configuration file.
 .SH "SEE ALSO"
-.BR shift.conf(4),
 .BR Cthread_create(3)
 .SH AUTHOR
 \fBCASTOR\fP Team <castor.support@cern.ch>
-- 
GitLab