#!/sbin/runscript # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 start() { return 0 } stop() { return 0 } # vim:ts=4