From bee74df1356209ff97d881770d0904f87d4e9574 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Fri, 6 Oct 2006 13:52:08 +0000 Subject: [PATCH] corrected paths git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@91 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/scripts/sems | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/scripts/sems b/core/scripts/sems index dfe3bd39..aa3236eb 100755 --- a/core/scripts/sems +++ b/core/scripts/sems @@ -23,11 +23,11 @@ PATH=/sbin:$PATH # Check for missing binaries (stale symlinks should not happen) -SEMS_BIN=/usr/local/bin/sems +SEMS_BIN=/usr/local/sbin/sems test -x $SEMS_BIN || exit 5 # Check for existence of needed config file and read it -SEMS_CONFIG=/etc/sems.conf +SEMS_CONFIG=/usr/local/etc/sems/sems.conf test -r $SEMS_CONFIG || exit 6 #. $FOO_CONFIG