mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Use capital letters in package names. The Snow Leopard PackageMaker seems to
require that. Without it, I get the warnings
Warning: Package "Nmap" is not assigned to a choice.
Warning: Package "Zenmap" is not assigned to a choice.
Warning: Package "Ncat" is not assigned to a choice.
Warning: Package "Ndiff" is not assigned to a choice.
Warning: Package "Nping" is not assigned to a choice.
Warning: Choice "Nmap" has no subchoices and no package refs.
Warning: Choice "Zenmap" has no subchoices and no package refs.
Warning: Choice "Ncat" has no subchoices and no package refs.
Warning: Choice "Ndiff" has no subchoices and no package refs.
Warning: Choice "Nping" has no subchoices and no package refs.
In the built installer, all the choices said "Zero KB" and the "Continue"
button was not clickable.
This commit is contained in:
parent
d4f8da67ea
commit
dd68307fe8
6 changed files with 10 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<pkgref spec="1.12" uuid="A488395A-3951-449A-B3F6-A74D5E926D69">
|
||||
<config>
|
||||
<identifier>org.insecure.nmap.nmap.pkg</identifier>
|
||||
<identifier>org.insecure.nmap.Nmap.pkg</identifier>
|
||||
<version>1</version>
|
||||
<description />
|
||||
<post-install type="none" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<pkgref spec="1.12" uuid="FC648982-1188-47E2-9FA7-5492BAB9EF2D">
|
||||
<config>
|
||||
<identifier>org.insecure.nmap.zenmap.pkg</identifier>
|
||||
<identifier>org.insecure.nmap.Zenmap.pkg</identifier>
|
||||
<version>1</version>
|
||||
<description />
|
||||
<post-install type="none" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<pkgref spec="1.12" uuid="405DE819-24DC-406C-A9F8-4ED37BA1C1D6">
|
||||
<config>
|
||||
<identifier>org.insecure.nmap.ncat.pkg</identifier>
|
||||
<identifier>org.insecure.nmap.Ncat.pkg</identifier>
|
||||
<version>1</version>
|
||||
<description />
|
||||
<post-install type="none" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<pkgref spec="1.12" uuid="A488395A-3951-449A-B3F6-A74D5E926D69">
|
||||
<config>
|
||||
<identifier>org.insecure.nmap.ndiff.pkg</identifier>
|
||||
<identifier>org.insecure.nmap.Ndiff.pkg</identifier>
|
||||
<version>1</version>
|
||||
<description />
|
||||
<post-install type="none" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<pkgref spec="1.12" uuid="A488395A-3951-449A-B3F6-A74D5E926D69">
|
||||
<config>
|
||||
<identifier>org.insecure.nping.nping.pkg</identifier>
|
||||
<identifier>org.insecure.nping.Nping.pkg</identifier>
|
||||
<version>1</version>
|
||||
<description />
|
||||
<post-install type="none" />
|
||||
|
|
|
|||
|
|
@ -14,27 +14,27 @@
|
|||
<choice title="Nmap" id="choice92" starts_selected="true"
|
||||
description="Nmap executables, scripts, and support files."
|
||||
starts_enabled="true" starts_hidden="false">
|
||||
<pkgref id="org.insecure.nmap.nmap.pkg" />
|
||||
<pkgref id="org.insecure.nmap.Nmap.pkg" />
|
||||
</choice>
|
||||
<choice title="Zenmap" id="choice93" starts_selected="true"
|
||||
description="Zenmap graphical frontend."
|
||||
starts_enabled="true" starts_hidden="false">
|
||||
<pkgref id="org.insecure.nmap.zenmap.pkg" />
|
||||
<pkgref id="org.insecure.nmap.Zenmap.pkg" />
|
||||
</choice>
|
||||
<choice title="Ncat" id="choice94" starts_selected="true"
|
||||
description="Ncat general-purpose network sender and receiver (reimplementation of Netcat)."
|
||||
starts_enabled="true" starts_hidden="false">
|
||||
<pkgref id="org.insecure.nmap.ncat.pkg" />
|
||||
<pkgref id="org.insecure.nmap.Ncat.pkg" />
|
||||
</choice>
|
||||
<choice title="Ndiff" id="choice95" starts_selected="true"
|
||||
description="Ndiff scan comparison utility."
|
||||
starts_enabled="true" starts_hidden="false">
|
||||
<pkgref id="org.insecure.nmap.ndiff.pkg" />
|
||||
<pkgref id="org.insecure.nmap.Ndiff.pkg" />
|
||||
</choice>
|
||||
<choice title="Nping" id="choice96" starts_selected="true"
|
||||
description="Nping packet generator."
|
||||
starts_enabled="true" starts_hidden="false">
|
||||
<pkgref id="org.insecure.nmap.nping.pkg" />
|
||||
<pkgref id="org.insecure.nmap.Nping.pkg" />
|
||||
</choice>
|
||||
</contents>
|
||||
<resources bg-scale="none" bg-align="topleft">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue