From a9b7fff4f3f88d6f1cb7e980e5f83d9956dcc010 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 29 May 2017 06:34:41 -0400 Subject: renamed package to ddtools --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 47f8aa7..ec3d5c9 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ ### Overview -updatezone is a tool that helps you easily adjust dns zone files. It handles incrementing the serial number and pushing updates to slave dns servers. For the complete documentation of the package itself, view usr/share/updatezone/docs/README.txt. +ddtools is a collection of tools for manging dns and dhcpd. For the complete documentation of the package itself, view usr/share/ddtools/docs/README.txt. +updatezone helps you easily adjust dns zone files. It handles incrementing the serial number and pushing updates to slave dns servers. +dhcpd-control helps manage paired dhcpd servers. ### Building The recommended way to build an rpm is: pushd ~/rpmbuild; mkdir -p SOURCES RPMS SPECS BUILD BUILDROOT; popd - mkdir -p ~/rpmbuild/SOURCES/updatezone-0.0-1 - cd ~/rpmbuild/SOURCES/updatezone-0.0-1 - git clone https://github.com/bgstack15/updatezone - usr/share/updatezone/inc/pack rpm + mkdir -p ~/rpmbuild/SOURCES/ddtools-0.0-2 + cd ~/rpmbuild/SOURCES/ddtools-0.0-2 + git clone https://github.com/bgstack15/ddtools + usr/share/ddtools/inc/pack rpm The generated rpm will be in ~/rpmbuild/RPMS/noarch -- cgit