Edit

IABSD.fr/ports/net/silc-server/pkg/MESSAGE

Branch :

  • Show log

    Commit

  • Author : brad
    Date : 2004-06-24 03:09:31
    Hash : d1048d4d
    Message : remove messages about user/group change.

  • net/silc-server/pkg/MESSAGE
  • Configuring silc-server for OpenBSD
    -----------------------------------
    
    - configuration files are in 		${CONFDIR}
    - documentation is installed in		${PREFIX}/share/doc/silcd
    - sample configuration files are in	${PREFIX}/share/examples/silcd
    
    As silcd uses the IANA-assigned privileged port of 706, it is highly
    recommended to take advantage of the installed silcd user and group.
    
    If you have not already done so, you will need to generate a keypair:
    
    # silcd -C ${CONFDIR}
    # chown _silcd:_silcd ${CONFDIR}/silcd.{pub,prv}
    # chmod 600 ${CONFDIR}/silcd.prv
    
    Additionally, you may wish to start silcd at system start-up
    via the /etc/rc.local script:
    
    if [ -x ${PREFIX}/sbin/silcd ]; then
    	echo -n ' silcd';	${PREFIX}/sbin/silcd
    fi