Skip to content
Snippets Groups Projects
Commit 70d17c61 authored by Dennis Waldron's avatar Dennis Waldron Committed by Steven Murray
Browse files

Fixed: #31143: please do not use 'Daemon' in the name of daemons. Also removed...

Fixed: #31143: please do not use 'Daemon' in the name of daemons. Also removed references to non existing manpages
parent 9abe7044
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
.\" @(#)@(#)$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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment