summaryrefslogtreecommitdiff
path: root/inputmethod/canna-server-bin/INSTALL
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>2002-06-10 09:08:44 +0000
committersakamoto <sakamoto@pkgsrc.org>2002-06-10 09:08:44 +0000
commit93b7a7e1929e5ad24b02dda5ffc0bf9d7481711a (patch)
treeb9768466ae7fb36a2db0786d110c5e12af0cc4b9 /inputmethod/canna-server-bin/INSTALL
parentb2c73af34e941855953447eed681360c8e46e668 (diff)
downloadpkgsrc-93b7a7e1929e5ad24b02dda5ffc0bf9d7481711a.tar.gz
Import Canna-server-bin-3.5.2nb2
Kana-Kanji conversion system (server binary) separated from inputmethod/canna-server, Approved by agc.
Diffstat (limited to 'inputmethod/canna-server-bin/INSTALL')
-rw-r--r--inputmethod/canna-server-bin/INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/inputmethod/canna-server-bin/INSTALL b/inputmethod/canna-server-bin/INSTALL
new file mode 100644
index 00000000000..1219a0a90cf
--- /dev/null
+++ b/inputmethod/canna-server-bin/INSTALL
@@ -0,0 +1,7 @@
+#!/bin/sh
+if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
+(grep -v ^# /etc/services | grep 'canna.*5680' >/dev/null) || \
+ (echo "" >> /etc/services; \
+ echo "# canna package" >> /etc/services; \
+ echo "canna 5680/tcp" >> /etc/services; \
+ )