+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
CDE is installed under its own hierarchy in ${TRUEPREFIX}/dt.  For
now, you have to add a symlink from /usr/dt.

Add ${TRUEPREFIX}/dt/lib to the library search path in /etc/rc.conf.local:

shlib_dirs="${TRUEPREFIX}/dt/lib"

Create an entry in /etc/hosts with your machine's fully qualified hostname.

You will need to enable portmap to run CDE:

# rcctl enable portmap
# rcctl start portmap

+-----------------------------------------------------------------------
To start dtlogin(1) as your default display manager, use:

# rcctl disable xenodm
# rcctl enable dtlogin

+-----------------------------------------------------------------------
If you want to be able to exchange calendar data with other users, put
the following line in your /etc/inetd.conf:

rpc.cmsd/1      dgram   rpc/tcp wait    root    ${TRUEPREFIX}/dt/bin/rpc.cmsd rpc.cmsd

and enable inetd:

# rcctl enable inetd
# rcctl start inetd
