From 9821a2ab0e5d39302626288543d6f5c177164cfb Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Tue, 4 Mar 2008 19:57:57 +0000 Subject: 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 --- control.sh | 6 ++++++ data/stealthmac/_metadata/website | 1 + 2 files changed, 7 insertions(+) create mode 100644 data/stealthmac/_metadata/website 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 <