#
# ident "@(#)preinstall.src	1.1 02/12/04 SMI"
#
# Copyright 2002 Sun Microsystems, Inc.  All rights reserved.
#

PATH=/bin:/usr/bin:/sbin:/usr/sbin

#
# Remove utdhcp links in the /etc/rc?.d directories.  These links are
# created by utadm in SR 1.x.
#
/bin/rm -f /etc/rc?.d/[KS]35utdhcp 2> /dev/null

# Always succeeds
exit 0
