summaryrefslogtreecommitdiff
path: root/net/samba/files/nmbd.sh
blob: d267f0d9f9a6fa33028afb6f46d086d7d8267036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: nmbd.sh,v 1.10 2005/11/14 08:05:27 jlam Exp $
#
# PROVIDE: nmbd
# REQUIRE: DAEMON

. /etc/rc.subr

name="nmbd"
rcvar=$name
command="@PREFIX@/sbin/${name}"
required_files="@SAMBA_ETCDIR@/smb.conf"
extra_commands="reload"
command_args="-D"		# _must_ start as daemon from rc.d;
				# add more flags through ${${name}_flags}

reload_cmd=":"			# avoid dumping debug output on SIGHUP

load_rc_config $name
run_rc_command "$1"