diff options
author | lukem <lukem@pkgsrc.org> | 2005-03-08 01:36:16 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2005-03-08 01:36:16 +0000 |
commit | e3375af97b15053561b7c5903b9fc2a4ae7487b2 (patch) | |
tree | 259e82220fefc2ddf535b326582c662bdeda18af /net/samba | |
parent | fd6601efd7c96ca09775bb234c283ae929f77420 (diff) | |
download | pkgsrc-e3375af97b15053561b7c5903b9fc2a4ae7487b2.tar.gz |
Add a note as to the purpose of this script.
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/files/samba.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/samba/files/samba.sh b/net/samba/files/samba.sh index 5e22edae378..87a47e20bb8 100644 --- a/net/samba/files/samba.sh +++ b/net/samba/files/samba.sh @@ -1,8 +1,14 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: samba.sh,v 1.15 2004/01/12 03:33:04 jlam Exp $ +# $NetBSD: samba.sh,v 1.16 2005/03/08 01:36:16 lukem Exp $ # # KEYWORD: nostart +# +# This script is intended for the end-user. +# It is not started by /etc/rc. +# It manipulates various samba services (smbd, nmbd, winbindd), +# which are controlled via their appropriate rc.conf(5) settings. +# if [ -f /etc/rc.subr ]; then . /etc/rc.subr |