#!/sbin/runscript# Copyright 1999-2003 Gentoo Technologies, Inc.# Distributed under the terms of the GNU General Public License, v2 or later# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/files/evms2-init,v 1.1 2003/09/15 17:46:24 seemant Exp $start(){ebegin"Starting evms"evms_activateeend0}stop(){ebegin"Stopping evms"evms_deactivateeend0}