wsdd2: dont use fqdn
workgroups use the name of the host without domain Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
This commit is contained in:
parent
6f58e598f4
commit
3953ff956d
1 changed files with 1 additions and 1 deletions
|
@ -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=""
|
||||
|
||||
|
|
Loading…
Reference in a new issue