Subject: CVS commit: pkgsrc/net/samba/files
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/17/2001 19:08:22
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Aug 17 16:08:22 UTC 2001

Modified Files:
	pkgsrc/net/samba/files: nmbd.sh smbd.sh

Log Message:
Undo changes from previous patch from pkg/12921.  The rc.d-style startup
scripts need for the nmbd and smbd programs to always start in daemom-mode,
which is why the "-D" flag was set via command_args in the scripts
themselves.  Any additional options should be passed in through the
{nmbd,smbd}_flags settings in /etc/rc.conf.  Add comments to reflect this
in the scripts.

The error reported by the PR author is most likely due to either installing
these scripts with ".sh" extensions, which is not how these are installed
into the ${PREFIX}/etc/rc.d and is definitely wrong, or in directly
sourcing these files from an rc.local script, which is again, definitely
wrong.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/net/samba/files/nmbd.sh \
    pkgsrc/net/samba/files/smbd.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.