pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba Fix the samba rc.d script in the case where ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58d41a36329f
branches:  trunk
changeset: 503125:58d41a36329f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Nov 14 14:01:49 2005 +0000

description:
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:

 net/samba/Makefile       |  3 ++-
 net/samba/files/samba.sh |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 18b1b7bf78d0 -r 58d41a36329f net/samba/Makefile
--- a/net/samba/Makefile        Mon Nov 14 13:07:05 2005 +0000
+++ b/net/samba/Makefile        Mon Nov 14 14:01:49 2005 +0000
@@ -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 -r 18b1b7bf78d0 -r 58d41a36329f net/samba/files/samba.sh
--- a/net/samba/files/samba.sh  Mon Nov 14 13:07:05 2005 +0000
+++ b/net/samba/files/samba.sh  Mon Nov 14 14:01:49 2005 +0000
@@ -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 @@
        done
 }
 
-COMMAND_LIST="nmbd winbindd smbd"
+COMMAND_LIST="nmbd @WINBINDD_RCD_SCRIPT@ smbd"
 
 name="samba"
 start_cmd="forward_commands"



Home | Main Index | Thread Index | Old Index