diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2025-07-16 21:36:39 +0200 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2025-07-30 16:44:11 +0200 |
commit | 5e252a13aa23f4ade61540a48aa1959acb7571c1 (patch) | |
tree | 21a65a049ee4a446c6aadabc935707b0e3a455dc | |
parent | devel/R-cran-sfsmisc: Update to 1.1-21 (diff) |
net/samba420: Fix generated README.FreeBSD
Fix the substitution variable (AC_DC -> AD_DC)
Approved by: arrowd
-rw-r--r-- | net/samba420/Makefile | 2 | ||||
-rw-r--r-- | net/samba420/files/README.FreeBSD.in | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/samba420/Makefile b/net/samba420/Makefile index 68e4623196b2..6d6c72c1f552 100644 --- a/net/samba420/Makefile +++ b/net/samba420/Makefile @@ -1,6 +1,6 @@ PORTNAME= ${SAMBA4_BASENAME}420 PORTVERSION= ${SAMBA4_VERSION} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} diff --git a/net/samba420/files/README.FreeBSD.in b/net/samba420/files/README.FreeBSD.in index 9ab4faaeef80..d89cfe72b143 100644 --- a/net/samba420/files/README.FreeBSD.in +++ b/net/samba420/files/README.FreeBSD.in @@ -54,11 +54,11 @@ content of the '/var/db/samba/' directory. # samba-tool domain classicupgrade -%%AC_DC%%1c. You will need to specify location of the 'nsupdate' command in the -%%AC_DC%%'%%SAMBA4_CONFIG%%' file: -%%AC_DC%% -%%AC_DC%% nsupdate command = %%PREFIX%%/bin/samba-nsupdate -g -%%AC_DC%% +%%AD_DC%%1c. You will need to specify location of the 'nsupdate' command in the +%%AD_DC%%'%%SAMBA4_CONFIG%%' file: +%%AD_DC%% +%%AD_DC%% nsupdate command = %%PREFIX%%/bin/samba-nsupdate -g +%%AD_DC%% 2. Put string 'samba_server_enable="YES"' into your /etc/rc.conf. 3. Make sure that your server doesn't run Samba3, OpenLDAP and named. |