1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/esecanna/files/esecanna.sh
Seiichirou Hiraoka 0ed1d8ff0b Update to 0.13.0
As the new version of esecanna has introduced dynamic module loading
mechanism, the port esecanna-vje30 has to be split into two ports
named esecanna and esecanna-module-vje30
PR: ports/16972
Submitted by: knu@idaemons.org
2000-03-07 08:32:54 +00:00

21 lines
517 B
Bash

#!/bin/sh
if [ -f /usr/local/vje30/.version ] \
&& grep -qw 'FREE TRIAL VERSION' /usr/local/vje30/.version \
&& [ X"$1" != X"-f" ]; then
echo ""
echo "esecanna:"
echo " Using VJE-Delta 3.0 trial, it is unable to connect to vjed on startup."
echo " Please execute \`$0 -f' manually"
echo " after once you run vje."
exit
fi
esecannaserver="!!PREFIX!!/sbin/esecannaserver"
if [ -x $esecannaserver ]; then
rm -f /tmp/.iroha_unix/IROHA
echo -n ' esecannai: '
$esecannaserver
fi