From 5de67f69206386c78cf34be7897c818448e10fd3 Mon Sep 17 00:00:00 2001 From: OranJuiceJohnes Date: Mon, 12 Jan 2015 01:52:46 +0100 Subject: [PATCH] Added requirements Added changelog entries as well as a required listing. --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d00aaaa..45a6ad1 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,21 @@ nsbackup is a bash script that uses curl and the inwx API to update nameserver e Place your config files in the _nsupdate.d_ folder. +## Requirements + +In order to run you need to have _curl_ and _awk_ installed, as well as _drill_ or _nslookup_. + +At least one config file needs to exist ending with _.config_. A "sample.config.dist" is provided. + ## Changelog +**2015-01-12** + +- Added checking for needed commands +- Added checking for existing config file +- Added requirements to README.md + + **2014-02-21** - Added support for IPv6 @@ -38,4 +51,4 @@ nsupdate is distributed under the MIT license, which is similar in effect to the > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. > -> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.