Subject: Re: CVS commit: pkgsrc/net/samba/files
To: Jim Wise <jwise@draga.com>
From: Johnny Lam <jlam@jgrind.org>
List: pkgsrc-changes
Date: 11/23/2001 20:00:04
On Fri, Nov 23, 2001 at 10:14:10PM -0500, Jim Wise wrote:
> 
> Umm, couldn't having a PROVIDE clause here be useful to people
> committing other packages (or using local software) which might depend
> on samba?
> 
> Or am I missing something?

The samba rc.d script is a pure convenience script for controlling both
nmbd and smbd by calling their respective rc.d scripts.  Other services
started by rc.d scripts don't depend on "samba" but on a specific Samba
service, either the SMB service PROVIDEd by smbd, or the NetBIOS name lookup
service PROVIDEd by nmbd, so they should REQUIRE the appropriate one.

	Cheers,

	-- Johnny Lam <jlam@jgrind.org>

> On Thu, 22 Nov 2001, Luke Mewburn wrote:
> 
> >
> >Module Name:	pkgsrc
> >Committed By:	lukem
> >Date:		Thu Nov 22 00:58:24 UTC 2001
> >
> >Modified Files:
> >	pkgsrc/net/samba/files: samba.sh
> >
> >Log Message:
> >no need to PROVIDE anything since this isn't part of the dependency graph