#!/sbin/runscript # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ depend() { need localmount } start() { ebegin "Starting netcount" /usr/sbin/netcount-upd restart eend $? }