openbsd-ports/comms/conserver/files
marc 3e45db1680 add sha1 and rmd160 checksum to the existing md5 sums for all files;
Porters: please make sure you use bsd.port.mk 1.75 or later when
updating ports.  That version of the makefile adds all sums.  Previous
versions of the makefile will still work for people installing ports.
1999-03-04 05:55:44 +00:00
..
Makefile conserver port. 1998-04-29 03:31:56 +00:00
md5 add sha1 and rmd160 checksum to the existing md5 sums for all files; 1999-03-04 05:55:44 +00:00
README.OpenBSD o Put config in /etc (and make manpages refer to it there) 1999-01-05 16:57:17 +00:00

Using conserver in an OpenBSD environment:

1. Copy /usr/local/share/examples/conserver/conserver.cf.eg to
   /etc/conserver.cf and customize it as necessary.

2. Edit /etc/rc.conf file:
   ...
   conserver=YES

3. Edit /etc/rc.local file:
   echo -n 'starting local daemons:'
   ...
   if [ -f /etc/conserver.cf ]; then
       if [ X"${conserver}" = X"YES" -a -x /usr/local/sbin/conserver ]; then
           echo -n ' conserver';    /usr/local/sbin/conserver -d -n
       fi
   fi
   ...
   echo '.'

4. See the man pages for conserver, conserver.cf, and console as well as
   the files in /usr/local/share/examples/conserver for more information.