diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-04-22 21:08:17 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-04-22 21:08:17 +0000 |
commit | d3e81d6c5595d904bf7f7ef1da6fd0c436bad402 (patch) | |
tree | c950eddcebdff7c21ee2c39e47c10f4c73b5197b /japanese/esecanna/pkg-plist | |
parent | - Stop the server when deleted. (diff) |
Oops, stop the server before everything.
Notes
Notes:
svn path=/head/; revision=58004
Diffstat (limited to 'japanese/esecanna/pkg-plist')
-rw-r--r-- | japanese/esecanna/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/esecanna/pkg-plist b/japanese/esecanna/pkg-plist index c08d47eac242..090752bb12b7 100644 --- a/japanese/esecanna/pkg-plist +++ b/japanese/esecanna/pkg-plist @@ -1,5 +1,5 @@ -etc/esecannarc @unexec if [ -x %D/etc/rc.d/esecanna.sh ]; then %D/etc/rc.d/esecanna.sh stop || true; fi +etc/esecannarc etc/rc.d/%%STARTER%% @unexec if [ -f %B/canna.sh ]; then chmod +x %B/canna.sh; fi @exec if [ -x %B/canna.sh ]; then chmod -x %B/canna.sh; fi |