diff options
author | sborrill <sborrill@pkgsrc.org> | 2010-04-15 09:36:50 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2010-04-15 09:36:50 +0000 |
commit | 679ab491a36f27bf138b95c5338697cdf32ec8ad (patch) | |
tree | d7b973abbec218bcfe48b2ce585589aa05fc182b /net/samba | |
parent | edd80b1eaa07423b654a21f02ece2bbb891cef12 (diff) | |
download | pkgsrc-679ab491a36f27bf138b95c5338697cdf32ec8ad.tar.gz |
winbindd does not have a -B flag. As far as I can see, it never did have
(It was added to this rc.d script as part of the upgrade to 3.0.20b, but
winbindd in 3.0.20b does not have a -B flag).
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/files/winbindd.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/samba/files/winbindd.sh b/net/samba/files/winbindd.sh index 2f1542a1336..d3cb3702ecc 100644 --- a/net/samba/files/winbindd.sh +++ b/net/samba/files/winbindd.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: winbindd.sh,v 1.4 2006/05/03 23:23:06 jlam Exp $ +# $NetBSD: winbindd.sh,v 1.5 2010/04/15 09:36:50 sborrill Exp $ # # PROVIDE: winbindd # REQUIRE: DAEMON @@ -12,7 +12,6 @@ rcvar=$name command="@PREFIX@/sbin/${name}" required_files="@SAMBA_ETCDIR@/smb.conf" extra_commands="reload" -command_args="-B" load_rc_config $name run_rc_command "$1" |