summaryrefslogtreecommitdiff
path: root/japanese/esecanna
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-03-09 07:34:04 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-03-09 07:34:04 +0000
commit2eb69ed577d027e4744eaaa08dc92ef3aac627b1 (patch)
tree6bd6548732670698b5f2e4e9294493bc6860c744 /japanese/esecanna
parentFix breakage of plist at 4.x environment. (diff)
Run esecannaserver via nohup(1) to prevent it from dying when it gets
a SIGHUP, like when the rc script is invoked from within script(1), e.g. in portupgrade(1)'s AFTERINSTALL hook. This is just a workaround and I'm investigating how esecannaserver fails to ignore a SIGHUP. Approved by: portmgr (will, kris and self)
Notes
Notes: svn path=/head/; revision=77072
Diffstat (limited to 'japanese/esecanna')
-rw-r--r--japanese/esecanna/files/esecanna.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/esecanna/files/esecanna.sh b/japanese/esecanna/files/esecanna.sh
index 5898a2e9e121..0d91e5025e59 100644
--- a/japanese/esecanna/files/esecanna.sh
+++ b/japanese/esecanna/files/esecanna.sh
@@ -18,7 +18,7 @@ start)
if [ -x $esecannaserver ]; then
rm -f /tmp/.iroha_unix/IROHA
echo -n ' esecanna: '
- $esecannaserver
+ nohup $esecannaserver
fi
;;
stop)