pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/samba4



Module Name:    pkgsrc
Committed By:   christos
Date:           Tue Jul 28 01:11:10 UTC 2020

Modified Files:
        pkgsrc/net/samba4: Makefile PLIST

Log Message:
Move sysvol from /var/run/sysvol to /var/db/samba4/sysvol as FreeBSD does,
so that the provisioning data gets preserved across reboots.
>From Matthias Perelmann


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/net/samba4/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/samba4/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/samba4/Makefile
diff -u pkgsrc/net/samba4/Makefile:1.103 pkgsrc/net/samba4/Makefile:1.104
--- pkgsrc/net/samba4/Makefile:1.103    Tue Jul 21 14:42:25 2020
+++ pkgsrc/net/samba4/Makefile  Mon Jul 27 21:11:10 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.103 2020/07/21 18:42:25 christos Exp $
+# $NetBSD: Makefile,v 1.104 2020/07/28 01:11:10 christos Exp $
 
 DISTNAME=      samba-4.12.5
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  https://download.samba.org/pub/samba/stable/
 
@@ -34,8 +34,8 @@ SMB_SHAREDSTATE?=     ${PREFIX}/com
 SMB_LOCALSTATE?=       ${VARBASE}
 SMB_INFO?=             ${PREFIX}/info
 SMB_MAN?=              ${PREFIX}/${PKGMANDIR}
-SMB_STATE?=            ${VARBASE}/run
-SMB_PRIVATE?=          ${PKG_SYSCONFDIR}/private
+SMB_STATE?=            ${VARBASE}/db/samba4
+SMB_PRIVATE?=          ${SMB_STATE}/private
 SMB_PID?=              ${VARBASE}/run
 SMB_CACHE?=            ${VARBASE}/run
 SMB_LOCK?=             ${VARBASE}/run

Index: pkgsrc/net/samba4/PLIST
diff -u pkgsrc/net/samba4/PLIST:1.31 pkgsrc/net/samba4/PLIST:1.32
--- pkgsrc/net/samba4/PLIST:1.31        Mon Jul  6 10:38:06 2020
+++ pkgsrc/net/samba4/PLIST     Mon Jul 27 21:11:10 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2020/07/06 14:38:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.32 2020/07/28 01:11:10 christos Exp $
 bin/cifsdd
 bin/dbwrap_tool
 bin/dumpmscat
@@ -37,6 +37,7 @@ bin/testparm
 bin/wbinfo
 @pkgdir bind-dns
 @pkgdir etc/samba
+@pkgdir var/db/samba4
 include/charset.h
 include/core/doserr.h
 include/core/error.h



Home | Main Index | Thread Index | Old Index