diff options
author | reed <reed@pkgsrc.org> | 2004-04-23 22:43:20 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-04-23 22:43:20 +0000 |
commit | 2d4122dd4510b2d5b5c8f9a44012b9e24623aadf (patch) | |
tree | 2b926496c81740a80a135897f9dc52478375f51e /x11 | |
parent | 6c929c0b9f2b49b60ac221421a8385f9a26a61ec (diff) | |
download | pkgsrc-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 'x11')
-rw-r--r-- | x11/wdm/MESSAGE | 4 | ||||
-rw-r--r-- | x11/xfstt/MESSAGE | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/wdm/MESSAGE b/x11/wdm/MESSAGE index 35cac08a1f1..e101ff62b41 100644 --- a/x11/wdm/MESSAGE +++ b/x11/wdm/MESSAGE @@ -1,10 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2003/02/23 17:33:31 salo Exp $ +$NetBSD: MESSAGE,v 1.2 2004/04/23 22:43:20 reed Exp $ To use wdm, you will need to perform the following steps: 1. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy - ${PREFIX}/etc/rc.d/wdm to /etc/rc.d/wdm and add the following + ${RCD_SCRIPTS_EXAMPLEDIR}/wdm to /etc/rc.d/wdm and add the following line into your /etc/rc.conf wdm=YES diff --git a/x11/xfstt/MESSAGE b/x11/xfstt/MESSAGE index 0a52197b916..25aae85d0e7 100644 --- a/x11/xfstt/MESSAGE +++ b/x11/xfstt/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.4 2004/01/25 20:46:19 wiz Exp $ +$NetBSD: MESSAGE,v 1.5 2004/04/23 22:43:20 reed Exp $ To use xfstt, you will need to perform the following steps: @@ -10,7 +10,7 @@ To use xfstt, you will need to perform the following steps: ${PREFIX}/lib/X11/fonts/TTF/ 2. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy - ${PREFIX}/etc/rc.d/xfstt to /etc/rc.d/xfstt and add the following + ${RCD_SCRIPTS_EXAMPLEDIR}/xfstt to /etc/rc.d/xfstt and add the following line into your /etc/rc.conf xfstt=YES |