pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/samba Samba developers say that winbindd does not ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2b3d270c6fc6
branches: trunk
changeset: 512256:2b3d270c6fc6
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed May 03 23:23:06 2006 +0000
description:
Samba developers say that winbindd does not require nmbd to be running.
Bump PKGREVISION to 1.
diffstat:
net/samba/Makefile | 3 ++-
net/samba/files/winbindd.sh | 19 ++-----------------
2 files changed, 4 insertions(+), 18 deletions(-)
diffs (53 lines):
diff -r fe9f92c5040f -r 2b3d270c6fc6 net/samba/Makefile
--- a/net/samba/Makefile Wed May 03 23:13:35 2006 +0000
+++ b/net/samba/Makefile Wed May 03 23:23:06 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.160 2006/04/03 13:23:03 salo Exp $
+# $NetBSD: Makefile,v 1.161 2006/05/03 23:23:06 jlam Exp $
.include "Makefile.mirrors"
DISTNAME= samba-3.0.22
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${SAMBA_MIRRORS:=old-versions/}
DIST_SUBDIR= ${DISTNAME}
diff -r fe9f92c5040f -r 2b3d270c6fc6 net/samba/files/winbindd.sh
--- a/net/samba/files/winbindd.sh Wed May 03 23:13:35 2006 +0000
+++ b/net/samba/files/winbindd.sh Wed May 03 23:23:06 2006 +0000
@@ -1,33 +1,18 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: winbindd.sh,v 1.3 2005/12/21 04:17:53 jlam Exp $
+# $NetBSD: winbindd.sh,v 1.4 2006/05/03 23:23:06 jlam Exp $
#
# PROVIDE: winbindd
-# REQUIRE: nmbd
+# REQUIRE: DAEMON
. /etc/rc.subr
name="winbindd"
rcvar=$name
command="@PREFIX@/sbin/${name}"
-required_vars="nmbd"
required_files="@SAMBA_ETCDIR@/smb.conf"
extra_commands="reload"
command_args="-B"
-# load_rc_config_var() from /etc/rc.subr on the netbsd-3 branch, for
-# the benefit of platforms with older versions of /etc/rc.subr.
-#
-load_rc_config_var()
-{
- eval $(eval '(
- load_rc_config '$1' >/dev/null;
- if [ -n "${'$2'}" -o "${'$2'-UNSET}" != "UNSET" ]; then
- echo '$2'=\'\''${'$2'}\'\'';
- fi
- )' )
-}
-
load_rc_config $name
-load_rc_config_var nmbd nmbd
run_rc_command "$1"
Home |
Main Index |
Thread Index |
Old Index