diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-03-28 21:30:17 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-03-28 21:30:17 +0000 |
commit | fbd911cc5664f35381f445adc0bf1f3d11a71732 (patch) | |
tree | 7e3ea2ab9baf51eae88f3d48f3d71958965002ee | |
parent | Added ~hppa to KEYWORDS. (diff) | |
download | historical-fbd911cc5664f35381f445adc0bf1f3d11a71732.tar.gz historical-fbd911cc5664f35381f445adc0bf1f3d11a71732.tar.bz2 historical-fbd911cc5664f35381f445adc0bf1f3d11a71732.zip |
Changed path to omdiscd, should close #18372
-rw-r--r-- | sys-cluster/openmosix-user/files/openmosix.init | 4 |
1 files changed, 2 insertions, 2 deletions
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 |