summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorjlam <jlam>2005-11-14 14:01:49 +0000
committerjlam <jlam>2005-11-14 14:01:49 +0000
commitc599bdc2a61c5f9dcc772426acab9b3e34e4d844 (patch)
treee992420183cd7fe7f563ba156f2e06133a247aac /net/samba
parent54a45c835154fd831b316762efe44c67970e72d1 (diff)
downloadpkgsrc-c599bdc2a61c5f9dcc772426acab9b3e34e4d844.tar.gz
Fix the samba rc.d script in the case where winbind support is not
compiled (the default). Bump the PKGREVISION of net/samba to 3.0.20.2nb1.
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile3
-rw-r--r--net/samba/files/samba.sh4
2 files changed, 4 insertions, 3 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 989f14e6842..6b41d05d37f 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.147 2005/11/14 08:05:27 jlam Exp $
+# $NetBSD: Makefile,v 1.148 2005/11/14 14:01:49 jlam Exp $
.include "Makefile.mirrors"
DISTNAME= samba-3.0.20b
PKGNAME= samba-3.0.20.2
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${SAMBA_MIRRORS:=old-versions/}
DIST_SUBDIR= ${DISTNAME}
diff --git a/net/samba/files/samba.sh b/net/samba/files/samba.sh
index 635970d20ca..b32a0a72adb 100644
--- a/net/samba/files/samba.sh
+++ b/net/samba/files/samba.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: samba.sh,v 1.17 2005/11/14 08:05:27 jlam Exp $
+# $NetBSD: samba.sh,v 1.18 2005/11/14 14:01:49 jlam Exp $
#
# KEYWORD: nostart
#
@@ -40,7 +40,7 @@ reverse_commands()
done
}
-COMMAND_LIST="nmbd winbindd smbd"
+COMMAND_LIST="nmbd @WINBINDD_RCD_SCRIPT@ smbd"
name="samba"
start_cmd="forward_commands"