Suggest using sysrc instead of hand-editing files

Submitted by:	Chris Petrik
This commit is contained in:
Chris Rees 2018-07-14 10:09:06 +00:00
parent b40b503ff8
commit 43354de25c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474636

View File

@ -9,11 +9,11 @@ afterwards).
It is also necessary to enable the Subprocess Control Service (and dtcms for
the calendar to work).
# service rpcbind rcvar | grep -q 'rpcbind_enable="[Yy]' || \
echo rpcbind_enable=yes >> /etc/rc.conf
# echo dtspc_enable=yes >> /etc/rc.conf
# echo dtcms_enable=yes >> /etc/rc.conf
# sysrc rpcbind_enable=yes
# sysrc dtspc_enable=yes
# sysrc dtcms_enable=yes
# service rpcbind start && service dtspc start && service dtcms start
To start the Common Desktop Environment,
% env LANG=C startx /usr/dt/bin/Xsession
% ln -s /usr/dt/bin/Xsession ~/.Xsession
% env LANG=C startx