summaryrefslogtreecommitdiff
path: root/control.sh
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 /control.sh
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
Diffstat (limited to 'control.sh')
-rwxr-xr-xcontrol.sh6
1 files changed, 6 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