corrected paths

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@91 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 20 years ago
parent 54cc24b09c
commit bee74df135

@ -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

Loading…
Cancel
Save