summaryrefslogtreecommitdiff
path: root/net/samba/files
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-11-14 14:01:49 +0000
committerjlam <jlam@pkgsrc.org>2005-11-14 14:01:49 +0000
commit26c19cd76c279c79696463af388e1dd60feb4052 (patch)
treee992420183cd7fe7f563ba156f2e06133a247aac /net/samba/files
parentca37329f8ebafe4a3f84f2b234c0f54f7ac64bc0 (diff)
downloadpkgsrc-26c19cd76c279c79696463af388e1dd60feb4052.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/files')
-rw-r--r--net/samba/files/samba.sh4
1 files changed, 2 insertions, 2 deletions
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"