mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
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:
committed by
Hannu Nyman
parent
6f58e598f4
commit
3953ff956d
@@ -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=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user