Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/mcored.confd.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

mcore-src/trunk/mcore-tools/daemon/client/mcored.confd revision 1248 by niro, Wed Feb 2 20:20:24 2011 UTC mcore-src/trunk/mcore-tools/daemon/client/mcored.confd.in revision 2138 by niro, Fri Jan 10 10:17:44 2014 UTC
# Line 4  Line 4 
4  # unprivileged user running the ssl-server  # unprivileged user running the ssl-server
5  SSL_USER="nobody"  SSL_USER="nobody"
6    
7  # ssl keyring directory  # chroot directory
8  SSL_KEY_DIR="/etc/ssl/certs"  CHROOT_DIR="@@MCORE_CHROOTDIR@@"
9    
10  # ssl certificate  # ssl certificate
11  SSL_CERT="/etc/ssl/certs/mcored.pem"  SSL_CERT="@@SSLDIR@@/certs/mcored.pem"
12    
13  # ssl private key file  # ssl private key file
14  SSL_KEY="/etc/ssl/private/mcored.key"  SSL_KEY="@@SSLDIR@@/private/mcored.key"
15    
16  # bind the ip on which the daemon listen - 0 means all ip-addresses  # bind the ip on which the daemon listen - 0 means all ip-addresses
17  LISTEN_IP="0"  LISTEN_IP="0"
# Line 20  LISTEN_IP="0" Line 20  LISTEN_IP="0"
20  LISTEN_PORT="6666"  LISTEN_PORT="6666"
21    
22  # general program opts  # general program opts
23  OPTS=""  OPTS="-v"

Legend:
Removed from v.1248  
changed lines
  Added in v.2138