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 /net/samba | |
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 'net/samba')
-rw-r--r-- | net/samba/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/samba/PLIST b/net/samba/PLIST index 4d2d51c6acf..a9de106df6c 100644 --- a/net/samba/PLIST +++ b/net/samba/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.28 2004/12/17 18:55:47 tron Exp $ +@comment $NetBSD: PLIST,v 1.29 2005/05/02 20:34:03 reed Exp $ bin/findsmb bin/net bin/nmblookup @@ -115,6 +115,10 @@ share/doc/samba/WinME_PlainPassword.reg share/doc/samba/WinXP_PlainPassword.reg share/doc/samba/WinXP_SignOrSeal.reg share/doc/samba/WindowsTerminalServer.reg +share/examples/rc.d/winbindd +share/examples/rc.d/smbd +share/examples/rc.d/nmbd +share/examples/rc.d/samba share/examples/samba/adduser.sh share/examples/samba/deluser.sh share/examples/samba/mknissmbpasswd.sh |