summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Baker <extremis@exploit.org>2008-03-04 19:57:57 +0000
committerChris Baker <extremis@exploit.org>2008-03-04 19:57:57 +0000
commit9821a2ab0e5d39302626288543d6f5c177164cfb (patch)
treee36f409c2ed8c5d75e3d7fa1812df7a201b6805e
parent1c99495c61e5dfb5f0bdf76a2e8fb178890de386 (diff)
Updated control.sh to accept _metadata/website as a Website: tag.
Added a "More Information" URL to the stealthmac package that has instructions for users on how to configure this package. git-svn-id: http://svn.telesphoreo.org/trunk@153 514c082c-b64e-11dc-b46d-3d985efe055d
-rwxr-xr-xcontrol.sh6
-rw-r--r--data/stealthmac/_metadata/website1
2 files changed, 7 insertions, 0 deletions
diff --git a/control.sh b/control.sh
index 3b9f4c76a..3fa5e9e40 100755
--- a/control.sh
+++ b/control.sh
@@ -89,6 +89,12 @@ Name: $(cat "${PKG_DATA}/_metadata/name")
EOF
fi
+if [[ -e ${PKG_DATA}/_metadata/website ]]; then
+ cat <<EOF
+Website: $(cat "${PKG_DATA}/_metadata/website")
+EOF
+fi
+
if [[ $1 == status || $1 == available ]]; then
echo
fi
diff --git a/data/stealthmac/_metadata/website b/data/stealthmac/_metadata/website
new file mode 100644
index 000000000..b18a443f1
--- /dev/null
+++ b/data/stealthmac/_metadata/website
@@ -0,0 +1 @@
+http://iphone.exploit.org/stealthmac.html