summaryrefslogtreecommitdiff
path: root/mail/teapop
diff options
context:
space:
mode:
authorreed <reed>2004-04-23 22:43:20 +0000
committerreed <reed>2004-04-23 22:43:20 +0000
commite3fbdfddaeeab28a716a3bfb72af32d62732a58f (patch)
tree2b926496c81740a80a135897f9dc52478375f51e /mail/teapop
parentaebd8f5ea4fb4b9046582d9113c048e180e9c616 (diff)
downloadpkgsrc-e3fbdfddaeeab28a716a3bfb72af32d62732a58f.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 'mail/teapop')
-rw-r--r--mail/teapop/MESSAGE4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/teapop/MESSAGE b/mail/teapop/MESSAGE
index b425a34e8bb..434a7ecdd49 100644
--- a/mail/teapop/MESSAGE
+++ b/mail/teapop/MESSAGE
@@ -1,8 +1,8 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.4 2002/07/15 22:57:28 heinz Exp $
+$NetBSD: MESSAGE,v 1.5 2004/04/23 22:43:20 reed Exp $
You may also wish to:
- cp ${PREFIX}/etc/rc.d/teapop /etc/rc.d/teapop
+ cp ${RCD_SCRIPTS_EXAMPLEDIR}/teapop /etc/rc.d/teapop
echo "teapop=YES" >> /etc/rc.conf
===========================================================================