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 | cdc2a1c620b693d77067ae22bb42af1c817eb7d6 (patch) | |
tree | d7b973abbec218bcfe48b2ce585589aa05fc182b /net/samba | |
parent | ba7c9756ab3a70a0bd09d46c10437f1cc40a93cc (diff) | |
download | pkgsrc-cdc2a1c620b693d77067ae22bb42af1c817eb7d6.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" |