- changed rc-Script to point to new daemon location (sbindir instead of

bindir)


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@63 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2003-03-30 06:48:12 +00:00
parent e625083758
commit f75f893a07
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ capisuite.cron: capisuite.cronin
rc.capisuite: rc.capisuite.in
rm -f $@
sed -e 's,@pkgsysconfdir\@,$(pkgsysconfdir),g' \
-e 's,@bindir\@,$(bindir),g' $< >$@
-e 's,@sbindir\@,$(sbindir),g' $< >$@
chmod a+x $@
clean-local:

View File

@ -33,7 +33,7 @@
#
# Check for missing binaries (stale symlinks should not happen)
CAPISUITE_BIN=@bindir@/capisuite
CAPISUITE_BIN=@sbindir@/capisuite
test -x $CAPISUITE_BIN || exit 5
# Check for existence of needed config file and read it