git: 5131b076f571 - main - sysutils/webmin: fix default path of Samba config file.

Jimmy Olgeni olgeni at FreeBSD.org
Sun Sep 12 11:40:13 UTC 2021


The branch main has been updated by olgeni:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5131b076f5717d764f05667d41c6b500c9ce042c

commit 5131b076f5717d764f05667d41c6b500c9ce042c
Author:     Jimmy Olgeni <olgeni at FreeBSD.org>
AuthorDate: 2021-09-12 11:39:05 +0000
Commit:     Jimmy Olgeni <olgeni at FreeBSD.org>
CommitDate: 2021-09-12 11:39:05 +0000

    sysutils/webmin: fix default path of Samba config file.
    
    Reported by:    Werner Lehmann
---
 sysutils/webmin/Makefile                         |  1 +
 sysutils/webmin/files/patch-samba_config-freebsd | 11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile
index 3c2393a89dc0..6ff47d58ecfe 100644
--- a/sysutils/webmin/Makefile
+++ b/sysutils/webmin/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	webmin
 PORTVERSION=	1.981
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://download.webmin.com/updates/:up \
 		SF/webadmin/${PORTNAME}/${PORTVERSION}:sf
diff --git a/sysutils/webmin/files/patch-samba_config-freebsd b/sysutils/webmin/files/patch-samba_config-freebsd
new file mode 100644
index 000000000000..7e27650c9b73
--- /dev/null
+++ b/sysutils/webmin/files/patch-samba_config-freebsd
@@ -0,0 +1,11 @@
+--- samba/config-freebsd.orig	2021-09-12 11:31:58 UTC
++++ samba/config-freebsd
+@@ -6,7 +6,7 @@ run_from_inetd=0
+ samba_password_program=/usr/local/bin/smbpasswd
+ samba_server=/usr/local/sbin/smbd
+ samba_status_program=/usr/local/bin/smbstatus
+-smb_conf=/usr/local/etc/smb.conf
++smb_conf=/usr/local/etc/smb4.conf
+ smb_passwd=/usr/local/private/smbpasswd
+ text_lists=0
+ swat_path=/usr/local/sbin/swat


More information about the dev-commits-ports-all mailing list