Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: path correction;

...


StepDescription
1Create a system-specific copy of the Xconfig file# cp /usr/dt/config/Xconfig /etc/dt/config/Xconfig
2Enable XDMCP.

Edit the file:

# vi /etc/dt/config/Xconfig

Locate the following line and insert a comment character, '#', at the beginning of the line.
        Dtlogin.requestPort: 0

Save the file.

3Restart the X-server.

# /etcsbin/init.d/dtlogin.rc stop
# /sbin/init.d/dtlogin restart.rc start

(If there is no dtlogin.rc file in /etcsbin/init.d, you first have to run
        /usr/dt/bin/dtconfig -e )

...