wsdd2: dont use fqdn

workgroups use the name of the host without domain

Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
(cherry picked from commit 3953ff956d)
This commit is contained in:
Fritz D. Ansel 2021-08-12 06:56:43 +02:00 committed by Rafał Miłecki
parent 550965cce6
commit 4a479d4118
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ USE_PROCD=1
SMB_CONF=""
BIND_IF_PARM=""
NB_PARM="$(cat /proc/sys/kernel/hostname)"
NB_PARM="$(sed 's/\..*//' /proc/sys/kernel/hostname)"
WG_PARM="WORKGROUP"
BI_PARM=""