summaryrefslogtreecommitdiff
path: root/inputmethod/canna-server
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-04-23 22:43:20 +0000
committerreed <reed@pkgsrc.org>2004-04-23 22:43:20 +0000
commit2d4122dd4510b2d5b5c8f9a44012b9e24623aadf (patch)
tree2b926496c81740a80a135897f9dc52478375f51e /inputmethod/canna-server
parent6c929c0b9f2b49b60ac221421a8385f9a26a61ec (diff)
downloadpkgsrc-2d4122dd4510b2d5b5c8f9a44012b9e24623aadf.tar.gz
Fix references to rc.d scripts. This package uses RCD_SCRIPTS
which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead. PKGREVISION not bumped because if someone had changed RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration of rc.d script in PLIST, then it could not have been packaged in first place. Note that this commit does not imply that the MESSAGE is correct. In some cases, the MESSAGE is clearly wrong such as suggesting running the rc.d script from the example directory (which will work although).
Diffstat (limited to 'inputmethod/canna-server')
-rw-r--r--inputmethod/canna-server/MESSAGE4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/canna-server/MESSAGE b/inputmethod/canna-server/MESSAGE
index 131e9f61052..a45beb42bbd 100644
--- a/inputmethod/canna-server/MESSAGE
+++ b/inputmethod/canna-server/MESSAGE
@@ -1,9 +1,9 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2003/09/23 15:14:55 uebayasi Exp $
+$NetBSD: MESSAGE,v 1.2 2004/04/23 22:43:20 reed Exp $
If you want Canna server to boot automatically,
- 1) Copy ${PREFIX}/etc/rc.d/canna to /etc/rc.d/.
+ 1) Copy ${RCD_SCRIPTS_EXAMPLEDIR}/canna to /etc/rc.d/.
2) Add the following line to /etc/rc.conf.
canna=YES canna_flags="-u ${CANNA_USER}"