#!/bin/sh
#
# Copyright (c) 1992 by Sun Microsystems, Inc.
#
# ident "@(#)preremove 1.2 93/01/27 Copyright 1992 SMI"
#
# preremove script for pkgadd
# Stops the ISDN software before removing the ISDN packages.

	echo "Let's first stop ISDN before removing the ISDN packages"
        sh /etc/init.d/isdnboot stop
exit 0
