#!/bin/sh
#ident	"@(#)xdm:config/disable_glogin	1.2"

START_LOGIN=/etc/rc2.d/S69xdm

if [ -s $START_LOGIN ]; then
	rm $START_LOGIN
fi
