aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-02-05 01:36:38 +0800
committerknu <knu@FreeBSD.org>2003-02-05 01:36:38 +0800
commit9763aff25bf1033c4edee0b4dbedd725f6f7103a (patch)
tree74f3b94be8fd27e83e0b8fdf3ddb4babf5f77c69 /japanese
parent8b0af3d66bd18cb0c05174e71a354bda98c23839 (diff)
downloadfreebsd-ports-gnome-9763aff25bf1033c4edee0b4dbedd725f6f7103a.tar.gz
freebsd-ports-gnome-9763aff25bf1033c4edee0b4dbedd725f6f7103a.tar.zst
freebsd-ports-gnome-9763aff25bf1033c4edee0b4dbedd725f6f7103a.zip
Do not automatically disable cannaserver because the Canna port no
longer enables it.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/esecanna/Makefile3
-rw-r--r--japanese/esecanna/pkg-message5
-rw-r--r--japanese/esecanna/pkg-plist2
3 files changed, 3 insertions, 7 deletions
diff --git a/japanese/esecanna/Makefile b/japanese/esecanna/Makefile
index a6fcd9bf2141..4b735bb86c9e 100644
--- a/japanese/esecanna/Makefile
+++ b/japanese/esecanna/Makefile
@@ -42,9 +42,6 @@ post-patch:
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/${STARTER} ${PREFIX}/etc/rc.d/
- if [ -x ${PREFIX}/etc/rc.d/canna.sh ]; then \
- ${CHMOD} -x ${PREFIX}/etc/rc.d/canna.sh; \
- fi
${MKDIR} ${PREFIX}/lib/esecanna
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/esecanna
diff --git a/japanese/esecanna/pkg-message b/japanese/esecanna/pkg-message
index f3ccd3e53c33..13695b23fcbf 100644
--- a/japanese/esecanna/pkg-message
+++ b/japanese/esecanna/pkg-message
@@ -1,9 +1,10 @@
************************************************************
Quick Setup:
- Take the following step all as root.
+ Take the following steps all as root.
1) Install one of the esecanna-module ports
2) Edit `${PREFIX}/etc/esecannarc'
- 3) Run `${PREFIX}/etc/rc.d/esecanna.sh'
+ 3) Stop and disable cannaserver if you have it running
+ 4) Run `${PREFIX}/etc/rc.d/esecanna.sh'
Each user may want to configure the behavior by editing
`~/.esecannarc', copied after `${PREFIX}/etc/esecannarc'.
diff --git a/japanese/esecanna/pkg-plist b/japanese/esecanna/pkg-plist
index 090752bb12b7..bdd43dcf22f2 100644
--- a/japanese/esecanna/pkg-plist
+++ b/japanese/esecanna/pkg-plist
@@ -1,8 +1,6 @@
@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
@exec mkdir -p %D/lib/esecanna
@dirrm lib/esecanna
sbin/esecannaserver