From my notes:
Add these entries to /etc/inetd.conf:
Add this entry to /etc/services:
Make sure
Recheck your /etc/hosts For me, I do not make any changes because DNS seems to work it out.
Make sure your installed
I install cde via the port on all my machines running X and they always install and run up clean...
Add these entries to /etc/inetd.conf:
Code:
dtspc stream tcp4 nowait root /usr/local/dt/bin/dtspcd /usr/local/dt/bin/dtspcd
cmsd/2-5 dgram rpc/udp4 wait root /usr/local/bin/rpc.cmsd rpc.cmsd
Add this entry to /etc/services:
Code:
dtspc 6112/tcp #subprocess control
Make sure
rpcbind and inetd are working and enabled in rc.conf:
Code:
inetd_enable="YES"
rpcbind_enable="YES"
Recheck your /etc/hosts For me, I do not make any changes because DNS seems to work it out.
Make sure your installed
dbus has X11 enabled using pkg info dbusI install cde via the port on all my machines running X and they always install and run up clean...
