#!/bin/sh
# /config/xdm/GiveConsole	installed in /tools/Xncd/xdm
#
# NOTICE: Do not edit the copy of this file that is installed!
# Any changes will be lost when it is overwritten by the master copy.
#
# Assign ownership of the console to the invoking user
#
# By convention, both xconsole and xterm -C check that the
# console is owned by the invoking user and is readable before attaching
# the console output.  This way a random user can invoke xterm -C without
# causing serious grief.
#
chown $USER /dev/console
