#!/bin/sh # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # my_nsdc="/usr/sbin/nsdc" if test -x ${my_nsdc} && ${my_nsdc} running 1> /dev/null; then ${my_nsdc} patch 1> /dev/null fi