#!/bin/ksh -p
#
# ident "@(#)xdm-notify.sh	1.2 04/01/14"
#
# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
#
# Script to notify xdm that the Xservers file and  Xconfig file have changed
#

verbose=0
umask 0022
unset LD_LIBRARY_PATH

DMNAME=xdm
DMSIGNAL="-HUP"

pkill $DMSIGNAL -P 1 -u 0 $DMNAME
