From fbd911cc5664f35381f445adc0bf1f3d11a71732 Mon Sep 17 00:00:00 2001 From: Michael Imhof Date: Fri, 28 Mar 2003 21:30:17 +0000 Subject: Changed path to omdiscd, should close #18372 --- sys-cluster/openmosix-user/files/openmosix.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-cluster/openmosix-user/files') diff --git a/sys-cluster/openmosix-user/files/openmosix.init b/sys-cluster/openmosix-user/files/openmosix.init index 8e467654c0a8..0273c9a789fd 100644 --- a/sys-cluster/openmosix-user/files/openmosix.init +++ b/sys-cluster/openmosix-user/files/openmosix.init @@ -2,7 +2,7 @@ # # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/files/openmosix.init,v 1.2 2003/03/26 11:11:20 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-user/files/openmosix.init,v 1.3 2003/03/28 21:30:17 tantive Exp $ depend() { need net @@ -56,7 +56,7 @@ fi # Make sure we have omdiscd installed if [ $AUTODISC -eq 1 ]; then - if [ ! -x /sbin/omdiscd ]; then + if [ ! -x /usr/sbin/omdiscd ]; then eerror "openMosix: omdiscd not installed, exiting" exit fi -- cgit v1.2.3-65-gdbad