1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 05:01:29 +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:
david
2010-03-07 05:36:26 +00:00
parent d4f8da67ea
commit dd68307fe8
6 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<pkgref spec="1.12" uuid="A488395A-3951-449A-B3F6-A74D5E926D69"> <pkgref spec="1.12" uuid="A488395A-3951-449A-B3F6-A74D5E926D69">
<config> <config>
<identifier>org.insecure.nmap.nmap.pkg</identifier> <identifier>org.insecure.nmap.Nmap.pkg</identifier>
<version>1</version> <version>1</version>
<description /> <description />
<post-install type="none" /> <post-install type="none" />

View File

@@ -1,6 +1,6 @@
<pkgref spec="1.12" uuid="FC648982-1188-47E2-9FA7-5492BAB9EF2D"> <pkgref spec="1.12" uuid="FC648982-1188-47E2-9FA7-5492BAB9EF2D">
<config> <config>
<identifier>org.insecure.nmap.zenmap.pkg</identifier> <identifier>org.insecure.nmap.Zenmap.pkg</identifier>
<version>1</version> <version>1</version>
<description /> <description />
<post-install type="none" /> <post-install type="none" />

View File

@@ -1,6 +1,6 @@
<pkgref spec="1.12" uuid="405DE819-24DC-406C-A9F8-4ED37BA1C1D6"> <pkgref spec="1.12" uuid="405DE819-24DC-406C-A9F8-4ED37BA1C1D6">
<config> <config>
<identifier>org.insecure.nmap.ncat.pkg</identifier> <identifier>org.insecure.nmap.Ncat.pkg</identifier>
<version>1</version> <version>1</version>
<description /> <description />
<post-install type="none" /> <post-install type="none" />

View File

@@ -1,6 +1,6 @@
<pkgref spec="1.12" uuid="A488395A-3951-449A-B3F6-A74D5E926D69"> <pkgref spec="1.12" uuid="A488395A-3951-449A-B3F6-A74D5E926D69">
<config> <config>
<identifier>org.insecure.nmap.ndiff.pkg</identifier> <identifier>org.insecure.nmap.Ndiff.pkg</identifier>
<version>1</version> <version>1</version>
<description /> <description />
<post-install type="none" /> <post-install type="none" />

View File

@@ -1,6 +1,6 @@
<pkgref spec="1.12" uuid="A488395A-3951-449A-B3F6-A74D5E926D69"> <pkgref spec="1.12" uuid="A488395A-3951-449A-B3F6-A74D5E926D69">
<config> <config>
<identifier>org.insecure.nping.nping.pkg</identifier> <identifier>org.insecure.nping.Nping.pkg</identifier>
<version>1</version> <version>1</version>
<description /> <description />
<post-install type="none" /> <post-install type="none" />

View File

@@ -14,27 +14,27 @@
<choice title="Nmap" id="choice92" starts_selected="true" <choice title="Nmap" id="choice92" starts_selected="true"
description="Nmap executables, scripts, and support files." description="Nmap executables, scripts, and support files."
starts_enabled="true" starts_hidden="false"> starts_enabled="true" starts_hidden="false">
<pkgref id="org.insecure.nmap.nmap.pkg" /> <pkgref id="org.insecure.nmap.Nmap.pkg" />
</choice> </choice>
<choice title="Zenmap" id="choice93" starts_selected="true" <choice title="Zenmap" id="choice93" starts_selected="true"
description="Zenmap graphical frontend." description="Zenmap graphical frontend."
starts_enabled="true" starts_hidden="false"> starts_enabled="true" starts_hidden="false">
<pkgref id="org.insecure.nmap.zenmap.pkg" /> <pkgref id="org.insecure.nmap.Zenmap.pkg" />
</choice> </choice>
<choice title="Ncat" id="choice94" starts_selected="true" <choice title="Ncat" id="choice94" starts_selected="true"
description="Ncat general-purpose network sender and receiver (reimplementation of Netcat)." description="Ncat general-purpose network sender and receiver (reimplementation of Netcat)."
starts_enabled="true" starts_hidden="false"> starts_enabled="true" starts_hidden="false">
<pkgref id="org.insecure.nmap.ncat.pkg" /> <pkgref id="org.insecure.nmap.Ncat.pkg" />
</choice> </choice>
<choice title="Ndiff" id="choice95" starts_selected="true" <choice title="Ndiff" id="choice95" starts_selected="true"
description="Ndiff scan comparison utility." description="Ndiff scan comparison utility."
starts_enabled="true" starts_hidden="false"> starts_enabled="true" starts_hidden="false">
<pkgref id="org.insecure.nmap.ndiff.pkg" /> <pkgref id="org.insecure.nmap.Ndiff.pkg" />
</choice> </choice>
<choice title="Nping" id="choice96" starts_selected="true" <choice title="Nping" id="choice96" starts_selected="true"
description="Nping packet generator." description="Nping packet generator."
starts_enabled="true" starts_hidden="false"> starts_enabled="true" starts_hidden="false">
<pkgref id="org.insecure.nmap.nping.pkg" /> <pkgref id="org.insecure.nmap.Nping.pkg" />
</choice> </choice>
</contents> </contents>
<resources bg-scale="none" bg-align="topleft"> <resources bg-scale="none" bg-align="topleft">