aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 47f8aa72668b52bb185a65cd918f28fd852b4cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
### 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.

### 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

The generated rpm will be in ~/rpmbuild/RPMS/noarch
bgstack15