File tree Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 44 SPDX-License-Identifier: BSD-3-Clause
55-->
66<installer-gui-script minSpecVersion =" 1" >
7- <title >WS-Discovery Host</title >
7+ <title >WS-Discovery Host Daemon </title >
88 <organization >io.github.gershnik</organization >
99 <domains enable_localSystem =" true" />
1010 <options customize =" never" require-scripts =" true" rootVolumeOnly =" true" hostArchitectures =" arm64,x86_64" />
Original file line number Diff line number Diff line change 1313< body >
1414 < h2 > The installation was successful</ h2 >
1515 < p >
16- You can configure WS-Discovery host by editing < b > < code > /etc/wsddn.conf</ code > </ b >
16+ You can configure WS-Discovery Host Daemon by editing < b > < code > /etc/wsddn.conf</ code > </ b >
1717 </ p >
1818 < p >
1919 You can uninstall it by running < b > < code > /usr/local/bin/wsddn-uninstall</ code > </ b > script
Original file line number Diff line number Diff line change 1111 </ style >
1212</ head >
1313< body >
14- < h3 > Terms And Conditions For Accessing Or Otherwise Using WS-Discovery Host</ h3 >
14+ < h3 > Terms And Conditions For Accessing Or Otherwise Using WS-Discovery Host Daemon </ h3 >
1515 < p >
16- WS-Discovery Host software and documentation are licensed under the
16+ WS-Discovery Host Daemon software and documentation are licensed under the
1717 3-Clause BSD License.
1818 </ p >
1919
Original file line number Diff line number Diff line change 1212</ head >
1313< body >
1414 < p >
15- This package will install WS-Discovery Host for macOS.
15+ This package will install WS-Discovery Host Daemon for macOS.
1616 </ p >
1717 < p >
1818 It allows your macOS machine to be discovered by Windows 10 and above
19- systems and displayed by their Explorer "Network" views.
19+ systems and displayed in their Explorer "Network" views.
2020 </ p >
2121 < p > You will be guided through the steps necessary to install this software.</ p >
2222
23- < h4 > Background</ h4 >
24- < p >
25- With Windows 10 version 1511, support for SMBv1 and thus NetBIOS device discovery
26- was disabled by default. Depending on the actual edition, later versions of Windows
27- starting from version 1709 ("Fall Creators Update") do not allow the installation of
28- the SMBv1 client anymore. This causes macOS hosts not to be listed in the
29- Explorer's "Network (Neighborhood)" views.
30- </ p >
31-
3223
3324</ body >
3425</ html >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [[ $EUID -ne 0 ]]; then
55fi
66
77while true ; do
8- read -p " Do you want to unsinstal WS-Discovery Host? [yN] " -r
8+ read -p " Do you want to unsinstal WS-Discovery Host Daemon ? [yN] " -r
99 case $REPLY in
1010 ([yY]) break ;;
1111 (" " | [nN]) exit 0;;
You can’t perform that action at this time.
0 commit comments