cScm Configuration Daemon

cScm – is a tool to convert SCM configuration files into binary format and store its in shared memory for reading by cSvn-ui and cGit-ui CGI scripts

12 Commits   0 Branches   1 Tag
     5         kx .\"
     5         kx .TH "CSCMD" 8 "2022-02-19" "cScm Configuration Daemon" "cscmd"
     5         kx 
     5         kx .SH "NAME"
     5         kx \fBcscmd\fR \- cScm Configurations Daemon
     5         kx 
     5         kx .SH "SYNOPSIS"
     5         kx .PP
     5         kx \fB\fBcscmd\fR [\fBOPTIONS\fR]\fR \fB\-\-scm\fR=[\fIsvn\fR|\fIgit\fR]
     5         kx 
     5         kx .SH "SUMMARY"
     5         kx \fBcscmd\fR should be run at boot time by \fI@sysconfdir@/rc.d/rc.csvnd\fR or \fI@sysconfdir@/rc.d/rc.cgitd\fR.
     5         kx This daemon read the config file \fI@sysconfdir@/csvn-ui.rc\fR or \fI@sysconfdir@/cgit-ui.rc\fR (depends on \fB\-\-scm\fR option)
     5         kx and convert it to binary (see \fI@includedir@/cscm/bcf.h\fR) form for cSvn or cGit CGI scripts.
     5         kx 
     5         kx 
     5         kx .SH "OPTIONS"
     5         kx 
     5         kx .TP
     5         kx \fB-h\fR,\fB--help\fR
     5         kx Display help information.
     5         kx 
     5         kx .TP
     5         kx \fB-v\fR,\fB--version\fR
     5         kx Display the version of \fBcscm\fR daemon.
     5         kx 
     5         kx .TP
     5         kx \fB-d\fR,\fB--daemonize\fR
     5         kx Run in background as a daemon.
     5         kx 
     5         kx .TP
     5         kx \fB-i\fR,\fB--inotify\fR
     5         kx Notify about configuration changes. If this option is set then \fBcscmd\fR daemon selects changes made
     5         kx in \fI@sysconfdir@/csvn-ui.rc\fR or \fI@sysconfdir@/cgit-ui.rc\fR config file and reread configuration when changes is done.
     5         kx Without this option rereading configuration file can be done by sending \fB-HUP\fR to the \fBcscmd\fR daemon.
     5         kx 
     5         kx .TP
     5         kx \fB-b\fR,\fB--bcf\fR=\fB<BCF_FILE>\fR
     5         kx Binary config file (depends on \fB\-\-scm\fR option). Default: \fI@CSCM_HOME_PATH@/csvn/csvn.bcf\fR.
     5         kx 
     5         kx .TP
     5         kx \fB-c\fR,\fB--config\fR=\fB<CONFIG_FILE>\fR
     5         kx Config file (depends on \fB\-\-scm\fR option). Default: \fI@sysconfdir@/csvn-ui.rc\fR.
     5         kx 
     5         kx .TP
     5         kx \fB-l\fR,\fB--log\fR=\fB<LOG_FILE>\fR
     5         kx Log file (depends on \fB\-\-scm\fR option). Default: \fI@CSCM_LOG_DIR@/csvnd.log\fR.
     5         kx 
     5         kx .TP
     5         kx \fB-p\fR,\fB--pid\fR=\fB<PID_FILE>\fR
     5         kx Log file (depends on \fB\-\-scm\fR option). Default: \fI@CSCM_PID_DIR@/csvnd.pid\fR.
     5         kx 
     5         kx .TP
     5         kx \fB-s\fR,\fB--scm\fR=\fB[svn|git]\fR
     5         kx SCM engine name: \fIsvn\fR or \fIgit\fR. Default: \fIsvn\fR.
     5         kx 
     5         kx .TP
     5         kx \fB-t\fR,\fB--test\fR
     5         kx Test the config file and exit.
     5         kx 
     5         kx 
     5         kx .SH "SEE ALSO"
     5         kx .BR csvn-ui.rc(5),
     5         kx .BR cgit-ui.rc(5)
     5         kx 
     5         kx