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 | ee8be9d0c1d7f38e3c1d468f07fe877f045dbe8f (patch) | |
tree | cfc830d7101f7980061435085607a6e7cdce8fd3 /sysutils/cfengine2 | |
parent | 1d67064db3ea37b8bebfa5bfb8e4c9efaa6d7cea (diff) | |
download | pkgsrc-ee8be9d0c1d7f38e3c1d468f07fe877f045dbe8f.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/cfengine2')
-rw-r--r-- | sysutils/cfengine2/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/cfengine2/PLIST b/sysutils/cfengine2/PLIST index 985c7da6b03..7e5af793aeb 100644 --- a/sysutils/cfengine2/PLIST +++ b/sysutils/cfengine2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2004/09/23 23:16:33 ben Exp $ +@comment $NetBSD: PLIST,v 1.7 2005/05/02 20:34:05 reed Exp $ man/man8/cfagent.8 man/man8/cfengine.8 man/man8/cfenvd.8 @@ -36,5 +36,8 @@ share/examples/cfengine/cfrun.hosts.example share/examples/cfengine/cfservd.conf.example share/examples/cfengine/update.conf.example share/examples/cfengine/vicf +share/examples/rc.d/cfenvd +share/examples/rc.d/cfservd +share/examples/rc.d/cfexecd @dirrm share/examples/cfengine @dirrm share/cfengine |