diff options
author | jlam <jlam> | 2005-11-14 14:01:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-11-14 14:01:49 +0000 |
commit | 08b3da1933619fa13d7b93a16a784e8a6fa3c3cb (patch) | |
tree | e992420183cd7fe7f563ba156f2e06133a247aac /net/samba/files | |
parent | a290c7d6237d4f086a11bb883b7c3ee20fad58d9 (diff) | |
download | pkgsrc-08b3da1933619fa13d7b93a16a784e8a6fa3c3cb.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.sh | 4 |
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" |