# /lib/rcscripts/addons/multipath-start.sh: Setup multipath devices at boot # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header:$ if [[ -z ${CDBOOT} ]] && [[ -x /sbin/multipath ]]; then ebegin "Activating Multipath devices" /sbin/multipath -v0 &> /dev/null retval=$? eend ${retval} fi