better help text in makedist.sh

git-svn-id: file:///svn/unbound/trunk@1597 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2009-04-14 09:23:21 +00:00
parent 54bd0fff06
commit 3eda6e26ff
2 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,6 @@
14 April 2009: Wouter
- bug #245: fix munin plugin, perform cleanup of stale lockfiles.
- makedist.sh; better help text.
9 April 2009: Wouter
- Fix for removal of RSASHA256_NSEC3 protonumber from ldns.

View file

@ -42,19 +42,19 @@ cwd=`pwd`
# Utility functions.
usage () {
cat >&2 <<EOF
Usage $0: [-h] [-s] [-d SVN_root] [-l ldns_path] [-w ...configure args...]
Generate a distribution tar file for NSD.
Usage $0: [-h] [-s] [-d SVN_root] [-l ldns_path] [-w ...args...]
Generate a distribution tar file for unbound.
-h This usage information.
-s Build a snapshot distribution file. The current date is
automatically appended to the current NSD version number.
automatically appended to the current unbound version number.
-rc <nr> Build a release candidate, the given string will be added
to the version number
(which will then be unbound-<version>rc<number>)
-d SVN_root Retrieve the NSD source from the specified repository.
-d SVN_root Retrieve the unbound source from the specified repository.
Detected from svn working copy if not specified.
-l ldnsdir Directory where ldns resides. Detected from Makefile.
-w ... Build windows snapshot binary zip. last args put to configure.
-w ... Build windows binary dist. last args passed to configure.
EOF
exit 1
}