diff options
author | reed <reed@pkgsrc.org> | 2005-05-02 20:33:57 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-05-02 20:33:57 +0000 |
commit | 3b1c58eac98b20cfdd3cab452fa5b3ceb6c310c1 (patch) | |
tree | cfc830d7101f7980061435085607a6e7cdce8fd3 /sysutils/smartmontools/PLIST | |
parent | a5aa20f67af93ecaf0109d5ee67340ff6c2d1b8f (diff) | |
download | pkgsrc-3b1c58eac98b20cfdd3cab452fa5b3ceb6c310c1.tar.gz |
RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
Diffstat (limited to 'sysutils/smartmontools/PLIST')
-rw-r--r-- | sysutils/smartmontools/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/smartmontools/PLIST b/sysutils/smartmontools/PLIST index a15e9bb05d5..ff13e09ce65 100644 --- a/sysutils/smartmontools/PLIST +++ b/sysutils/smartmontools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/15 20:17:45 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/05/02 20:34:06 reed Exp $ man/man5/smartd.conf.5 man/man8/smartctl.8 man/man8/smartd.8 @@ -16,6 +16,7 @@ share/doc/smartmontools/examplescripts/Example1 share/doc/smartmontools/examplescripts/Example2 share/doc/smartmontools/examplescripts/Example3 share/doc/smartmontools/examplescripts/README +share/examples/rc.d/smartd share/examples/smartmontools/smartd.conf @dirrm share/doc/smartmontools/examplescripts @dirrm share/doc/smartmontools |