Skip to content

Commit 56915b6

Browse files
committed
Updating nomenclature
1 parent db52c92 commit 56915b6

File tree

5 files changed

+7
-16
lines changed

5 files changed

+7
-16
lines changed

installers/mac/distribution.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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" />

installers/mac/html/conclusion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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

installers/mac/html/license.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
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

installers/mac/html/welcome.html

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,14 @@
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>

installers/mac/wsddn-uninstall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [[ $EUID -ne 0 ]]; then
55
fi
66

77
while 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;;

0 commit comments

Comments
 (0)