]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
better help text in makedist.sh
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 14 Apr 2009 09:23:21 +0000 (09:23 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 14 Apr 2009 09:23:21 +0000 (09:23 +0000)
git-svn-id: file:///svn/unbound/trunk@1597 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
makedist.sh

index 175b5253fc583d5527b1d6e5399ef89f2f7fe90c..3647480c335bca5d4d6efbf6c94746a0f685f714 100644 (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.
index cdafaa1c305eda5c4e4d35890ef709f49e8e3f90..46497e42b6b4c06b4d9e3f64afe1b7c0cd4b1a7e 100755 (executable)
@@ -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
 }